/*
 * RTL overrides — loaded automatically by WordPress when site language is Hebrew.
 * Only overrides that differ from the base LTR styles are listed here.
 */

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

.nav-menu {
  padding-inline-start: 0;
}

.hero-cta {
  flex-direction: row-reverse;
}

.about-grid {
  direction: rtl;
}

.stat-item {
  border-inline-end: 1px solid var(--color-gold-dim);
  border-inline-start: none;
}

.stat-item:last-child {
  border-inline-end: none;
}

.contact-grid {
  direction: rtl;
}

.footer-inner {
  direction: rtl;
}

.social-links {
  margin-inline-start: 0;
  margin-inline-end: auto;
}
