/*
Theme Name: Saudi Bus Booking
Theme URI: https://bus.propertiku.id
Author: Ray
Author URI: https://bus.propertiku.id
Description: Premium Bus Booking System for Saudi Arabia and Yemen.
\g<1>1.4.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: saudi-bus-booking
*/

/* ============================================================
   RESET
============================================================ */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family:
        Inter,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Arial,
        Helvetica,
        sans-serif;
    background: #f7f8f7;
    color: #10201d;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

button,
input,
select,
textarea {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    cursor: pointer;
}

.container {
    width: min(1240px, calc(100% - 48px));
    margin-left: auto;
    margin-right: auto;
}


/* ============================================================
   HEADER
============================================================ */

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.header-inner {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.site-logo {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.4px;
    white-space: nowrap;
}

.logo-mark {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: #cba75a;
    color: #10201d;
    font-size: 20px;
    font-weight: 900;
}

.logo-text {
    color: #ffffff;
}

.logo-text span {
    color: #cba75a;
}

.main-navigation {
    display: flex;
    align-items: center;
    gap: 34px;
}

.main-navigation a {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 600;
    transition:
        color 0.2s ease,
        opacity 0.2s ease;
}

.main-navigation a:hover {
    color: #ffffff;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.language-button,
.login-button {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
}

.language-button {
    border: 0;
    background: transparent;
    color: #ffffff;
    padding: 0 12px;
}

.login-button {
    padding: 0 19px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
}

.login-button:hover {
    background: rgba(255, 255, 255, 0.12);
}

.mobile-menu-button {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    background: transparent;
}

.mobile-menu-button span {
    display: block;
    width: 19px;
    height: 2px;
    margin: 4px auto;
    background: #ffffff;
}


/* ============================================================
   HERO
============================================================ */

.hero-section {
    position: relative;
    min-height: 610px;
    padding: 150px 0 130px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 4% 65%,
            rgba(255, 255, 255, 0.07) 0,
            rgba(255, 255, 255, 0.07) 95px,
            transparent 96px
        ),
        radial-gradient(
            circle at 98% 20%,
            rgba(203, 167, 90, 0.11) 0,
            rgba(203, 167, 90, 0.11) 170px,
            transparent 171px
        ),
        linear-gradient(
            135deg,
            #075b4d 0%,
            #064d42 48%,
            #0b352f 100%
        );
}

.hero-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    right: -220px;
    bottom: -280px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.035);
}

.hero-section::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    left: -150px;
    top: 70px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.025);
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-copy {
    max-width: 690px;
    color: #ffffff;
    margin-bottom: 58px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 13px;
    border: 1px solid rgba(203, 167, 90, 0.45);
    border-radius: 999px;
    background: rgba(203, 167, 90, 0.1);
    color: #dfbd73;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.hero-copy h1 {
    margin: 22px 0 18px;
    max-width: 720px;
    color: #ffffff;
    font-size: clamp(42px, 5vw, 70px);
    line-height: 1.04;
    letter-spacing: -2.5px;
    font-weight: 800;
}

.hero-copy h1 span {
    color: #d4b363;
}

.hero-copy p {
    margin: 0;
    max-width: 560px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 17px;
}


/* ============================================================
   SEARCH CARD
============================================================ */

.search-card {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(15, 39, 34, 0.08);
    border-radius: 22px;
    padding: 28px;
    box-shadow:
        0 25px 70px rgba(3, 29, 24, 0.18),
        0 4px 15px rgba(3, 29, 24, 0.06);
}

.search-card-header {
    margin-bottom: 22px;
}

.search-label {
    display: block;
    margin-bottom: 7px;
    color: #086454;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.7px;
}

.search-card-header h2 {
    margin: 0;
    color: #12211e;
    font-size: 27px;
    line-height: 1.2;
    letter-spacing: -0.6px;
}

.bus-search-form {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        48px
        minmax(0, 1fr)
        minmax(0, 1fr)
        145px;
    align-items: end;
    gap: 13px;
}

.search-field {
    min-width: 0;
}

.search-field label {
    display: block;
    margin-bottom: 8px;
    color: #53615e;
    font-size: 12px;
    font-weight: 700;
}

.field-wrapper {
    position: relative;
}

.field-icon {
    position: absolute;
    top: 50%;
    left: 14px;
    z-index: 2;
    transform: translateY(-50%);
    color: #08715e;
    font-size: 9px;
    pointer-events: none;
}

