/* Leaflet map container style */
#map {
  width: 100%;
  height: 400px;
  margin: 1rem 0;
  border-radius: 8px;
  border: 1px solid #ddd;
  min-height: 250px;
}

@media (max-width: 767px) {
  #map {
    height: 250px;
  }
}
