/* Language pages inherit the full guide layout from each page and ../site.css.
   Keep this file small so translated pages stay the same width as English. */

html[dir="rtl"] .site-nav,
html[dir="rtl"] .hero-actions,
html[dir="rtl"] .msg-row {
  direction: ltr;
}

html[dir="rtl"] .bubble,
html[dir="rtl"] section,
html[dir="rtl"] .hero {
  direction: rtl;
}
