/* rtl.css — WordPress loads this automatically instead of style.css's LTR rules
   whenever is_rtl() is true. Main layout uses logical CSS properties
   (margin-inline-start, etc.) so most of the work is already direction-agnostic.
   This file only patches the few physical-direction exceptions. */

.wk-slider__dots{ direction:ltr; }
.wk-search-toggle svg,
.wk-menu-toggle svg{ transform:scaleX(-1); }
.wk-breadcrumb{ direction:rtl; }
