/*
Theme Name: Marketer Mart — RTL overrides
The theme is RTL-first, so this file mainly contains extra directional fixes.
Loaded automatically by WordPress when the site language is RTL.
*/

body { direction: rtl; text-align: right; }
.mm-primary-nav ul { flex-direction: row-reverse; }
.mm-hero-inner { direction: rtl; }
.mm-footer-grid { direction: rtl; }
.mm-container { direction: rtl; }

/* Inputs should keep text-align inherit */
input, textarea, select { text-align: right; direction: rtl; }
input[type="tel"], input[type="email"], input[type="url"] { direction: ltr; text-align: left; }

/* Numbers stay LTR */
.mm-stat-card .n,
.mm-hero-stat .n,
.mm-price-amount .value { direction: ltr; }
