.language-switcher {
    position: relative;
    z-index: 3000;
}

.language-switcher-button {
    min-height: 43px;
    padding: 0 14px;
    border: 1px solid #5d5000;
    border-radius: 12px;
    background: #1b1b1b;
    color: #ffd700;
    font-weight: 800;
    cursor: pointer;
}

.language-switcher-menu {
    position: absolute;
    top: calc(100% + 8px);
    min-width: 145px;
    padding: 7px;
    border: 1px solid #3b3b3b;
    border-radius: 10px;
    background: #111;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.45);
}

html[dir="ltr"] .language-switcher-menu {
    right: 0;
}

html[dir="rtl"] .language-switcher-menu {
    left: 0;
}

.language-switcher-menu a {
    display: block;
    padding: 10px 12px;
    border-radius: 7px;
    color: #fff;
    text-decoration: none;
}

.language-switcher-menu a:hover {
    background: #2b2500;
    color: #ffd700;
}

.language-switcher-menu a.active {
    background: #ffd700;
    color: #000;
    font-weight: 900;
}

html[dir="rtl"] body {
    direction: rtl;
    text-align: right;
}

html[dir="rtl"] .book-copy,
html[dir="rtl"] .access-card,
html[dir="rtl"] .about-card,
html[dir="rtl"] .user-block {
    text-align: right;
}

html[dir="rtl"] .user-block {
    margin-right: 0;
    margin-left: auto;
}

html[dir="rtl"] .access-card li::before {
    margin-right: 0;
    margin-left: 9px;
}

html[dir="rtl"] .popular-label {
    right: auto;
    left: 17px;
}

html[dir="rtl"] .close-about {
    right: auto;
    left: 13px;
}

html[dir="rtl"] .whatsapp-button {
    right: auto;
    left: 18px;
}

html[dir="rtl"] .book-card {
    direction: rtl;
}
