.page-map {
    position: relative;
    height: 80vh;
    width: 100%;
    border-radius: 10px;
    z-index: 1;
}

.page-legend {
    background: #fff;
    padding: 10px;
    font-size: 13px;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.page-legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.page-legend-color {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    border-radius: 2px;
}

.page-marker {
    pointer-events: auto;
}
