/* Leaflet Map z-index override to prevent overlaying modals */
.leaflet-pane,
.leaflet-top,
.leaflet-bottom,
.leaflet-control {
    z-index: 1 !important;
}

.leaflet-map-pane {
    z-index: 1 !important;
}

.leaflet-container {
    z-index: 0 !important;
}

/* Ensure Filament modals are always on top */
.fi-modal {
    z-index: 50 !important;
}
