/* ─── RTL Stylesheet ───────────────────────────────── */
/* Loaded automatically when WordPress is in RTL mode */

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

.breadcrumb__item:not(:last-child)::after {
  content: '\\';
}

.mobile-menu__panel {
  transform: translateX(-100%);
}

.mobile-menu.is-open .mobile-menu__panel {
  transform: translateX(0);
}

.card__read-more::after {
  content: '←';
}

.entry-content {
  text-align: right;
}

.post-navigation .nav-previous {
  text-align: right;
}

.post-navigation .nav-next {
  text-align: left;
}

/* Logical properties ensure most layout works automatically in RTL */
