/* ============================================
   RTL-Specific Overrides for Hebrew
   ============================================
   Only includes rules that CSS logical properties
   don't handle automatically.
   ============================================ */

/* Hamburger menu position - stays on right side in RTL */
[dir="rtl"] .hamburger-label {
  right: 1%;
  left: auto;
}

/* Navigation menu order for RTL - flex-direction: row in RTL already flows right-to-left */
