/* Mengatur agar peta memenuhi seluruh layar */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}
#map {
    width: 100%;
    height: 100%;
}
.popup-title {
    color: white;
    font-weight: 600;
    margin-bottom: 4px;
}
.other-sources {
    display: inline-block;
    margin:0;
    padding: 2px 4px;
    background-color: maroon !important;
    color: white !important;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
}
.leaflet-popup-content {
    min-width: 660px !important;
    min-height: 440px !important;
    max-width: 660px !important;
    max-height: 440px !important;
    margin: 0 !important;
    padding: 10px !important;
}
.leaflet-popup-content-wrapper {
    background-color: black !important;
    min-width: 660px !important;
    max-width: 660px !important;
    padding: 0 !important;
}
.layer-selector {
    position: absolute;
    left: 16px;
    bottom: 64px;
    background: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    z-index: 1000;
    font-size: 15px;
}
.total-locations {
    position: absolute;
    left: 16px;
    bottom: 16px;
    background: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    z-index: 1000;
    font-weight: 600;
    font-size: 16px;
}
.selector-icon {
    width: 12px; 
    height: 16px; 
    vertical-align: middle;
}