/* ============================================================
   BrandUp — rtl.css  (loads only on RTL locales: Arabic / Hebrew)
   Most layout uses logical properties (inline-start/end) so it
   flips automatically. These are the few explicit fixes.
   ============================================================ */

.bu-eyebrow::before{transform:scaleX(-1)}

/* Flip directional glyph arrows inside buttons/links if any */
.bu-rtl .bu-arrow{transform:scaleX(-1)}

/* Off-canvas comes from the inline-start on RTL (logical props handle it,
   this is a safety net for old browsers) */
.bu-rtl .bu-offcanvas__panel{inset-inline-start:auto;inset-inline-end:0}

/* Numeric prices keep LTR digit grouping while sitting in RTL flow */
.bu-pkg__price,.bu-payment__big,.bu-payment__num{direction:ltr;unicode-bidi:isolate}

/* Nav underline origin */
.bu-rtl .bu-link-under::after{transform-origin:right}
