﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

:focus, .leaflet-container {
    outline: none !important;
}

body {
    height: 100vh;
    overflow: hidden;
}

#map {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.leaflet-control-attribution {
    display: none !important;
}

/* ── MOSK TURUNCU — Able Pro primary kesin override ── */
:root,
[data-bs-theme="dark"],
body[data-pc-preset],
body[data-pc-preset="preset-1"] {
    --bs-primary: #ca6510 !important;
    --bs-primary-rgb: 202, 101, 16 !important;
    --bs-primary-text-emphasis: #e07818 !important;
    --bs-link-color: #ca6510 !important;
    --bs-link-hover-color: #b5590e !important;
    --pc-preset-theme-1: #ca6510 !important;
    --pc-primary: #ca6510 !important;
    --pc-primary-rgb: 202, 101, 16 !important;
}

:root {
    --accent: #ca6510;
    --accent-hover: #b5590e;
    --accent-border: rgba(202, 101, 16, 0.5);
    --accent-dim: rgba(202, 101, 16, 0.12);
}

.material-icons {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    line-height: 1 !important;
}

/* BELEDİYE LOGO */
.belediye-logo {
    position: absolute;
    top: 14px;
    left: 16px;
    z-index: 1001;
    background: rgba(13,17,23,0.82);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(48,54,61,0.65);
    border-radius: 50px;
    padding: 6px 14px 6px 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 12px rgba(0,0,0,0.35);
    max-width: calc(100vw - 80px);
}

    .belediye-logo:hover {
        background: rgba(22,27,34,0.92);
        border-color: var(--accent-border);
        box-shadow: 0 2px 16px rgba(var(--bs-primary-rgb,202,101,16), 0.2);
    }

.belediye-logo-img-wrap {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(255,255,255,0.06);
    border: 1.5px solid rgba(255,255,255,0.12);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .belediye-logo-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
        padding: 4px;
    }

.belediye-logo-fallback {
    font-size: 16px;
    font-weight: 700;
    color: var(--accent);
    display: none;
}

.belediye-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
}

.belediye-name {
    font-size: 13px;
    font-weight: 700;
    color: #e6edf3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    letter-spacing: 0.1px;
}

.belediye-subtitle {
    font-size: 10px;
    font-weight: 400;
    color: #8b949e;
    white-space: nowrap;
    letter-spacing: 0.2px;
}

/* FAB — Sağ üst */
.fab-container {
    position: fixed;
    top: 14px;
    right: 16px;
    z-index: 1004;
    display: flex;
    gap: 8px;
}

.btn-fab {
    background: rgba(var(--bs-body-bg-rgb, 30,33,40), 0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(var(--bs-border-color-rgb, 48,54,61), 0.90);
    color: var(--bs-body-color);
    min-height: 38px;
    border-radius: 999px;
    padding: 6px 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: background 0.18s, border-color 0.18s, transform 0.12s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.30);
    font-size: 13px;
    font-weight: 600;
}

    .btn-fab .material-icons {
        font-size: 18px;
    }

    .btn-fab:hover {
        background: rgba(var(--bs-body-bg-rgb, 30,33,40), 1);
        border-color: rgba(var(--bs-border-color-rgb, 48,54,61), 1);
        transform: scale(1.04);
    }

    .btn-fab:active {
        transform: none !important;
    }

    .btn-fab.btn-primary {
        background: var(--bs-primary) !important;
        border-color: var(--bs-primary) !important;
        color: #fff !important;
    }

/* FLOATING CARD */
.floating-card {
    position: fixed;
    top: 64px;
    right: 16px;
    width: 320px;
    max-height: calc(100vh - 220px);
    z-index: 1002;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(var(--bs-border-color-rgb,48,54,61),0.5) transparent;
    pointer-events: auto;
    scrollbar-gutter: stable;
}

    .floating-card .card-body {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .floating-card::-webkit-scrollbar {
        width: 4px;
    }

    .floating-card::-webkit-scrollbar-thumb {
        background: rgba(var(--bs-border-color-rgb,48,54,61),0.5);
        border-radius: 2px;
    }

    .floating-card.card-hidden {
        display: none !important;
    }

.glass-panel {
    background: rgba(var(--bs-body-bg-rgb, 22,27,34), 0.96) !important;
    backdrop-filter: blur(16px) saturate(1.3) !important;
    -webkit-backdrop-filter: blur(16px) saturate(1.3) !important;
    border: 1px solid rgba(var(--bs-border-color-rgb, 48,54,61), 0.8) !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.4) !important;
    color: var(--bs-body-color);
}

