/* rtl.css — Right-to-Left layout for AR, UR, etc. */
body { direction: rtl; text-align: right; }
.site-header .container { flex-direction: row-reverse; }
nav { flex-direction: row-reverse; }
.breadcrumb { direction: rtl; }
.slot-meta { flex-direction: row-reverse; }
.slot-actions { flex-direction: row-reverse; }
.slot-info-grid { direction: rtl; }
.game-info { text-align: right; }
.studio-meta { flex-direction: row-reverse; }
.info-table th { text-align: right; }
.info-table td { text-align: left; }
.lang-dropdown { right: 0; left: auto; }
.lang-switcher { margin-left: 0; margin-right: auto; }
.info-box::before { right: 0; left: auto; }
body { font-size: 17px; }
