/* RTL Support Styles - Handled by modern-design-system.css */
body[dir="rtl"] {
    text-align: right;
    direction: rtl;
}

/* Specific component overrides for RTL if needed */
.navbar a i {
    transform: scaleX(-1); /* Mirror icons if needed */
}