.search-result-item {
    display: flex;
    gap: 10px;
    padding: 8px 6px;
    border-bottom: 1px solid rgba(var(--bs-border-color-rgb,48,54,61),0.35);
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.12s, padding-left 0.12s;
}

    .search-result-item:last-child {
        border-bottom: none;
    }

    .search-result-item:hover {
        background: rgba(var(--bs-body-color-rgb,201,209,217),0.07);
        padding-left: 10px;
    }

.nearest-item {
    display: flex;
    gap: 10px;
    padding: 8px 4px;
    border-bottom: 1px solid rgba(var(--bs-border-color-rgb,48,54,61),0.4);
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.15s;
}

    .nearest-item:last-child {
        border-bottom: none;
    }

    .nearest-item:hover {
        background: rgba(var(--bs-body-color-rgb,201,209,217),0.06);
    }

.nearest-dist {
    font-size: 11px;
    color: var(--bs-primary);
    font-weight: 600;
    margin-top: 2px;
}

/* POPUP */
.leaflet-popup-content-wrapper {
    background: rgba(var(--bs-body-bg-rgb,22,27,34), 0.96) !important;
    backdrop-filter: blur(16px) saturate(1.3) !important;
    -webkit-backdrop-filter: blur(16px) saturate(1.3) !important;
    border: 1px solid rgba(var(--bs-border-color-rgb,48,54,61), 0.8) !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.4) !important;
    padding: 0 !important;
    min-width: 240px;
}

.leaflet-popup-content {
    margin: 0 !important;
    color: var(--bs-body-color);
}

.leaflet-popup-tip-container {
    display: none !important;
}

.leaflet-popup-close-button {
    color: var(--bs-secondary-color) !important;
    font-size: 18px !important;
    top: 8px !important;
    right: 10px !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
}

    .leaflet-popup-close-button:hover {
        color: var(--bs-body-color) !important;
    }

.popup-inner {
    padding: 14px 16px 12px;
}

.popup-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--bs-body-color);
    line-height: 1.3;
    margin-bottom: 10px;
    padding-right: 20px;
    letter-spacing: 0.1px;
}

.popup-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid rgba(var(--bs-border-color-rgb,48,54,61), 0.4);
    font-size: 12px;
}

    .popup-row:last-of-type {
        border-bottom: none;
    }
/* ADRES SATIRI — her ekran boyutunda yan yana, wrap'li değer */
.popup-row-addr {
    align-items: flex-start;
    padding: 6px 0 7px;
}

    .popup-row-addr .popup-val {
        max-width: 65%;
        text-align: right;
        white-space: normal;
        word-break: break-word;
        line-height: 1.4;
        font-size: 11.5px;
    }

        .popup-row-addr .popup-val.is-loading {
            font-style: italic;
            font-weight: 400;
            color: var(--bs-secondary-color);
        }

.popup-key {
    color: var(--bs-secondary-color);
    font-weight: 500;
}

.popup-val {
    color: var(--bs-body-color);
    font-weight: 600;
    text-align: right;
    max-width: 160px;
}

.popup-amenity-label {
    font-size: 10px;
    font-weight: 600;
    color: var(--bs-secondary-color);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 12px 0 7px;
}

.popup-amenity-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.amenity-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px 4px 7px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    border: 1.5px solid;
}

    .amenity-pill.ok {
        background: rgba(25,135,84,0.12);
        border-color: #198754;
        color: #3fb950;
    }

    .amenity-pill.nok {
        background: rgba(220,53,69,0.10);
        border-color: rgba(220,53,69,0.5);
        color: var(--bs-secondary-color);
        opacity: 0.65;
    }

    .amenity-pill.unknown {
        background: rgba(108, 117, 125, 0.10);
        border-color: rgba(108, 117, 125, 0.45);
        color: #9ca3af;
        border-style: dashed;
    }

    .amenity-pill .material-icons {
        font-size: 14px;
        line-height: 1;
    }