.search-field select,
.search-field input {
    width: 100%;
    height: 52px;
    padding: 0 15px 0 34px;
    border: 1px solid #dce4e1;
    border-radius: 11px;
    outline: none;
    background: #ffffff;
    color: #14211f;
    font-size: 14px;
    font-weight: 500;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.search-field select {
    appearance: auto;
    cursor: pointer;
}

.search-field select:focus,
.search-field input:focus {
    border-color: #08715e;
    box-shadow: 0 0 0 4px rgba(8, 113, 94, 0.08);
}

.swap-button {
    width: 48px;
    height: 48px;
    margin-bottom: 2px;
    border: 1px solid #dce4e1;
    border-radius: 50%;
    background: #ffffff;
    color: #08715e;
    font-size: 20px;
    line-height: 1;
    transition:
        background 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.swap-button:hover {
    background: #08715e;
    color: #ffffff;
    transform: rotate(180deg);
}

.search-button {
    height: 52px;
    padding: 0 18px;
    border: 0;
    border-radius: 11px;
    background: #086b59;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    transition:
        background 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.search-button span {
    margin-left: 8px;
    font-size: 18px;
}

.search-button:hover {
    background: #075645;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(8, 107, 89, 0.2);
}


/* ============================================================
   BUS RESULTS
============================================================ */

.bus-results-section {
    padding: 82px 0 90px;
    background: #f7f8f7;
}

.bus-results-section .section-heading {
    margin-bottom: 34px;
}

.section-heading > span {
    display: block;
    margin-bottom: 9px;
    color: #086b59;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.7px;
}

.section-heading h2 {
    margin: 0;
    color: #11211e;
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.1;
    letter-spacing: -1.7px;
}

.section-heading p {
    margin: 14px 0 0;
    color: #697571;
    font-size: 14px;
}

.bus-results-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.bus-result-card {
    display: grid;
    grid-template-columns:
        1.25fr
        1.05fr
        0.8fr
        0.7fr
        0.8fr;
    align-items: center;
    gap: 25px;
    padding: 27px 29px;
    border: 1px solid #e0e6e3;
    border-radius: 17px;
    background: #ffffff;
    box-shadow: 0 8px 28px rgba(20, 45, 39, 0.045);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.bus-result-card:hover {
    transform: translateY(-2px);
    border-color: #cbd9d4;
    box-shadow: 0 16px 35px rgba(20, 45, 39, 0.08);
}

.bus-result-badge {
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    padding: 0 10px;
    border-radius: 999px;
    background: #edf6f3;
    color: #086b59;
    font-size: 10px;
    font-weight: 800;
}

.bus-result-info h3 {
    margin: 11px 0 5px;
    color: #14221f;
    font-size: 20px;
    line-height: 1.2;
}

.bus-operator,
.bus-number {
    margin: 3px 0;
    color: #6d7975;
    font-size: 12px;
}

.bus-result-route {
    display: grid;
    grid-template-columns: auto minmax(45px, 1fr) auto;
    align-items: center;
    gap: 9px;
}

.route-time {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 58px;
}

.route-time strong {
    color: #13231f;
    font-size: 18px;
    line-height: 1.2;
}

.route-time span {
    color: #697571;
    font-size: 11px;
    white-space: nowrap;
}

.route-line {
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 40px;
}

.route-line span {
    flex: 1;
    height: 1px;
    background: #cfd9d5;
}

.route-line div {
    color: #086b59;
    font-size: 16px;
}

.bus-result-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bus-result-price span,
.bus-result-price small {
    color: #7a8581;
    font-size: 11px;
}

.bus-result-price strong {
    margin: 2px 0;
    color: #0b6655;
    font-size: 20px;
    line-height: 1.2;
}

.bus-result-seats {
    display: flex;
    flex-direction: column;
}

.bus-result-seats strong {
    color: #14231f;
    font-size: 18px;
}

.bus-result-seats span,
.bus-result-seats small {
    color: #6f7b77;
    font-size: 11px;
}

.bus-result-action {
    display: flex;
    justify-content: flex-end;
}

.bus-select-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 17px;
    border-radius: 10px;
    background: #086b59;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
    transition:
        background 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.bus-select-button span {
    margin-left: 8px;
    font-size: 16px;
}

.bus-select-button:hover {
    background: #075645;
    transform: translateY(-1px);
    box-shadow: 0 9px 20px rgba(8, 107, 89, 0.2);
}


/* ============================================================
   NO RESULTS
============================================================ */

.bus-no-results {
    max-width: 720px;
    margin: 10px auto 0;
    padding: 55px 35px;
    text-align: center;
    border: 1px solid #e0e6e3;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(20, 45, 39, 0.05);
}

.bus-no-results-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #edf3f1;
    color: #086b59;
    font-size: 24px;
    font-weight: 800;
}

.bus-no-results h3 {
    margin: 0 0 8px;
    color: #14221f;
    font-size: 23px;
}

.bus-no-results p {
    margin: 0 auto 24px;
    max-width: 560px;
    color: #6d7975;
    font-size: 14px;
}

.bus-reset-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 0 18px;
    border-radius: 10px;
    background: #086b59;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
}


/* ============================================================
   FEATURES
============================================================ */

.features-section {
    padding: 105px 0;
    background: #ffffff;
}

.features-section .section-heading {
    margin-bottom: 40px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 17px;
}

.feature-card {
    min-height: 245px;
    padding: 27px;
    border: 1px solid #e1e7e4;
    border-radius: 17px;
    background: #ffffff;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 35px rgba(20, 45, 39, 0.07);
}

.feature-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    border-radius: 11px;
    background: #edf5f2;
    color: #086b59;
    font-size: 11px;
    font-weight: 900;
}

.feature-card h3 {
    margin: 0 0 10px;
    color: #15231f;
    font-size: 17px;
}

.feature-card p {
    margin: 0;
    color: #71807a;
    font-size: 13px;
    line-height: 1.7;
}


/* ============================================================
   DESTINATIONS
============================================================ */

.destinations-section {
    padding: 100px 0 115px;
    background: #f7f8f7;
}

.destinations-section .section-heading {
    margin-bottom: 38px;
}

.destination-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 17px;
}

