/* Minimal RTL overrides for Arabic (loaded only when LANG_DIR === 'rtl').
   Best-effort starting point — fine-tune per section as needed. */
body { direction: rtl; }
#header-banner-text, .post-heading-center, .text-center { text-align: center; }
.hx-section-label, .widget-title, .footer-copyright p { text-align: right; }
.col-md-6, .col-md-12, .col-sm-3, .col-sm-6 { text-align: right; }
.generic_feature_list ul li { text-align: right; }
.generic_feature_list ul li span { float: right; }

/* Switcher dropdown flips to the left edge in RTL */
.lang-switcher .lang-menu { right: auto; left: 0; }
.lang-switcher .lang-current span { margin: 0 4px; }

/* Keep icon spacing sensible */
.btn-custom i, .btn-ghost i { margin-right: 4px; }
