/* Arabic direction for both Slider Revolution 6 and Slider Revolution 7. */
html[dir="rtl"] body.language-ar rs-module-wrap,
html[dir="rtl"] body.language-ar rs-module,
html[dir="rtl"] body.language-ar rs-layer[data-type="text"],
html[dir="rtl"] body.language-ar rs-layer[data-type="button"],
html[dir="rtl"] body.language-ar sr7-module,
html[dir="rtl"] body.language-ar sr7-txt.sr7-layer,
html[dir="rtl"] body.language-ar a.sr7-layer {
    direction: rtl !important;
    unicode-bidi: plaintext;
}

html[dir="rtl"] body.language-ar sr7-txt.sr7-layer,
html[dir="rtl"] body.language-ar a.sr7-layer {
    font-family: Tahoma, Arial, sans-serif !important;
}

/*
 * Layer 5 is the large White Bear headline. SR7 keeps the pixel width that
 * was calculated for the English text, which clips the wider Arabic shaping.
 */
html[dir="rtl"] body.language-ar sr7-txt.sr7-layer[id$="-5"] {
    clip-path: none !important;
    inline-size: clamp(420px, 48vw, 760px) !important;
    max-inline-size: none !important;
    min-inline-size: 420px !important;
    overflow: visible !important;
    text-align: center !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
}

html[dir="rtl"] body.language-ar sr7-mask:has(sr7-txt.sr7-layer[id$="-5"]),
html[dir="rtl"] body.language-ar sr7-mask:has(a.sr7-layer[id$="-5"]) {
    clip-path: none !important;
    max-width: none !important;
    overflow: visible !important;
    width: auto !important;
}

@media (max-width: 767px) {
    html[dir="rtl"] body.language-ar sr7-txt.sr7-layer[id$="-5"] {
        inline-size: min(92vw, 430px) !important;
        min-inline-size: 0 !important;
    }
}
