﻿/**
 * RTL-specific overrides for Mahzar theme.
 * Most RTL is now handled in style.css via html[lang="fa"] and dir=rtl.
 */

/* Ensure all text is right-aligned */
body, .entry-content, .footer-col p, .footer-col li, .widget {
    direction: rtl;
    text-align: right;
}

/* Nav */
.main-nav ul { direction: rtl; }

/* Footer */
.site-footer { direction: rtl; text-align: center; }

/* Hero centering */
.mahzar-hero { direction: rtl; }
.mahzar-hero-content { direction: rtl; }
