/* ============================================================
   FINVIRO LTR — Left-to-Right Reset
   Applied when lang="en" / dir="ltr"
   Ensures clean LTR when user switches language to English.
   ============================================================ */

body { direction: ltr; text-align: left; }

.main-menu { margin-left: auto; margin-right: 0 !important; }
.nav-right  { margin-left: unset; justify-content: flex-end !important; }

.signal-conclusion {
  border-right: none;
  border-left: 3px solid var(--fnv-ink);
}

.hero-sub { margin-right: 0; margin-left: 0; }

.la-arrow-right::before { content: "\f061"; }
.la-arrow-left::before  { content: "\f060"; }
