/**
 * Coverage Map Component Styles
 * CSS styles for the coverage map functionality
 */

.custom-marker {
    background: transparent !important;
    border: none !important;
}

.leaflet-popup-content-wrapper {
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.leaflet-popup-tip {
    background: white;
}

#indonesia-coverage-map {
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    #indonesia-coverage-map {
        height: 350px !important;
    }
}
