/* =====================================================================
   Dubai Data Recovery — rtl.css
   Loaded only when the site is in Arabic (dir="rtl").
   ===================================================================== */
html[dir="rtl"] body{font-family:var(--ddr-font-ar)}
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] .ddr-eyebrow,
html[dir="rtl"] .ddr-btn,
html[dir="rtl"] .ddr-nav a,
html[dir="rtl"] .ddr-logo .ddr-logo-text{font-family:var(--ddr-font-ar)}

html[dir="rtl"] .ddr-hero p,
html[dir="rtl"] .ddr-lede{margin-inline:0}
html[dir="rtl"] .ddr-center .ddr-lede{margin-inline:auto}

/* mirror the checklist tick spacing already uses logical props, so most flips automatically.
   Fix the blockquote border which uses a physical side. */
html[dir="rtl"] .ddr-article .entry-content blockquote{border-left:0;border-right:4px solid var(--ddr-red);padding:.4rem 1.2rem .4rem 0}

/* slightly larger line-height suits Arabic script */
html[dir="rtl"] body{line-height:1.9}