/* ── DEĞİŞİKLİK 2: YOL TARİFİ BUTONLARI — Google+Yandex yan yana, Kent Rehberi tam genişlik ── */
.detail-action-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 12px;
}

    .detail-action-row .nav-row {
        display: flex;
        gap: 6px;
    }

        .detail-action-row .nav-row > a {
            flex: 1 1 0;
        }

        .detail-action-row > a,
        .detail-action-row .nav-row > a {
            min-height: 36px;
            border-radius: 999px;
            padding-inline: .75rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            text-decoration: none !important;
            font-size: 11px;
            font-weight: 600;
            white-space: nowrap;
            transition: all .2s ease;
        }

            .detail-action-row > a i,
            .detail-action-row .nav-row > a i {
                margin-right: 4px;
                font-size: 15px !important;
            }

            .detail-action-row > a:hover,
            .detail-action-row .nav-row > a:hover {
                transform: translateY(-2px);
                box-shadow: 0 4px 12px rgba(var(--bs-primary-rgb, 202, 101, 16), .25);
            }
            /* Kent Rehberi tam genişlik */
            .detail-action-row > a.btn-full {
                width: 100%;
            }

.btn-outline-orange {
    color: #fff !important;
    border: 1px solid var(--bs-primary) !important;
    background: transparent;
}

    .btn-outline-orange:hover {
        background: var(--bs-primary) !important;
    }

.btn-outline-google {
    color: #c9d1d9 !important;
    border: 1px solid #4285F4 !important;
    background: transparent;
}

    .btn-outline-google:hover {
        background: #4285F4 !important;
        color: #fff !important;
    }

.btn-outline-yandex {
    color: #c9d1d9 !important;
    border: 1px solid #fc0100 !important;
    background: transparent;
}

    .btn-outline-yandex:hover {
        background: #fc0100 !important;
        color: #fff !important;
    }

/* KOORDİNAT */
.coord-display {
    position: absolute;
    bottom: 16px;
    right: 130px;
    z-index: 1000;
    backdrop-filter: blur(16px) saturate(1.4);
    -webkit-backdrop-filter: blur(16px) saturate(1.4);
    background: rgba(22,27,34,0.90);
    border: 1px solid rgba(48,54,61,0.70);
    border-radius: 999px;
    padding: 4px 12px;
    font-size: 11px;
    font-family: 'Courier New', monospace;
    color: #c9d1d9;
    pointer-events: none;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}

/* ── DEĞİŞİKLİK 5: MOSK GIS WATERMARK — opaklık artırıldı ── */
.mosk-watermark {
    position: absolute;
    bottom: 12px;
    left: 16px;
    z-index: 1001;
    opacity: 0.80; /* önceki: 0.55 */
    transition: opacity 0.2s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
}

    .mosk-watermark:hover {
        opacity: 1;
    }
    /* önceki: 0.85 */
    .mosk-watermark img {
        height: 14px;
        width: auto;
        display: block;
        object-fit: contain;
    }

/* ════════════════════════════════════════════════════
           HİZMET HARİTASI BENZERİ ALTLIK (BASEMAP) YAPISI
           ════════════════════════════════════════════════════ */

/* Web alt-orta basemap bar */
#bm-bar-container {
    position: fixed;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1003;
    background: rgba(var(--bs-body-bg-rgb,22,27,34), 0.90);
    backdrop-filter: blur(16px) saturate(1.4);
    -webkit-backdrop-filter: blur(16px) saturate(1.4);
    border: 1px solid rgba(var(--bs-border-color-rgb,48,54,61), 0.70);
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.25);
    max-width: calc(100vw - 32px);
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    #bm-bar-container::-webkit-scrollbar {
        display: none;
    }

#bm-bar {
    display: flex;
    gap: 4px;
    padding: 6px 8px;
}