.destination-card {
    position: relative;
    min-height: 260px;
    overflow: hidden;
    border-radius: 17px;
    background:
        linear-gradient(
            145deg,
            #0a6b5a,
            #0c3c34
        );
    box-shadow: 0 10px 30px rgba(20, 45, 39, 0.08);
}

.destination-card::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    top: -90px;
    right: -90px;
    border-radius: 50%;
    background: rgba(203, 167, 90, 0.18);
}

.destination-card::after {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    bottom: -100px;
    left: -70px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
}

.destination-content {
    position: absolute;
    z-index: 2;
    left: 25px;
    right: 25px;
    bottom: 24px;
    color: #ffffff;
}

.destination-content span {
    display: block;
    margin-bottom: 5px;
    color: #d9bc7a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.destination-content h3 {
    margin: 0;
    color: #ffffff;
    font-size: 25px;
}


/* ============================================================
   DEFAULT WORDPRESS CONTENT
============================================================ */

.site-main {
    min-height: 400px;
}

.content-container {
    padding-top: 140px;
    padding-bottom: 100px;
}

.default-post {
    padding: 35px;
    border: 1px solid #e0e6e3;
    border-radius: 17px;
    background: #ffffff;
}

.default-post h1 {
    margin-top: 0;
}

.empty-content {
    padding: 100px 20px;
    text-align: center;
}

.empty-content h1 {
    margin-bottom: 10px;
    color: #15231f;
}

.empty-content p {
    color: #71807a;
}


/* ============================================================
   FOOTER SUPPORT
============================================================ */

.site-footer {
    background: #092e28;
    color: rgba(255, 255, 255, 0.7);
}


/* ============================================================
   RESPONSIVE - TABLET
============================================================ */

@media (max-width: 1050px) {

    .main-navigation {
        gap: 20px;
    }

    .bus-search-form {
        grid-template-columns:
            1fr
            48px
            1fr
            1fr
            145px;
    }

    .bus-result-card {
        grid-template-columns:
            1.2fr
            1fr
            0.75fr;
    }

    .bus-result-action {
        justify-content: flex-start;
    }

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

}


/* ============================================================
   RESPONSIVE - MOBILE
============================================================ */

@media (max-width: 760px) {

    .container {
        width: min(100% - 30px, 1240px);
    }

    .header-inner {
        min-height: 70px;
    }

    .main-navigation,
    .header-actions {
        display: none;
    }

    .mobile-menu-button {
        display: block;
    }

    .hero-section {
        min-height: auto;
        padding: 115px 0 55px;
    }

    .hero-copy {
        margin-bottom: 30px;
    }

    .hero-copy h1 {
        font-size: 43px;
        letter-spacing: -1.8px;
    }

    .hero-copy p {
        font-size: 15px;
    }

    .search-card {
        padding: 20px;
        border-radius: 17px;
    }

    .bus-search-form {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 13px;
    }

    .swap-button {
        align-self: center;
        margin: -3px 0;
        transform: rotate(90deg);
    }

    .swap-button:hover {
        transform: rotate(270deg);
    }

    .search-button {
        width: 100%;
    }

    .bus-results-section {
        padding: 60px 0 70px;
    }

    .section-heading h2 {
        font-size: 34px;
    }

    .bus-result-card {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 21px;
        padding: 22px;
    }

    .bus-result-route {
        width: 100%;
    }

    .bus-result-price {
        padding-top: 15px;
        border-top: 1px solid #edf0ef;
    }

    .bus-result-seats {
        padding-top: 15px;
        border-top: 1px solid #edf0ef;
    }

    .bus-result-action {
        padding-top: 5px;
    }

    .bus-select-button {
        width: 100%;
    }

    .features-section,
    .destinations-section {
        padding: 70px 0;
    }

    .features-grid,
    .destination-grid {
        grid-template-columns: 1fr;
    }

    .feature-card {
        min-height: auto;
    }

    .destination-card {
        min-height: 220px;
    }

}


