
    .leaflet-popup-content-wrapper {
        border-radius: 0.375rem;
        box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
        background-color: white;
    }

    .leaflet-popup-content {
        margin: 0 !important;
        font-size: 0.875rem;
        line-height: 1.4;
        max-height: 250px;
        overflow-y: auto;
        padding: 0.75rem;
        color: #374151;
    }

    .leaflet-popup-content h3 {
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
        color: #1e3a8a;
    }

    .leaflet-popup-content h4 {
        font-size: 0.875rem;
        font-weight: 600;
        margin-top: 0.75rem;
        margin-bottom: 0.25rem;
        color: #1d4ed8;
        border-bottom: 1px solid #d1d5db;
        padding-bottom: 0.25rem;
    }

    .leaflet-popup-content p {
        margin-bottom: 0.375rem;
    }

    .leaflet-popup-content p strong {
        color: #111827;
        font-weight: 500;
    }

    .leaflet-popup-content img.popup-image {
        max-width: 100%;
        height: auto;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        border-radius: 0.25rem;
        border: 1px solid #e2e8f0;
    }

    .leaflet-popup-close-button {
        padding: 0.375rem !important;
        color: #4b5563;
    }

    .leaflet-popup-close-button:hover {
        color: #111827;
    }

    .leaflet-control-layers {
        border-radius: 0.375rem;
        box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
        background-color: rgba(255, 255, 255, 0.9);
    }

    .leaflet-control-layers-base label,
    .leaflet-control-layers-overlays label {
        display: flex;
        align-items: center;
        padding: 0.375rem 0.75rem;
        color: #374151;
    }

    .leaflet-control-layers-selector {
        margin-right: 0.5rem !important;
    }

    .filter-select {
        padding: 0.625rem 0.875rem;
        border-radius: 0.5rem;
        border: 1px solid #93c5fd;
        min-width: 200px;
        background-color: white;
        color: #1f2937;
        font-size: 0.875rem;
        transition: border-color 0.2s, box-shadow 0.2s;
    }

    .filter-select:focus {
        outline: none;
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
    }

    .filter-label {
        margin-right: 0.5rem;
        font-weight: 500;
        color: #0369a1;
        font-size: 0.875rem;
    }

    #map-dashboard {
        border-radius: 0.5rem;
    }