/* Custom style overrides for v2socks bilingual docs */

:lang(fa) code {
    direction: ltr;
    display: inline-block;
    unicode-bidi: embed;
}

:lang(fa) {
    font-family: 'Vazirmatn', sans-serif !important;
}

:lang(fa) .md-typeset pre {
    direction: ltr !important;
    text-align: left !important;
}

/* Styling for Table of Contents and Navigation headers to distinguish them */
.md-nav__title {
    font-weight: 700 !important;
    color: var(--md-primary-color) !important;
    border-bottom: 1px solid var(--md-default-fg-color--cool);
    margin-bottom: 0.5rem;
    padding-bottom: 0.25rem;
}

/* Indent the menu links under the headers to show hierarchy */
.md-nav__list .md-nav__item {
    padding-left: 0.75rem;
}

/* For RTL (Persian layout), indent on the right instead of left */
:lang(fa) .md-nav__list .md-nav__item {
    padding-left: 0;
    padding-right: 0.75rem;
}
