.landmap-wrapper svg path {
    stroke: #333;
    stroke-width: 1;
    cursor: pointer;
    transition: all 0.2s ease;
}

.landmap-legend {
    margin-top: 10px;
    display: flex;
    gap: 15px;
    font-size: 14px;
}
