/* ============================================================
   APK KING — RTL overrides (loaded only when is_rtl(), e.g. Arabic)
   Sits on top of main.css. Only flips what direction:rtl doesn't
   mirror on its own (physical left/right, absolute positioning,
   asymmetric padding, decorative ::before/::after, glyphs).
   ============================================================ */

body{direction:rtl;text-align:right}

/* Header actions stay at the trailing (now left) edge via the existing
   auto margin — no change needed. */

/* MOD corner badge: top-right → top-left. */
.ak-badge-mod{right:auto;left:10px}

/* MOD feature list: bullet gutter and dot move to the right. */
.ak-mod-list li{padding:7px 26px 7px 0}
.ak-mod-list li::before{left:auto;right:2px}

/* Download steps: number gutter and counter move to the right. */
.ak-steps li{padding:9px 40px 9px 0}
.ak-steps li::before{left:auto;right:0}

/* Breadcrumb separator points the other way. */
.ak-crumbs li+li::before{content:"\2039"}

/* Mirrors label spacing. */
.ak-mirrors-label{margin-right:0;margin-left:2px}

/* Report form aligns from the right. */
.ak-report{text-align:right}

/* FAQ accordion: the +/\00d7 marker and its padding move to the left. */
.ak-faq summary{padding:13px 15px 13px 42px}
.ak-faq summary::after{right:auto;left:14px}

/* Language dropdown menu aligns under its trigger on the right edge. */
.ak-langdd-menu{right:auto;left:0}

/* File-type tag spacing. */
.ak-ftype{margin-left:0;margin-right:6px}

/* Build variants list aligns from the right. */
.ak-variants{text-align:right}

/* Nested comments indent from the right. */
.ak-comment-list .children{margin:12px 26px 0 0}

/* Rich description: list indent and blockquote accent mirror. */
.ak-desc ul,.ak-desc ol{margin:0 22px 14px 0}
.ak-desc blockquote{border-left:0;border-right:3px solid var(--ak-accent);border-radius:8px 0 0 8px}
