.obra-cover {
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 1rem;
}

.obra-meta span {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  background: #effaf3;
  border: 1px solid #d9efe1;
  border-radius: 999px;
  padding: .35rem .8rem;
  font-size: .85rem;
  color: #198754;
}

.gallery-grid img {
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: .75rem;
  transition: transform .2s ease;
}

.gallery-grid img:hover {
  transform: scale(1.03);
}

.badge-andamento {
  background: #fff5de !important;
  color: #e0b553 !important;
  border: 1px solid #ffebbc !important;
}

.badge-concluida {
  background: #effaf3 !important;
  color: #198754 !important;
  border: 1px solid #d9efe1 !important;
}

