/* =========================================================================
   RTL fine-tuning for Arabic. Most layout uses logical properties
   (inset-inline-*, float: inline-end) so it flips automatically — this file
   only carries the few hard overrides Arabic typography benefits from.
   ========================================================================= */

body {
	font-family: "Cairo", "Tajawal", "Segoe UI", Tahoma, sans-serif;
	line-height: 1.85;
}

/* Headings a touch tighter than body for Arial/Cairo Arabic */
h1, h2, h3, h4 { line-height: 1.5; }

/* Numbers / Latin terms inside Arabic text stay LTR */
.dre-ltr, .wp-block-code, code, .en {
	direction: ltr;
	unicode-bidi: isolate;
}

/* Keep the floating button comfortably away from the RTL edge */
.dre-wa-float { inset-inline-end: 22px; }
