/* LLoL Technical - Custom styles */

/* RTL support for Arabic and Hebrew */
html[lang="ar"],
html[lang="he"] {
    direction: rtl;
    text-align: right;
}

html[lang="ar"] .bd-sidebar-primary,
html[lang="he"] .bd-sidebar-primary {
    border-right: none;
    border-left: 1px solid var(--pst-color-border);
}

html[lang="ar"] .bd-sidebar-secondary,
html[lang="he"] .bd-sidebar-secondary {
    border-left: none;
    border-right: 1px solid var(--pst-color-border);
}

/* Responsive video embeds */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Audio player */
.audio-container {
    margin: 1em 0;
}

.audio-container audio {
    width: 100%;
}
