﻿.toc-rtl {
    position: fixed;
    top: 80px;
    left: 20px; /* RTL: TOC goes on the LEFT */
    width: 200px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    direction: rtl;
    text-align: right;
}

    .toc-rtl a {
        display: block;
        margin: 6px 0;
        color: #0078d4;
        text-decoration: none;
    }

        .toc-rtl a:hover {
            text-decoration: underline;
        }
/*-  -*/
.hebrew-version {
    direction: rtl;
    text-align: right;
}

    .hebrew-version summary {
        cursor: pointer;
        font-size: 18px;
    }

    .hebrew-version .inputs {
        flex-direction: row-reverse;
    }

    .hebrew-version label {
        margin-left: 6px;
    }

.copy-btnHE {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #eee;
    border: 1px solid #ccc;
    padding: 4px 6px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
    opacity: 0.7;
    transition: opacity 0.2s;
}

    .copy-btnHE:hover {
        opacity: 1;
    }