/* The mobile dock is a child of body, not #root. Keep all four actions in it. */
html.mw230.mw230 body > nav.mw-dock.mw-dock.mw-dock{
 grid-template-columns:repeat(4,minmax(0,1fr))!important;
 grid-template-rows:1fr!important;grid-auto-flow:column!important;
}
html.mw230.mw230 body > nav.mw-dock.mw-dock.mw-dock > button{
 min-width:0!important;width:auto!important;grid-column:auto!important;grid-row:1!important;
}
html.mw230.mw230 body > nav.mw-dock.mw-dock.mw-dock > button.logout353-dock{
 display:flex!important;position:static!important;grid-column:4!important;grid-row:1!important;
}
html.mw230:not(.mw-home) body #root#root .workspace-app-window.training.bounded468{
 height:var(--training468-height)!important;max-height:var(--training468-height)!important;
 min-height:0!important;box-sizing:border-box!important;
 overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior-y:contain;
}
