/*
 * RTL overrides for Aqlam (loaded automatically when the active language is
 * right-to-left, e.g. Arabic). Most layout uses logical properties
 * (margin-inline, padding-inline, inset-inline) so it flips automatically;
 * this file handles the few visual details that need explicit mirroring.
 */

body.rtl{
    direction:rtl;
    font-family:"Tajawal","Inter","Segoe UI",Tahoma,sans-serif;
}
body.rtl h1,
body.rtl h2,
body.rtl h3,
body.rtl h4,
body.rtl h5,
body.rtl h6{
    font-family:"Tajawal","Poppins","Segoe UI",Tahoma,sans-serif;
}

/* Flip directional arrows/glyphs used in buttons */
body.rtl .aq-hero__cta a[href] .dashicons,
body.rtl .aq-post__more,
body.rtl .aq-btn--ghost{
    direction:rtl;
}

/* Eyebrow underline sits on the correct side automatically via inline, but
   keep the icon spacing tidy */
body.rtl .aq-eyebrow::before{margin-inline-end:0;}

/* Nav underline + submenu already use logical inset — no change needed. */

/* Blockquote border flips automatically via border-inline-start. */

/* Mobile menu slides from the left in RTL (handled in style.css). */

/* Latest ribbon marquee direction */
body.rtl .aq-latest__track{direction:rtl;}

/* Numeric prices should stay LTR for readability */
body.rtl .aq-card__price,
body.rtl .aq-single__meta{unicode-bidi:plaintext;}
