
.leaflet-popup-content-wrapper {
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.2);
    padding: 0;
    overflow: hidden;
}

.leaflet-popup-content {
    margin: 0;
    font-family: inherit;
    min-width: 280px;
}

.leaflet-popup-tip {
    background: white;
}

.custom-marker {
    background-color: #E78B1F;
    border: 3px solid white;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0,0,0,0.35);
}

.marker-cluster-small, .marker-cluster-medium, .marker-cluster-large {
    background-color: rgba(231, 139, 31, 0.6);
}

    .marker-cluster-small div, .marker-cluster-medium div, .marker-cluster-large div {
        background-color: #E78B1F;
        color: white;
        font-weight: bold;
    }

#heritageWorldMap {
    z-index: 1;
}
/* Bottom controls positioning - same level */
.leaflet-control-zoom {
    margin-left: 16px !important;
    margin-bottom: 140px !important;
}

.map-legend {
    bottom: 140px !important;
    right: 16px !important;
}

@media (max-width: 640px) {
    .leaflet-control-zoom {
        margin-bottom: 200px !important;
    }

        .leaflet-control-zoom a {
            width: 36px !important;
            height: 36px !important;
            line-height: 36px !important;
            font-size: 20px !important;
        }

    .map-legend {
        bottom: 200px !important;
    }
}

