/* RTL Support for Arabic - White Modern Theme */
body {
    direction: rtl;
    text-align: right;
}

/* Navigation */
.main-navigation ul {
    flex-direction: row-reverse;
}

.nav-menu {
    padding-right: 0;
}

/* Section Title Decoration */
.section-title {
    padding-right: 16px;
    padding-left: 0;
}

.section-title::before {
    right: 0;
    left: auto;
}

/* Badge Position */
.ai-tool-badge {
    right: 12px;
    left: auto;
}

/* Footer Links */
.footer-links {
    gap: 2rem;
}

/* Post Navigation */
.nav-previous {
    text-align: right;
}

.nav-next {
    text-align: left;
}

/* Registration Wall */
.registration-wall .wall-actions .btn {
    margin-left: 10px;
    margin-right: 0;
}

/* Mobile */
@media (max-width: 768px) {
    .header-container {
        flex-direction: row-reverse;
    }
}