/* Account menu direction and placement. */
html[dir="ltr"] .header-actions{direction:ltr}
html[dir="ltr"] .header-user-menu{right:auto;left:0;direction:ltr;text-align:left}
html[dir="ltr"] .header-user-menu>a,html[dir="ltr"] .header-user-menu button{text-align:left}
html[dir="ltr"] .header-user-menu__notifications b{margin-left:auto;margin-right:0}
html[dir="ltr"] .header-user-menu>a.is-active{box-shadow:inset 3px 0 #087f8b!important}
html[dir="ltr"] .header-user-avatar i{right:0;left:auto}
html[dir="ltr"] .drawer-user-menu{direction:ltr;text-align:left}
html[dir="ltr"] .drawer-user-menu a,html[dir="ltr"] .drawer-user-menu button{text-align:left}
html[dir="ltr"] .mobile-drawer .drawer-body>.drawer-user-menu:after{right:auto!important;left:0!important}
@media(max-width:820px){html[dir="ltr"] .site-header .header-user-menu{right:auto!important;left:16px!important}}
/* Keep the mobile navigation trigger at the visual start (right edge) in LTR. */
html[dir="ltr"] .site-header .menu-toggle { order:-2!important; }
html[dir="ltr"] .site-header .header-user-notification-bell { order:-1!important; }
