
body {
  background-color: #f8f9fa;
}

.btn-orange {
  background-color: #ff6600;
  color: white;
  border: none;
}

.btn-orange:hover {
  background-color: #e65c00;
}

.card-custom {
  padding: 1rem;
  border: none;
  border-radius: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  height: 100%;
}

.card-custom img {
  height: 200px;
  object-fit: cover;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.card-custom h6 {
  font-weight: bold;
  font-size: 1rem;
  margin-top: 0.5rem;
}

.card-custom p {
  font-size: 0.9rem;
  color: #6c757d;
}
