/* RTL adjustments for Arabic */
body.rtl, html[dir="rtl"] body { direction: rtl; text-align: right; }
.rtl .ingate-day-section__title { border-left: none; border-right: 4px solid var(--ingate-primary); padding-left: 0; padding-right: 12px; }
.rtl .ingate-back::before { content: '→'; margin: 0 4px; }
.rtl .ingate-back { display: inline-flex; flex-direction: row-reverse; }
.rtl .ingate-footer__copy { text-align: left; }
.rtl .ingate-header__nav ul { flex-direction: row-reverse; }
