/* =========================================================
   A11Y (שלב 7): סימון מיקום בתפריט (aria-current)
   ========================================================= */

#nav a[aria-current="location"] {
  text-decoration: underline;
  text-underline-offset: 3px;
}
