
/* v13.5.0 compact-menu safety above the old 760px breakpoint. */
body.mobile-layout .toolbar{
  overflow-y:auto!important;overflow-x:hidden!important;white-space:normal!important;
  flex-wrap:wrap!important;justify-content:stretch!important;padding:14px!important;
}
body.mobile-layout .toolbar .save-status{display:flex!important}
body.mobile-layout .toolbar .access-badge{
  display:flex!important;position:static!important;width:100%!important;min-width:0!important;max-width:none!important;
  height:auto!important;padding:8px 10px!important;justify-content:flex-start!important;overflow:visible!important;white-space:normal!important;font-size:12px!important;
}
body.mobile-layout .toolbar .access-badge span:last-child{display:inline!important}
body.mobile-layout .toolbar .access-badge::after{display:none!important}
