/* rtl.css — Arabic RTL overrides */
body { font-family: 'Segoe UI', Tahoma, Arial, sans-serif; }
.site-header .header-inner { flex-direction: row-reverse; }
.main-nav { flex-direction: row-reverse; }
.header-right { flex-direction: row-reverse; }
.food-footer { flex-direction: row-reverse; }
.cart-drawer { right: auto; left: 0; transform: translateX(-100%); border-left: none; border-right: 4px solid var(--yellow); }
.cart-drawer.open { transform: translateX(0); }
.cart-item { flex-direction: row-reverse; }
.ci-controls { flex-direction: row-reverse; }
.checkout-layout { direction: rtl; }
.form-group label { text-align: right; }
.admin-sidebar { left: auto; right: 0; border-right: none; border-left: 4px solid var(--yellow); }
.admin-main { margin-left: 0; margin-right: var(--sidebar-w, 230px); }
.step-card { direction: rtl; }
.hero-content { direction: rtl; }
