/* RTL-specific overrides for bdeals
 * Most layout uses logical properties, so this file is small.
 * Only flip elements that intentionally use direction-dependent visuals.
 */

/* Section header arrow points "forward" (left in RTL flow) */
.section-head .more svg { transform: scaleX(-1); }

/* Breadcrumb separator orientation */
.breadcrumbs .sep::before { content: "←"; }

/* Force RTL on body if missing (defensive) */
body { direction: rtl; }
