/* RTL-specific fallback stylesheet that mirrors mt.css with right-to-left adjustments */
@charset "UTF-8";
:root{direction:rtl}
@import url('mt.css');

/* Ensure icon positions and paddings are RTL-friendly */
.zr-topbar .zr-topbar-links a{ margin-left:12px; margin-right:0; }
.zr-brand-text{ text-align:right; }
.zr-page-hero .zr-eyebrow{ text-align:right; }
.zr-topbar-left{ display:flex; justify-content:flex-end; }

/* Keep logo hidden on small screens as in main stylesheet */
@media (max-width:767px){
  .zr-brand img{ display:none; }
}
