/* ============================================================================
   RTL-specific overrides (Arabic)
   ============================================================================ */

html[dir="rtl"] body {
    text-align: right;
}

/* Ensure Bootstrap utilities respect RTL flow */
.ms-auto { margin-inline-start: auto !important; }
.me-auto { margin-inline-end: auto !important; }

/* Tables & text start alignment */
.text-start { text-align: right !important; }
.text-end { text-align: left !important; }
