/* Minimal RTL overrides (loaded only when locale is Arabic). */

body {
  direction: rtl;
}

/* Reverse main header layout */
.app-bar {
  flex-direction: row-reverse;
}

.app-nav {
  direction: rtl;
}

.nav-link {
  text-align: right;
}

/* Cards and tables: keep text aligned nicely */
.card,
.table,
table {
  text-align: right;
}

/* Inputs */
input,
textarea,
select {
  text-align: right;
}

/* Ensure badges/buttons don't look cramped */
.btn {
  letter-spacing: 0;
}
