/*
RTL overrides — WordPress loads this file automatically when the site's
language is set to a right-to-left language (e.g. Arabic).
Most of style.css already uses logical properties (margin-inline-start, etc.)
so overrides here are minimal.
*/

body{ direction:rtl; text-align:right; }

.main-navigation ul,
.header-icons,
.footer-social{
  direction:rtl;
}

.newsletter-form{
  direction:rtl;
}

.skip-link{ left:auto; right:-9999px; }
.skip-link:focus{ left:auto; right:10px; }
