/* Modal styling */
body.bg-dark .modal-content {
    background-color: #1e1e1e !important;
    color: #fff !important;
}
body.bg-dark .modal-header,
body.bg-dark .modal-body {
    background-color: #1e1e1e !important;
}

/* Map background */
body.bg-dark .leaflet-container {
    background: transparent !important;
}

/* Form enhancements */
body.bg-dark input,
body.bg-dark select,
body.bg-dark textarea {
    background-color: #333 !important;
    color: #fff !important;
    border-color: #666;
}

