/* ==============================================================
   RTL SUPPORT (Arabic & Persian) - Pirates Mini App
   ============================================================== */

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

html[dir="rtl"] body {
  font-family: 'Cairo', 'Outfit', sans-serif;
}

html[dir="rtl"] .top-header {
  flex-direction: row-reverse;
}

html[dir="rtl"] .fleet-arena {
  grid-template-columns: 1fr 1.35fr; /* Grid swaps naturally for RTL */
}

html[dir="rtl"] .crew-table th,
html[dir="rtl"] .crew-table td {
  text-align: right;
}

html[dir="rtl"] .bottom-dock {
  justify-content: flex-start;
}

html[dir="rtl"] .stone-btn,
html[dir="rtl"] .lang-item-btn {
  flex-direction: row-reverse;
}

html[dir="rtl"] .ref-link-box {
  flex-direction: row-reverse;
}

html[dir="rtl"] .ref-link-text {
  direction: ltr; /* Keep URL formatted ltr */
  text-align: left;
}

html[dir="rtl"] .balance-label-val {
  align-items: flex-end;
}
