.landmark-map-container {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1;
}

.landmark-custom-marker {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.leaflet-popup-content {
    font-family: inherit;
    font-weight: 600;
    text-align: center;
}