/* =============================================
   RTL OVERRIDES — rtl.css
   فقط برای زبان فارسی/عربی
   ============================================= */

html[dir="rtl"],
body.is-rtl {
  direction: rtl;
  text-align: right;
}

/* Nav list direction */
.nav__list,
.mobile-nav__list {
  flex-direction: row;
}

/* Hero arrow flip */
.hero__actions .btn svg {
  transform: scaleX(-1);
}

/* Post content list */
.post-content ul,
.post-content ol {
  padding-right: var(--sp-6);
  padding-left: 0;
}

/* Blockquote border */
.post-content blockquote {
  border-right: 3px solid var(--clr-orange);
  border-left: none;
  padding-right: var(--sp-4);
  padding-left: 0;
}

/* Footer grid RTL is naturally handled by flexbox/grid with RTL direction */
