/* RTL Support for Cat Litter Theme */
html[dir="rtl"] { direction: rtl; text-align: right; }
html[dir="rtl"] .header-content, html[dir="rtl"] .top-bar-content { flex-direction: row-reverse; }
html[dir="rtl"] .nav-list { flex-direction: row-reverse; }
html[dir="rtl"] .dropdown-menu { left: auto; right: 0; }
html[dir="rtl"] .banner-content .container { text-align: right; }
html[dir="rtl"] .why-card { border-left: none; border-right: 4px solid var(--color-primary); }
html[dir="rtl"] .news-item a { flex-direction: row-reverse; }
html[dir="rtl"] .footer-grid { direction: rtl; }
html[dir="rtl"] .footer-contact li { flex-direction: row-reverse; }
