/* ============================================================
   TOUVERA — RTL overrides
   Loaded only when the active language direction is RTL, after
   touvera-base / components / utilities. Keep this file limited to
   direction-specific corrections that logical properties can't cover
   (mostly vendor CSS that hardcodes physical sides).
   ============================================================ */

/* bootstrap floats the breadcrumb divider left with padding-right */
.breadcrumb-area .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
