/* RTL tweaks (loaded automatically by WordPress when site language is RTL) */
body{
  direction: rtl;
  unicode-bidi: embed;
}
.primary-menu ul{flex-direction:row-reverse}
.topbar .wrap{flex-direction:row-reverse}
.nav{flex-direction:row-reverse}
.hero .actions{flex-direction:row-reverse}
.hero .trust{flex-direction:row-reverse}
.section .head{flex-direction:row-reverse}
.footer-grid{direction:rtl}
.prose blockquote{border-right:3px solid var(--gold); border-left:0}
