/* Minimal custom styles for a modern look */

:root {
  --eh-card-radius: 1rem;
}

.hero-gradient {
  background: radial-gradient(100% 120% at 0% 0%, #6f42c1 0%, #0d6efd 45%, #20c997 100%);
}

#events-map {
  width: 100%;
  height: 440px;
}

.event-card img {
  object-fit: cover;
  width: 100%;
  height: 160px;
  border-top-left-radius: var(--eh-card-radius);
  border-top-right-radius: var(--eh-card-radius);
}

.event-card .card {
  border: 0;
  border-radius: var(--eh-card-radius);
  box-shadow: 0 12px 24px rgba(0,0,0,0.06), 0 4px 8px rgba(0,0,0,0.04);
}

.badge-free {
  background: #198754;
}
.badge-paid {
  background: #dc3545;
}

.carousel .card {
  height: 100%;
}

.leaflet-container a {
  color: #0d6efd;
}