.qtv-language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    direction: ltr;
    font-family: inherit;
    font-size: 14px;
    line-height: 1;
    z-index: 99999;
}

.qtv-language-switcher a {
    text-decoration: none;
    opacity: .72;
    transition: opacity .2s ease, transform .2s ease;
}

.qtv-language-switcher a:hover,
.qtv-language-switcher a:focus,
.qtv-language-switcher a.is-active {
    opacity: 1;
}

.qtv-language-switcher a.is-active {
    font-weight: 700;
}

.qtv-switcher-fixed {
    position: fixed;
    padding: 10px 14px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 999px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 5px 18px rgba(0, 0, 0, .12);
    color: #1f2937;
    backdrop-filter: blur(8px);
}

.qtv-position-top-left { top: 18px; left: 18px; }
.qtv-position-top-right { top: 18px; right: 18px; }
.qtv-position-bottom-left { bottom: 18px; left: 18px; }
.qtv-position-bottom-right { bottom: 18px; right: 18px; }

body.admin-bar .qtv-position-top-left,
body.admin-bar .qtv-position-top-right {
    top: 50px;
}

body.qtv-ltr {
    direction: ltr;
    text-align: left;
}

body.qtv-rtl {
    direction: rtl;
}

/* Quran text always remains right-to-left. */
body.qtv-ltr .quran-text,
body.qtv-ltr .quran-ayah,
body.qtv-ltr .ayah,
body.qtv-ltr .verse,
body.qtv-ltr .arabic-text,
body.qtv-ltr .uthmani,
body.qtv-ltr .quran-arabic-content,
body.qtv-ltr [data-no-translation] {
    direction: rtl;
    text-align: right;
}

@media (max-width: 782px) {
    .qtv-switcher-fixed {
        padding: 9px 12px;
        font-size: 13px;
    }

    body.admin-bar .qtv-position-top-left,
    body.admin-bar .qtv-position-top-right {
        top: 62px;
    }
}
