﻿/**
 * RTL layout helpers for Hebrew pages under /il/
 * Loaded in addition to site.css when html[dir="rtl"].
 */
html[dir="rtl"] .back-to-top {
  right: auto;
  left: 1.25rem;
}
html[dir="rtl"] .fixed-download-btn {
  right: auto;
  left: 1rem;
}
@media (max-width: 768px) {
  html[dir="rtl"] .fixed-download-btn {
    right: auto;
    left: 0.5rem;
  }
}
html[dir="rtl"] .fixed-download-btn:hover {
  transform: translateY(-50%) translateX(3px);
}
/* Skip-link: mirror focus position for RTL */
html[dir="rtl"] a.sr-only.focus\:not-sr-only:focus {
  left: auto;
  right: 1rem;
}
