/* map fullscreen styling */
.map-fullscreen {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 9999 !important;
    border-radius: 0 !important;
    border: none !important;
    margin: 0 !important;
}

/* Custom Marker Cluster styles (override default if needed) */
.marker-cluster-custom {
    background-color: rgba(13, 138, 188, 0.6); /* kelurahan-primary with opacity */
}
.marker-cluster-custom div {
    background-color: rgba(13, 138, 188, 0.9);
    color: white;
    font-weight: bold;
}

/* Popup styling */
.leaflet-popup-content-wrapper {
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    padding: 0;
}
.leaflet-popup-content {
    margin: 16px;
    line-height: 1.5;
}
.leaflet-popup-tip-container {
    margin-top: -1px;
}
