* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; font-family: Arial, Helvetica, sans-serif; background: #f8fafc; color: #0f172a; }
body { min-height: 100vh; display: flex; overflow: hidden; }
a { color: inherit; text-decoration: none; }
.sidebar { width: 384px; min-width: 384px; height: 100vh; background: #fff; border-right: 1px solid #e5e7eb; box-shadow: 0 12px 35px rgba(15, 23, 42, .16); z-index: 10; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; }
.sidebar-main { display: flex; flex-direction: column; gap: 18px; }
.brand-row { padding-bottom: 12px; border-bottom: 1px solid #f1f5f9; display: flex; justify-content: space-between; align-items: center; }
.brand-title { margin: 0; font-size: 22px; line-height: 1.1; font-weight: 900; letter-spacing: -.6px; color: #0f172a; display: flex; align-items: center; gap: 8px; text-transform: uppercase; }
.pin-icon { color: #dc2626; font-size: 25px; line-height: 1; }
.brand-subtitle { margin: 6px 0 0; color: #64748b; font-weight: 700; font-size: 12px; }
.select-block label { display: block; font-size: 11px; line-height: 1; font-weight: 900; color: #475569; text-transform: uppercase; letter-spacing: .45px; margin-bottom: 8px; }
.select-block select { width: 100%; background: #f8fafc; border: 1px solid #e2e8f0; color: #1e293b; padding: 11px 14px; border-radius: 9px; outline: none; font-size: 14px; font-weight: 700; cursor: pointer; }
.select-block select:focus { border-color: #2563eb; box-shadow: 0 0 0 3px rgba(37,99,235,.16); }
.content-area { border-top: 1px solid #f1f5f9; padding-top: 14px; }
.article-title { margin: 0 0 14px; padding-bottom: 8px; border-bottom: 1px solid #f1f5f9; font-size: 17px; line-height: 1.25; font-weight: 900; color: #0f172a; display: flex; gap: 8px; align-items: center; }
.article-title::before { content: ''; width: 6px; height: 15px; border-radius: 4px; background: #dc2626; display: inline-block; flex: 0 0 auto; }
.article-text { margin: 0; color: #475569; font-size: 14px; line-height: 1.65; text-align: justify; }
.page-image { margin-top: 14px; border: 1px solid #e2e8f0; border-radius: 14px; overflow: hidden; background: #fff; box-shadow: 0 3px 8px rgba(15, 23, 42, .06); }
.page-image img { display: block; width: 100%; height: auto; }
.call-box { margin-top: 16px; border-radius: 13px; padding: 18px 16px; text-align: center; border: 1px solid rgba(0,0,0,.06); }
.call-badge { display: inline-block; padding: 4px 10px; border-radius: 5px; background: rgba(0,0,0,.05); font-size: 11px; line-height: 1; font-weight: 900; letter-spacing: .7px; text-transform: uppercase; }
.call-region { margin-top: 13px; font-size: 13px; font-weight: 900; text-transform: uppercase; color: #1e293b; }
.call-buttons { margin-top: 16px; display: flex; flex-direction: column; gap: 10px; }
.call-button { display: flex; align-items: center; justify-content: center; gap: 9px; padding: 15px 10px; border-radius: 12px; color: #fff; font-size: 20px; line-height: 1; font-weight: 900; box-shadow: 0 8px 16px rgba(15, 23, 42, .16); transition: filter .15s, transform .15s; }
.call-button:hover { filter: brightness(.93); }
.call-button:active { transform: scale(.985); }
.sidebar-footer { margin-top: 22px; padding-top: 14px; border-top: 1px solid #f8fafc; }
.reset-button { width: 100%; border: 0; background: #172339; color: #fff; padding: 11px 14px; border-radius: 9px; font-size: 12px; font-weight: 900; cursor: pointer; }
.reset-button:hover { background: #0f172a; }
.hidden { display: none !important; }
.system-link-wrap { display: flex; justify-content: flex-end; padding-top: 10px; }
.system-link { font-size: 10px; font-weight: 700; color: #cbd5e1; opacity: .75; }
.system-link:hover { color: #64748b; opacity: 1; }
.map-wrap { flex: 1; height: 100vh; min-width: 0; }
#map { width: 100%; height: 100%; }
.leaflet-popup-content-wrapper { border-radius: 13px; padding: 4px; }
.popup-card { text-align: center; font-weight: 900; font-size: 12px; color: #0f172a; padding: 6px; }
.popup-card small { display: block; margin-top: 3px; font-size: 10px; color: #059669; font-weight: 900; }
.popup-card a { display: inline-block; margin-top: 9px; background: #0f172a; color: #fff; font-size: 10px; font-weight: 900; padding: 7px 10px; border-radius: 5px; }

.admin-body { min-height: 100vh; display: block; overflow: auto; background: #f1f5f9; }
.admin-shell { max-width: 1120px; margin: 0 auto; padding: 28px 18px 48px; }
.admin-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; box-shadow: 0 10px 30px rgba(15, 23, 42, .08); padding: 22px; }
.admin-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.admin-header h1 { margin: 0; font-size: 24px; }
.admin-nav { display: flex; gap: 10px; flex-wrap: wrap; }
.admin-btn, .admin-link { border: 0; display: inline-flex; align-items: center; justify-content: center; background: #0f172a; color: #fff; border-radius: 9px; padding: 10px 13px; font-size: 13px; font-weight: 900; cursor: pointer; }
.admin-btn.secondary, .admin-link.secondary { background: #e2e8f0; color: #0f172a; }
.admin-btn.danger, .admin-link.danger { background: #dc2626; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.form-row { display: flex; flex-direction: column; gap: 6px; }
.form-row.full { grid-column: 1 / -1; }
.form-row label { font-size: 12px; font-weight: 900; color: #475569; text-transform: uppercase; letter-spacing: .3px; }
.form-row input, .form-row textarea, .form-row select { width: 100%; border: 1px solid #cbd5e1; border-radius: 9px; padding: 10px 11px; font-size: 14px; background: #fff; }
.form-row textarea { min-height: 140px; resize: vertical; line-height: 1.55; }
.form-actions { margin-top: 18px; display: flex; gap: 10px; align-items: center; }
.notice { padding: 12px 14px; border-radius: 10px; background: #ecfdf5; color: #047857; font-weight: 800; margin-bottom: 16px; }
.error { padding: 12px 14px; border-radius: 10px; background: #fef2f2; color: #b91c1c; font-weight: 800; margin-bottom: 16px; }
.table { width: 100%; border-collapse: collapse; }
.table th, .table td { border-bottom: 1px solid #e2e8f0; padding: 11px 8px; text-align: left; font-size: 14px; }
.table th { color: #475569; font-size: 12px; text-transform: uppercase; letter-spacing: .3px; }
.login-wrap { min-height: 100vh; display: grid; place-items: center; padding: 20px; }
.login-card { width: 100%; max-width: 390px; background: #fff; border-radius: 16px; border: 1px solid #e2e8f0; box-shadow: 0 10px 30px rgba(15,23,42,.12); padding: 24px; }
.login-card h1 { margin: 0 0 18px; font-size: 24px; }
.preview-image { max-width: 180px; border-radius: 10px; border: 1px solid #e2e8f0; display: block; margin-top: 8px; }

@media (max-width: 800px) {
    body { display: block; overflow: auto; }
    .sidebar { width: 100%; min-width: 0; height: auto; min-height: auto; border-right: 0; border-bottom: 1px solid #e5e7eb; padding: 16px; }
    .map-wrap { height: 420px; }
    .brand-title { font-size: 19px; }
    .call-button { font-size: 18px; }
    .form-grid { grid-template-columns: 1fr; }
    .admin-header { align-items: flex-start; flex-direction: column; }
}

.admin-current-image {
    margin-top: 12px;
    padding: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.admin-gallery-grid {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 12px;
}

.admin-gallery-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 8px;
}

.admin-gallery-item img {
    width: 100%;
    height: 95px;
    object-fit: cover;
    border-radius: 9px;
    display: block;
    margin-bottom: 8px;
}

.gallery-sidebar {
    width: 260px;
    min-width: 260px;
    height: 100vh;
    background: #ffffff;
    border-left: 1px solid #e5e7eb;
    box-shadow: -8px 0 20px rgba(15, 23, 42, 0.06);
    padding: 18px;
    overflow-y: auto;
    z-index: 9;
}

.gallery-title {
    font-size: 15px;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 6px;
}

.gallery-subtitle {
    font-size: 12px;
    color: #64748b;
    margin-bottom: 14px;
}

.gallery-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.gallery-thumb {
    width: 100%;
    height: 120px;
    border: 0;
    padding: 0;
    background: transparent;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}

.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .2s ease;
}

.gallery-thumb:hover img {
    transform: scale(1.04);
}

.gallery-empty {
    font-size: 12px;
    color: #94a3b8;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 14px;
    padding: 14px;
}

.image-modal {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.82);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 24px;
}

.image-modal.is-open {
    display: flex;
}

.image-modal img {
    max-width: min(1100px, 94vw);
    max-height: 88vh;
    border-radius: 16px;
    box-shadow: 0 30px 80px rgba(0,0,0,.35);
}

.image-modal-close {
    position: fixed;
    top: 18px;
    right: 22px;
    background: #ffffff;
    border: 0;
    color: #0f172a;
    font-size: 24px;
    font-weight: 900;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    cursor: pointer;
}

@media (max-width: 900px) {
    .gallery-sidebar {
        width: 100%;
        min-width: 100%;
        height: auto;
        border-left: 0;
        border-top: 1px solid #e5e7eb;
        box-shadow: none;
    }

    .gallery-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.admin-current-image {
    margin-top: 12px;
    padding: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.admin-gallery-grid {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 12px;
}

.admin-gallery-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 8px;
}

.admin-gallery-item img {
    width: 100%;
    height: 95px;
    object-fit: cover;
    border-radius: 9px;
    display: block;
    margin-bottom: 8px;
}

.gallery-sidebar {
    width: 280px;
    min-width: 280px;
    height: 100vh;
    background: #ffffff;
    border-left: 1px solid #e5e7eb;
    box-shadow: -8px 0 20px rgba(15, 23, 42, 0.06);
    padding: 18px;
    overflow-y: auto;
    z-index: 9;
}

.gallery-title {
    font-size: 16px;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 6px;
}

.gallery-subtitle {
    font-size: 12px;
    color: #64748b;
    margin-bottom: 14px;
    line-height: 1.45;
}

.gallery-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.gallery-thumb {
    width: 100%;
    height: 125px;
    border: 0;
    padding: 0;
    background: transparent;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}

.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .2s ease;
}

.gallery-thumb:hover img {
    transform: scale(1.04);
}

.gallery-empty {
    font-size: 12px;
    color: #94a3b8;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 14px;
    padding: 14px;
    line-height: 1.5;
}

.image-modal {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.82);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 24px;
}

.image-modal.is-open {
    display: flex;
}

.image-modal img {
    max-width: min(1100px, 94vw);
    max-height: 88vh;
    border-radius: 16px;
    box-shadow: 0 30px 80px rgba(0,0,0,.35);
}

.image-modal-close {
    position: fixed;
    top: 18px;
    right: 22px;
    background: #ffffff;
    border: 0;
    color: #0f172a;
    font-size: 24px;
    font-weight: 900;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    cursor: pointer;
}

@media (max-width: 900px) {
    .gallery-sidebar {
        width: 100%;
        min-width: 100%;
        height: auto;
        border-left: 0;
        border-top: 1px solid #e5e7eb;
        box-shadow: none;
    }

    .gallery-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.page-image {
    max-width: 100px;
    margin: 12px auto 4px;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.page-image img {
    width: 100%;
    height: 85px;
    object-fit: cover;
    display: block;
}

/* Sol ve sağ sidebar kendi içinde scroll olsun */
html,
body {
    height: 100%;
}

body:not(.admin-body) {
    height: 100vh;
    overflow: hidden;
    display: flex;
}

/* Sol sidebar sabit, iç kısmı scroll */
.sidebar {
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Sol sidebar ana içerik scroll alanı */
.sidebar-main {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 6px;
    padding-bottom: 14px;
}

/* Sol alttaki sistem / genel haritaya dön kısmı sabit kalsın */
.sidebar-footer {
    flex: 0 0 auto;
    margin-top: 0;
    background: #ffffff;
    padding-top: 12px;
}

/* Sağ galeri sidebar scroll */
.gallery-sidebar {
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    flex: 0 0 280px;
}

/* Harita iki sidebar arasında tam yükseklik */
.map-wrap {
    height: 100vh;
    min-height: 100vh;
    flex: 1 1 auto;
    min-width: 0;
}

/* Scrollbarları ince ve temiz göster */
.sidebar-main::-webkit-scrollbar,
.gallery-sidebar::-webkit-scrollbar {
    width: 6px;
}

.sidebar-main::-webkit-scrollbar-track,
.gallery-sidebar::-webkit-scrollbar-track {
    background: #f1f5f9;
}

.sidebar-main::-webkit-scrollbar-thumb,
.gallery-sidebar::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 999px;
}

.sidebar-main::-webkit-scrollbar-thumb:hover,
.gallery-sidebar::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}


/* Mobilde normal sayfa akışına dönsün */
@media (max-width: 900px) {
    body:not(.admin-body) {
        height: auto;
        min-height: 100vh;
        overflow: auto;
        display: block;
    }

    .sidebar {
        width: 100%;
        min-width: 0;
        height: auto;
        max-height: none;
        overflow: visible;
    }

    .sidebar-main {
        overflow: visible;
        padding-right: 0;
    }

    .sidebar-footer {
        margin-top: 18px;
    }

    .map-wrap {
        height: 420px;
        min-height: 420px;
    }

    .gallery-sidebar {
        width: 100%;
        min-width: 0;
        height: auto;
        max-height: none;
        overflow: visible;
        flex: none;
    }

    .gallery-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.popup-card {
    min-width: 150px;
    text-align: center;
    padding: 8px 10px;
    color: #0f172a;
    font-size: 12px;
    font-weight: 800;
}

.popup-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 3px;
}

.popup-icon {
    font-size: 14px;
    line-height: 1;
}

.popup-card small {
    display: block;
    color: #059669;
    font-size: 11px;
    font-weight: 900;
    margin-bottom: 8px;
}

.popup-card a {
    display: inline-block;
    background: #0f172a;
    color: #ffffff;
    padding: 7px 12px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 11px;
    font-weight: 900;
}

.popup-icon-img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: inline-block;
    flex: 0 0 auto;
}

.preview-icon-image {
    width: 64px;
    height: 64px;
    object-fit: contain;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 8px;
}

.uploaded-map-marker {
    border-radius: 999px;
}

.seo-static-content {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@media (max-width: 900px) {
    .seo-static-content {
        position: static;
        width: auto;
        height: auto;
        overflow: visible;
        padding: 24px;
        background: #fff;
    }

    .seo-district-article {
        margin-bottom: 24px;
        border-top: 1px solid #e5e7eb;
        padding-top: 18px;
    }

    .seo-district-article img {
        max-width: 100%;
        height: auto;
        border-radius: 12px;
    }
}

.admin-gallery-item input[type="text"],
.admin-gallery-item input[type="number"],
.admin-gallery-item input:not([type]) {
    width: 100%;
    margin-bottom: 8px;
    padding: 8px 10px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
}

.admin-gallery-item label {
    display: block;
    font-size: 11px;
    font-weight: 800;
    color: #475569;
    margin: 7px 0 4px;
}

.admin-file-name {
    display: block;
    font-size: 10px;
    color: #64748b;
    margin: 6px 0 8px;
    word-break: break-all;
}

.delete-check {
    margin-top: 10px !important;
    color: #dc2626 !important;
}

.seo-page-body {
    background: #f1f5f9;
    color: #0f172a;
    min-height: 100vh;
    overflow: auto;
    display: block;
}

.seo-page {
    max-width: 980px;
    margin: 0 auto;
    padding: 32px 18px;
}

.seo-page-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.seo-page-card h1 {
    font-size: 34px;
    line-height: 1.15;
    margin: 0 0 16px;
    color: #0f172a;
}

.seo-page-card h2 {
    font-size: 22px;
    margin: 28px 0 12px;
    color: #0f172a;
}

.seo-page-card p {
    font-size: 16px;
    line-height: 1.75;
    color: #334155;
}

.seo-description {
    font-size: 18px !important;
    font-weight: 500;
}

.seo-breadcrumb {
    font-size: 13px !important;
    color: #64748b !important;
    margin-bottom: 18px;
}

.seo-breadcrumb a {
    color: #dc2626;
    text-decoration: none;
    font-weight: 700;
}

.seo-page-card figure {
    margin: 22px 0;
}

.seo-page-card figure img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    display: block;
}

.seo-page-card figcaption {
    font-size: 13px;
    color: #64748b;
    margin-top: 8px;
}

.seo-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.seo-gallery figure {
    margin: 0;
    background: #f8fafc;
    border-radius: 14px;
    padding: 10px;
}

.seo-gallery img {
    width: 100%;
    height: 170px !important;
    object-fit: cover;
}

.seo-call-box {
    margin-top: 30px;
    padding: 22px;
    border-radius: 18px;
    background: #fef3c7;
}

.seo-call-box a {
    display: inline-block;
    margin: 8px 8px 0 0;
    padding: 12px 18px;
    border-radius: 12px;
    background: #0f172a;
    color: #ffffff;
    text-decoration: none;
    font-weight: 900;
}

@media (max-width: 700px) {
    .seo-page-card {
        padding: 20px;
    }

    .seo-page-card h1 {
        font-size: 26px;
    }

    .seo-gallery {
        grid-template-columns: 1fr;
    }
}

/* SEO ilçe detay sayfalarında normal scroll açık olsun */
body.seo-page-body {
    height: auto !important;
    min-height: 100vh !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    display: block !important;
}

body.seo-page-body .seo-page {
    min-height: 100vh;
    padding-bottom: 80px;
}

body.seo-page-body .seo-page-card {
    margin-bottom: 80px;
}

/* Sol sidebar ana görsel boyutu */
.page-image {
    width: 100%;
    max-width: 400px;
    height: 200px;
    margin: 16px auto 18px;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.page-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.brand-home-link {
    color: inherit;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.brand-home-link:hover {
    color: inherit;
    text-decoration: none;
    opacity: 0.85;
}

/* Telefon kutusu ile başlık arasında boşluk */
.call-box {
    margin-bottom: 22px;
}

/* Telefon kutusundan sonra gelen başlık biraz aşağı insin */
.call-box + div .article-title {
    margin-top: 8px;
}

/* Sidebar iç boşlukları eşitleme */
.select-block {
    margin-bottom: 2px !important;
    padding-bottom: 2px !important;
}

.content-area {
    padding-top: 0 !important;
}

.content-area .call-box:first-child {
    margin-top: 0 !important;
}

.call-box {
    margin-top: 0 !important;
    margin-bottom: 18px !important;
}

.article-title {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
}

.article-text {
    margin-top: 0 !important;
    margin-bottom: 16px !important;
}

.page-image {
    margin-top: 14px !important;
}

/* Harita üst tabları */
.map-wrap {
    position: relative;
}

.map-tabs {
    position: absolute;
    top: 14px;
    left: 58px;
    z-index: 500;
    display: inline-flex;
    gap: 6px;
    padding: 6px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
}

.map-tab {
    border: 0;
    background: #f1f5f9;
    color: #334155;
    font-size: 12px;
    font-weight: 900;
    padding: 9px 12px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .18s ease;
}

.map-tab:hover {
    background: #e2e8f0;
}

.map-tab.is-active {
    background: #0f172a;
    color: #ffffff;
}

@media (max-width: 900px) {
    .map-tabs {
        top: 12px;
        left: 12px;
    }

    .map-tab {
        font-size: 11px;
        padding: 8px 10px;
    }
}

#google-traffic-map {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1;
}

#map {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.map-tabs {
    z-index: 600;
}

.map-wrap.google-traffic-active #map {
    display: none;
}

.map-wrap.google-traffic-active #google-traffic-map {
    display: block;
}