/* Persian header/footer — RTL overlay on top of the shared es base. */
@import url("/assets/css/es/header-footer.css");

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

[dir="rtl"] .brand {
  flex-direction: row;
}

[dir="rtl"] .header-right .nav {
  flex-direction: row;
}

[dir="rtl"] .footer-links a,
[dir="rtl"] .footer-nav a {
  margin-inline-start: 0;
  margin-inline-end: 8px;
}

[dir="rtl"] time,
[dir="rtl"] .ad-label {
  unicode-bidi: isolate;
}
