/* Map hero section */
.cdk-hero--map {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  padding: 0;
  margin-top: 1.5rem;
  position: relative;
}

.cdk-hero--map .cdk-hero__header {
  text-align: center;
  padding: 2rem 1rem 0.5rem;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cdk-hero--map .cdk-hero__title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  text-align: center;
  width: 100%;
}

.cdk-hero--map .cdk-hero__tagline {
  color: rgba(255,255,255,0.7);
  font-size: 1.1rem;
  margin: 0.25rem 0 0;
  text-align: center;
  width: 100%;
}

.cdk-hero__map {
  width: 100%;
  height: 500px;
  position: relative;
  z-index: 5;
}

@media (max-width: 768px) {
  .cdk-hero__map {
    height: 350px;
  }
  .cdk-hero--map .cdk-hero__title {
    font-size: 1.5rem;
  }
}

/* Override Leaflet popup styles for core */
.core-map-tooltip {
  font-size: 0.85rem;
  font-weight: 600;
}

/* Hide Drupal page title on homepage -- the map hero has its own title */
body.path-frontpage #block-bootstrap5-page-title { display: none; }
