/* Map Section Styles */
.leaflet-container {
    z-index: 1 !important; /* Force lower z-index for map container */
}

.leaflet-top,
.leaflet-bottom {
    z-index: 2 !important; /* Ensure controls are above map but below header */
}

/* Ensure map section stays below header */
#map {
    position: relative;
    z-index: 0;
}