/* ===== RTL OVERRIDES =====
   Almost everything is already RTL-correct by construction because
   the rest of the CSS uses logical properties (margin-inline-start,
   inset-inline-start, text-align: start, etc.) instead of left/right.
   This file only holds the rare cases logical properties can't express —
   e.g. an icon that must visually flip in RTL vs one that shouldn't. */

.wdf-hero__swoosh svg {
  transform: scaleX(-1);
}
