/* ==========================================================================
   TYREPRO - RTL Direction
   Direction-specific styles are maintained here.
   ========================================================================== */

html[dir="rtl"] {
  direction: rtl;
}

html[dir="rtl"] .direction-icon {
  transform: rotate(180deg);
}
