/* 1. FORCE LE RENDU STATIQUE (EVITE LES RECALCULS SAFARI) */
.correct-arabe, .entry-content, .editor-styles-wrapper {
    display: block !important;
    unicode-bidi: isolate !important;
    direction: rtl !important;
    text-align: right !important;
    -webkit-text-size-adjust: 100% !important;
    /* La propriété magique pour stabiliser le scroll */
    contain: content !important; 
}

/* 2. EMPECHE LES MOTS ANGLAIS DE CASSER LE SCROLL */
bdi, [dir="ltr"], .correct-arabe span {
    display: inline-block !important;
    direction: ltr !important;
    unicode-bidi: isolate !important;
    max-width: 100%;
    overflow-wrap: anywhere;
}

/* 3. FLUIDITÉ NATIVE IOS */
html, body {
    -webkit-overflow-scrolling: touch !important;
    overflow-x: hidden !important;
}