.bm-item {
    cursor: pointer;
    transition: all 0.2s;
    padding: 4px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

    .bm-item:hover {
        background: rgba(var(--bs-body-color-rgb,201,209,217), 0.08);
    }

    .bm-item.active {
        background: rgba(var(--bs-primary-rgb, 202,101,16), 0.20);
        border: 1px solid var(--bs-primary);
    }

.bm-thumb {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 4px;
    border: 2px solid rgba(var(--bs-body-color-rgb,201,209,217), 0.18);
    transition: all 0.2s;
    display: block;
}

.bm-item:hover .bm-thumb {
    border-color: rgba(var(--bs-body-color-rgb,201,209,217), 0.35);
    transform: translateY(-2px);
}

.bm-item.active .bm-thumb {
    border-color: var(--bs-primary) !important;
    box-shadow: 0 0 0 1px var(--bs-primary), 0 0 12px rgba(var(--bs-primary-rgb,202,101,16),0.3);
}

.bm-label {
    font-size: 10px;
    font-weight: 600;
    color: var(--bs-secondary-color);
    letter-spacing: 0.3px;
    white-space: nowrap;
    transition: color 0.2s;
}

.bm-item.active .bm-label {
    color: var(--bs-primary);
}

/* DESKTOP harita kontrolleri (sağ alt: 2 sütun) */
#desktop-br-controls {
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 1001;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-end;
}

    #desktop-br-controls .map-ctrl-col {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

/* MOBİL harita kontrolleri (sağ alt: 3 buton row) */
#mobile-view-bm-group {
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 1001;
    display: none;
    flex-direction: row;
    gap: 8px;
    align-items: flex-end;
}

.map-ctrl-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(var(--bs-body-bg-rgb,30,33,40), 0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(var(--bs-border-color-rgb,48,54,61), 0.90);
    color: var(--bs-body-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.18s, border-color 0.18s, transform 0.12s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    user-select: none;
    flex-shrink: 0;
}

    .map-ctrl-btn:hover {
        background: rgba(var(--bs-body-bg-rgb,30,33,40), 1);
        border-color: rgba(var(--bs-border-color-rgb,48,54,61), 1);
        transform: scale(1.04);
    }

    .map-ctrl-btn:active {
        transform: none !important;
    }

    .map-ctrl-btn .material-icons {
        font-size: 20px;
    }

    .map-ctrl-btn.locate {
        border-color: rgba(var(--bs-primary-rgb,202,101,16), 0.5);
    }

        .map-ctrl-btn.locate .material-icons {
            color: var(--bs-primary);
        }

        .map-ctrl-btn.locate:hover {
            background: var(--bs-primary);
            border-color: var(--bs-primary);
        }

            .map-ctrl-btn.locate:hover .material-icons {
                color: #fff;
            }

        .map-ctrl-btn.locate.locating {
            background: rgba(var(--bs-primary-rgb,202,101,16), 0.2);
            border-color: var(--bs-primary);
            animation: locatePulse 1s infinite;
        }

@@keyframes locatePulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(var(--bs-primary-rgb,202,101,16), 0.5);
    }

    50% {
        box-shadow: 0 0 0 6px rgba(var(--bs-primary-rgb,202,101,16), 0);
    }
}

/* Mobilde basemap cycle butonu (Hizmet Haritası tarzı 58x58 kare) */
#mobile-bm-toggle {
    flex-shrink: 0;
}

    #mobile-bm-toggle button {
        width: 58px;
        height: 58px;
        background: rgba(var(--bs-body-bg-rgb,30,33,40), 0.92);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(var(--bs-border-color-rgb,48,54,61), 0.90);
        border-radius: 8px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 8px rgba(0,0,0,0.3);
        padding: 4px;
        color: var(--bs-body-color);
    }

    #mobile-bm-toggle .bm-thumb-mobile {
        width: 32px;
        height: 32px;
        object-fit: cover;
        border-radius: 4px;
        border: 1px solid rgba(255,255,255,0.18);
    }

    #mobile-bm-toggle .bm-label-mobile {
        font-size: .55rem;
        color: var(--bs-secondary-color);
        font-weight: 600;
        letter-spacing: 0.2px;
        margin-top: 2px;
    }

/* MARKER PULSE */
@@keyframes markerPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--bs-primary-rgb,202,101,16), 0.7);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(var(--bs-primary-rgb,202,101,16), 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(var(--bs-primary-rgb,202,101,16), 0);
    }
}

