.header-top-right {
    float: right;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.header.sticky-header .header-top-right {
    margin-top: 5px;
}

.ligabjj-lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 2px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.18);
    vertical-align: middle;
    flex-shrink: 0;
}

.ligabjj-lang-switcher button {
    appearance: none;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.82);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    padding: 6px 9px;
    border-radius: 999px;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.ligabjj-lang-switcher button:hover,
.ligabjj-lang-switcher button:focus-visible {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    outline: none;
}

.ligabjj-lang-switcher button.is-active {
    background: #fff;
    color: #1a2332;
}

.header.sticky-header .ligabjj-lang-switcher {
    border-color: rgba(0, 0, 0, 0.12);
    background: rgba(0, 0, 0, 0.04);
}

.header.sticky-header .ligabjj-lang-switcher button {
    color: #4b5563;
}

.header.sticky-header .ligabjj-lang-switcher button.is-active {
    background: #1a2332;
    color: #fff;
}

@media (max-width: 991px) {
    .header-top-right {
        float: none;
        position: absolute;
        top: 0;
        right: 16px;
        height: 44px;
        margin-top: 0;
        z-index: 1002;
    }

    .header-top-right #mobile-menu {
        position: static;
        top: auto;
        right: auto;
        width: auto;
        display: block !important;
        float: none;
        z-index: 1;
    }

    .header-top-right .mobile-menu-title {
        color: #fff;
    }

    .header-top-right .mobile-menu-title .fa {
        color: #fff;
    }
}

@media (min-width: 992px) {
    .header-top-right #mobile-menu {
        display: none !important;
    }
}

/* Ranking subpages header */
.ranking-site-header-inner .ligabjj-lang-switcher {
    margin-left: auto;
    border-color: rgba(0, 0, 0, 0.12);
    background: rgba(0, 0, 0, 0.04);
}

.ranking-site-header-inner .ligabjj-lang-switcher button {
    color: #4b5563;
}

.ranking-site-header-inner .ligabjj-lang-switcher button.is-active {
    background: #1a2332;
    color: #fff;
}

@media (max-width: 767px) {
    .ranking-site-header-inner .ligabjj-lang-switcher {
        margin-left: 8px;
    }
}
