/* Map Modal Styling */
#mapModal .modal-content {
    overflow: hidden;
}

#map-container {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    z-index: 1;
}

.map-confirm-btn {
    border-radius: 12px;
    font-weight: 700;
}

/* Ensure Leaflet controls don't overlap modal header */
.leaflet-top, .leaflet-bottom {
    z-index: 1000 !important;
}