.leaflet-marker-icon img {
    filter: drop-shadow(0 0 6px rgba(var(--bs-primary-rgb,202,101,16), 0.5));
}

button, a, [onclick], .toggle-switch, .bm-item,
.map-ctrl-btn, .btn-fab, .nearest-item,
.search-result-item, .nav-btn {
    touch-action: manipulation;
}

.stat-min-w {
    min-width: 0;
    overflow: hidden;
}

.card-title-expand {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: white-space 0.2s;
    cursor: default;
    display: block;
}

.bg-body-tertiary:hover .card-title-expand {
    white-space: normal;
    overflow: visible;
}

#status-toast {
    position: fixed;
    top: 64px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1050;
    display: none;
    max-width: min(92vw, 420px);
    background: rgba(var(--bs-body-bg-rgb, 22,27,34), 0.94);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(var(--bs-border-color-rgb, 48,54,61), 0.75);
    border-radius: 999px;
    padding: 7px 18px;
    font-size: .82rem;
    color: var(--bs-body-color);
    box-shadow: 0 4px 16px rgba(0,0,0,0.3);
    white-space: nowrap;
    pointer-events: none;
}

    #status-toast.show {
        display: block;
    }

@@media (max-width: 575.98px) {
    .floating-card {
        width: 270px !important;
        right: 10px !important;
        top: 58px !important;
        max-height: calc(100vh - 180px) !important;
        font-size: .8rem !important;
    }
        /* Kart içi padding'leri sıkıştır */
        .floating-card .card-body {
            padding: 8px 10px !important;
        }
            /* Stat kartları kompakt */
            .floating-card .card-body.px-2 .card {
                font-size: .75rem !important;
            }

    .btn-fab {
        min-height: 32px !important;
        padding: 4px 10px !important;
    }

        .btn-fab .material-icons {
            font-size: 16px !important;
        }

    .belediye-logo {
        top: 12px;
        left: 12px;
        padding: 4px 10px 4px 4px;
    }

    .belediye-logo-img-wrap {
        width: 30px;
        height: 30px;
    }

    .belediye-name {
        font-size: 11px;
    }

    .belediye-subtitle {
        font-size: 9px;
    }

    .mosk-watermark img {
        height: 10px !important;
    }

    .fab-text {
        display: none;
    }

    .coord-display {
        display: none !important;
    }
    /* ── DEĞİŞİKLİK 1: Mobilde popup daha küçük ── */
    .leaflet-popup-content-wrapper {
        min-width: 200px !important;
        max-width: calc(100vw - 32px) !important;
    }

    .popup-inner {
        padding: 10px 12px 8px !important;
    }

    .popup-title {
        font-size: 13px !important;
        margin-bottom: 7px !important;
    }

    .popup-row {
        font-size: 11px !important;
        padding: 3px 0 !important;
    }

    .popup-val {
        max-width: 120px !important;
    }

    .popup-amenity-label {
        margin: 8px 0 5px !important;
    }

    .popup-amenity-grid {
        gap: 4px !important;
        margin-bottom: 8px !important;
    }

    .amenity-pill {
        font-size: 10px !important;
        padding: 3px 7px 3px 5px !important;
    }

        .amenity-pill .material-icons {
            font-size: 12px !important;
        }

    .detail-action-row {
        gap: 5px !important;
        margin-top: 8px !important;
    }

        .detail-action-row .nav-row > a,
        .detail-action-row > a {
            min-height: 32px !important;
            font-size: 10px !important;
            padding-inline: .5rem !important;
        }

            .detail-action-row > a i,
            .detail-action-row .nav-row > a i {
                font-size: 13px !important;
                margin-right: 3px !important;
            }
}

/* Web/Mobil görünüm geçişi (768px breakpoint - Hizmet Haritası ile aynı) */
@@media (max-width: 767.98px) {
    #bm-bar-container {
        display: none !important;
    }

    #desktop-br-controls {
        display: none !important;
    }

    #mobile-view-bm-group {
        display: flex !important;
    }
}

@@media (min-width: 768px) {
    #bm-bar-container {
        display: block;
    }

    #desktop-br-controls {
        display: flex;
    }

    #mobile-view-bm-group {
        display: none !important;
    }
}
