/* Minimal tweaks when Arabic (RTL) is active */
html[dir="rtl"] body { text-align: right; }
html[dir="rtl"] .ms-auto { margin-left: 0 !important; margin-right: auto !important; }
html[dir="rtl"] .me-auto { margin-right: 0 !important; margin-left: auto !important; }
/* Optional: flip input group button order gracefully */
html[dir="rtl"] .input-group .btn { border-radius: .375rem 0 0 .375rem; }
