/*
 * RTL-only overrides — see docs/rtl-ltr-guidelines.md.
 * Kept intentionally small: most direction handling comes from Bootstrap's
 * RTL build + logical properties used throughout the other CSS files.
 * This file exists only for things that can't be expressed with logical
 * properties, primarily directional icon mirroring.
 */

/* Directional icons (next/prev/carousel arrows) — flip in RTL.
   Non-directional icons (cart, user, search, heart, star) must NOT get
   this class. */
[dir="rtl"] .bb-icon-flip {
    transform: scaleX(-1);
}
