@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500;600&display=swap');

.ak-map-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
}

#ak-nl-map {
    width: 100%;
    max-width: 380px;
    display: block;
}

#ak-nl-map .ak-province {
    stroke: #FF4D1C;
    stroke-width: 1.5;
}

#ak-nl-map .ak-dot {
    fill: #FF4D1C;
    opacity: 0;
    transform-box: fill-box;
    transform-origin: center;
}

#ak-nl-map .ak-city-dot {
    fill: #FF4D1C;
    opacity: 0;
}

#ak-nl-map .ak-city-label {
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
    font-weight: 600;
    opacity: 0;
}

.ak-legend {
    display: flex;
    gap: 20px;
    justify-content: center;
    opacity: 0;
}
.ak-legend-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
}
.ak-ldot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FF4D1C;
    flex-shrink: 0;
}
.ak-ldot--big {
    width: 12px;
    height: 12px;
    box-shadow: 0 0 0 2px #FF4D1C;
    background: transparent;
}
