/**
 * Hebrew RTL layout fixes for static ShopHealthcare surfaces.
 * Loaded when present; rules activate under html[dir="rtl"].
 */
html[dir="rtl"] body {
  font-family: 'Inter', 'Noto Sans Hebrew', 'Noto Sans SC', sans-serif;
}

html[dir="rtl"] .shc-ls-dropdown {
  right: auto;
  left: 0;
  inset-inline-end: 0;
  inset-inline-start: auto;
}

html[dir="rtl"] .shc-ls-item {
  text-align: right;
}

/* Nav */
html[dir="rtl"] .nav37-in,
html[dir="rtl"] .nav37-links {
  flex-direction: row-reverse;
}

html[dir="rtl"] .wordmark37 {
  flex-direction: row-reverse;
}

/* Hero / section copy */
html[dir="rtl"] .h37-copy,
html[dir="rtl"] .hero-grid,
html[dir="rtl"] .sec-sub,
html[dir="rtl"] .h-sub,
html[dir="rtl"] .zc-label,
html[dir="rtl"] .zc-q,
html[dir="rtl"] .zc-micro,
html[dir="rtl"] .tb-h,
html[dir="rtl"] .tb-sub,
html[dir="rtl"] .sf-tag {
  text-align: start;
}

html[dir="rtl"] .zc-row {
  flex-direction: row-reverse;
}

html[dir="rtl"] .hw-grid {
  direction: rtl;
}

html[dir="rtl"] .hw-arrow {
  transform: scaleX(-1);
}

/* Nora app */
html[dir="rtl"] .nx-top,
html[dir="rtl"] .nx-journey-bar-shell,
html[dir="rtl"] .nx-tabs-shell {
  direction: rtl;
}

html[dir="rtl"] .nx-composer,
html[dir="rtl"] .nx-chat-input-row {
  flex-direction: row-reverse;
}

html[dir="rtl"] .nx-chat-bubble,
html[dir="rtl"] .nx-dash-headline,
html[dir="rtl"] .nx-known-text {
  text-align: start;
}

/* Review arrows feel natural when mirrored */
html[dir="rtl"] .rv37-arrow--prev svg,
html[dir="rtl"] .rv37-arrow--next svg {
  transform: scaleX(-1);
}

/* Comparison / legal */
html[dir="rtl"] .lg-top-inner,
html[dir="rtl"] .lg-nav-inner {
  flex-direction: row-reverse;
}

html[dir="rtl"] main,
html[dir="rtl"] .v37r-shell,
html[dir="rtl"] .shell {
  text-align: start;
}

html[dir="rtl"] .v37c-table thead th,
html[dir="rtl"] .v37c-table tbody th,
html[dir="rtl"] .v37c-table tbody td {
  text-align: start;
}
