/* İl sayfası mini harita — REVERT: bu dosyayı sil + partial/include'ları kaldır */

.wx-city-map {
    margin-bottom: 1.75rem;
}

.wx-city-map__toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem 1rem;
    margin-bottom: 0.75rem;
    color: var(--wx2-ink, #0c1924);
}

.wx-city-map .wx-map-tabs {
    background: rgba(2, 132, 199, 0.08);
}

.wx-city-map .wx-map-tab {
    color: #475569;
    flex: 0 0 auto;
    white-space: nowrap;
}

.wx-city-map .wx-map-tabs {
    display: flex;
    flex-wrap: nowrap;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
}

.wx-city-map .wx-map-tab.is-active {
    background: #0284c7;
    color: #fff;
}

.wx-city-map .wx-map-toggle {
    color: #475569;
    font-size: 0.82rem;
}

.wx-city-map .wx-map-status {
    margin-left: auto;
    color: #64748b;
    font-size: 0.78rem;
}

.wx-city-map__stage {
    position: relative;
    width: 100%;
    height: 340px;
    border-radius: 16px;
    overflow: hidden;
    background: #0b3a55;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.wx-city-map__stage .wx-map-canvas,
.wx-city-map__stage #wxMap {
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
}

.wx-city-map__stage .wx-map-legend {
    left: 0.75rem;
    bottom: 0.75rem;
    min-width: 140px;
    padding: 0.55rem 0.7rem;
}

.wx-city-map__stage .wx-map-hover {
    top: 0.75rem;
    right: 0.75rem;
}

@media (max-width: 767.98px) {
    .wx-city-map__toolbar {
        flex-direction: column;
        align-items: stretch;
        gap: 0.45rem;
    }

    .wx-city-map__toolbar .wx-map-tabs {
        order: 1;
        width: 100%;
        max-width: none;
    }

    .wx-city-map__toolbar .wx-map-toggle {
        order: 2;
        align-self: flex-start;
    }

    .wx-city-map__stage {
        height: 280px;
    }

    .wx-city-map .wx-map-status {
        margin-left: 0;
        width: 100%;
        order: 3;
    }
}
