.pf-home-map-card {
    border-radius: 14px;
}

.pf-home-map-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: space-between;
    align-items: center;
}

.pf-home-map-breadcrumb {
    font-size: 0.9rem;
    color: #475569;
}

.pf-home-map-stage {
    position: relative;
    margin-top: 0.75rem;
    width: 100%;
    aspect-ratio: 16 / 10;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #d7e0ea;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.pf-home-drilldown-map {
    width: 100%;
    height: 100%;
}

.pf-home-map-loading {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(248, 250, 252, 0.66);
    z-index: 800;
}

.pf-home-map-loading.is-visible {
    display: flex;
}

.pf-home-map-note {
    margin-top: 0.65rem;
    color: #556274;
    font-size: 0.88rem;
}

.pf-home-choropleth-count {
    background: #0f172a;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1;
    padding: 2px 6px;
}

@media (max-width: 576px) {
    .pf-home-map-stage {
        width: 100%;
        aspect-ratio: 1 / 1.05;
    }

    .pf-home-map-breadcrumb {
        width: 100%;
    }
}