/* ============================================================
   SMALL MOBILE
============================================================ */

@media (max-width: 420px) {

    .site-logo {
        font-size: 18px;
    }

    .logo-mark {
        width: 36px;
        height: 36px;
        border-radius: 9px;
    }

    .hero-copy h1 {
        font-size: 37px;
    }

    .search-card-header h2 {
        font-size: 24px;
    }

    .section-heading h2 {
        font-size: 30px;
    }

    .bus-result-route {
        grid-template-columns:
            auto
            1fr
            auto;
    }

}

/* ============================================================
   SYSTEM NAVIGATION
   ============================================================ */

body.sbb-menu-open {
    overflow: hidden;
}

.sbb-language-menu {
    position: absolute;
    top: 64px;
    right: 120px;
    min-width: 150px;
    padding: 8px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(0,0,0,.18);
    z-index: 300;
}

.sbb-language-menu[hidden] {
    display: none !important;
}

.sbb-language-menu button {
    width: 100%;
    min-height: 38px;
    padding: 0 12px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #17342b;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.sbb-language-menu button:hover {
    background: #f3f7f5;
}

.sbb-mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    background: #073e34;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
    transition:
        opacity .22s ease,
        visibility .22s ease,
        transform .22s ease;
}

.sbb-mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
}

.sbb-mobile-top {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.sbb-mobile-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
}

.sbb-mobile-logo-mark {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #cba75a;
    color: #10201d;
    font-weight: 900;
}

.sbb-mobile-logo-text {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.sbb-mobile-logo-text span {
    color: #cba75a;
}

.sbb-mobile-close {
    width: 42px;
    height: 42px;
    position: relative;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 10px;
    background: transparent;
}

.sbb-mobile-close span {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 19px;
    height: 2px;
    background: #fff;
}

.sbb-mobile-close span:first-child {
    transform: rotate(45deg);
}

.sbb-mobile-close span:last-child {
    transform: rotate(-45deg);
}

.sbb-mobile-content {
    overflow-y: auto;
    padding: 26px 22px 40px;
}

.sbb-mobile-intro {
    padding-bottom: 22px;
}

.sbb-mobile-intro > span {
    color: #cba75a;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1.6px;
}

.sbb-mobile-intro h2 {
    margin: 8px 0 6px;
    color: #fff;
    font-size: 28px;
    line-height: 1.15;
}

.sbb-mobile-intro p {
    margin: 0;
    color: rgba(255,255,255,.62);
    font-size: 12px;
    line-height: 1.6;
}

.sbb-mobile-nav {
    display: grid;
    gap: 10px;
}

.sbb-mobile-nav-item {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    align-items: center;
    gap: 13px;
    min-height: 70px;
    padding: 10px 13px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 14px;
    background: rgba(255,255,255,.045);
    color: #fff;
    text-decoration: none;
}

.sbb-mobile-nav-item:hover {
    color: #fff;
    background: rgba(255,255,255,.08);
}

.sbb-mobile-nav-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: rgba(203,167,90,.15);
}

.sbb-mobile-nav-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #cba75a;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sbb-mobile-nav-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sbb-mobile-nav-text strong {
    color: #fff;
    font-size: 13px;
}

.sbb-mobile-nav-text small {
    color: rgba(255,255,255,.55);
    font-size: 10px;
}

.sbb-mobile-arrow {
    color: #cba75a;
    font-size: 18px;
}

.sbb-mobile-divider {
    height: 1px;
    margin: 22px 0;
    background: rgba(255,255,255,.1);
}

.sbb-mobile-language-wrap {
    display: flex;
    gap: 8px;
}

.sbb-mobile-language-wrap button {
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 9px;
    background: transparent;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

@media (min-width: 801px) {

    .sbb-mobile-menu {
        display: none;
    }

}

@media (max-width: 800px) {

    .sbb-language-menu {
        display: none !important;
    }

}
