/* RTL overrides — loaded only when the interface language is Arabic */

body { direction: rtl; }

.topnav { flex-direction: row-reverse; }

table th, table td { text-align: right; }

.tabs { flex-direction: row-reverse; }

form label { text-align: right; }

.stat-box, .card { text-align: right; }

.grid { direction: rtl; }

td[style*="display:flex"], th[style*="display:flex"] { flex-direction: row-reverse; }
