/* RTL Support for Arabic and other RTL languages */
.rtl { direction: rtl; text-align: right; }
.rtl .ticker-track { animation-direction: reverse; }
.rtl .breadcrumb-sep .fas { transform: rotate(180deg); }
.rtl .article-body { direction: rtl; }
.rtl .news-card--horizontal { direction: rtl; }
.rtl .country-dropdown { left: 0; right: auto; }
.rtl .mobile-nav { left: auto; right: -300px; }
.rtl .mobile-nav.open { right: 0; }
.rtl .page-prev i { transform: rotate(180deg); }
.rtl .page-next i { transform: rotate(180deg); }
