body.lang-he {
    direction: rtl;
}

body.lang-ru,
body.lang-en {
    direction: ltr;
}

.language-fab {
    position: fixed;
    right: 18px;
    bottom: 86px;
    width: 54px;
    height: 54px;
    border: none;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    display: grid;
    place-items: center;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
    z-index: 1002;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
}

.accessibility-fab {
    bottom: 154px !important;
}

.language-panel {
    position: fixed;
    right: 18px;
    bottom: 150px;
    min-width: 150px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 1003;
}

.language-panel[hidden] {
    display: none !important;
}

.language-btn {
    border: none;
    border-radius: 10px;
    background: #f3f4f6;
    padding: 10px 12px;
    cursor: pointer;
    font: inherit;
    text-align: center;
    color: #111827;
}

.language-btn:hover {
    background: #e5e7eb;
}