/* ============================================================
   LTR overrides for the English site.
   Loaded AFTER style.css on /en/ pages only.
   style.css is built for RTL and mostly uses logical properties
   (margin-inline / padding-inline / inset-inline) that auto-flip
   with dir="ltr". These rules override the few hard-coded
   physical/RTL declarations that do not flip on their own.
   ============================================================ */

/* style.css hard-codes direction:rtl on body — force LTR for English */
body { direction: ltr; }

.last-modified-text { direction: ltr; }

/* Step blocks hard-code text-align:right — left-align for LTR */
.journey-step,
.contact-step,
.founding-step { text-align: left; }
