﻿/* ========== LEAFLET SHARED OVERRIDES ========== */
.leaflet-control-container .leaflet-control {
    background: rgba(33, 37, 41, 0.9) !important;
    border: 1px solid #495057 !important;
    color: #f8f9fa !important;
}

.leaflet-control-zoom a {
    background: rgba(33, 37, 41, 0.9) !important;
    color: #f8f9fa !important;
    border-bottom: 1px solid #495057 !important;
}

    .leaflet-control-zoom a:hover {
        background: rgba(52, 58, 64, 0.9) !important;
    }

.leaflet-popup-content-wrapper {
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.leaflet-popup-content {
    margin: 0 !important;
    padding: 0 !important;
}

.leaflet-popup-tip {
    background: rgba(33, 37, 41, 0.95) !important;
    border: 1px solid #495057 !important;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15) !important;
}

.leaflet-popup-close-button {
    display: none !important;
}

.custom-marker {
    filter: none;
}
