/**
 * RTL-specific overrides for the ADHD Hub theme.
 * WordPress automatically enqueues this file (via the is_rtl() conditional
 * in functions.php) when the active language is RTL.
 *
 * Font strategy: Arabic fonts (Cairo + Markazi Text) should be enqueued
 * separately via self-hosted .woff2 files (see migration spec — preserves
 * Core Web Vitals better than embedding base64, which is how the original
 * static Arabic pages shipped them).
 */

body {
	font-family: 'Cairo', 'Manrope', sans-serif !important;
}

h1, h2, h3, .pc-price, .zc-stage b, .doc-name {
	font-family: 'Markazi Text', 'Lora', serif !important;
}

/* Decorative element mirroring — these positions are LTR-specific in the
   base stylesheet and must flip for RTL reading direction. */
.hero-review {
	left: auto !important;
	right: -26px !important;
}

.hero-live {
	right: auto !important;
	left: -14px !important;
}

.doc-flag {
	left: auto !important;
	right: 16px !important;
}

.b-cat {
	left: auto !important;
	right: 14px !important;
}

@media ( max-width: 620px ) {
	.hero-review {
		right: 10px !important;
		left: auto !important;
	}
	.hero-live {
		left: 10px !important;
		right: auto !important;
	}
}
