.card-img-custom {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.card-img-custom:hover {
  transform: scale(1.015);
}

.card-body.info {
  padding-top: 1rem;
}

.card-title a {
  text-decoration: none;
  color: #3e372f;
  font-weight: 700;
}

.card-text {
  color: #5f5a52;
  font-size: 0.95rem;
}

