/* StikDex v0.04.5 — shared mobile solid-header cleanup.
   Secondary Owner tools remain available from the mobile More sheet. */

html.stik-mobile-layout #ownerUtilityGroup{
  display:none!important;
}

html.stik-mobile-layout .workspace-heading,
html.stik-mobile-layout .workspace-route-line,
html.stik-mobile-layout #workspaceRouteLabel{
  min-width:0!important;
}

html.stik-mobile-layout #workspaceRouteLabel{
  flex:1 1 auto;
  max-width:100%;
}

/* Match the established phone breakpoint before the runtime capability class is
   attached, preventing the retired shortcuts from flashing during startup. */
@media (max-width:760px), (pointer:coarse) and (max-width:960px) and (max-height:600px){
  #ownerUtilityGroup{
    display:none!important;
  }

  .workspace-heading,
  .workspace-route-line,
  #workspaceRouteLabel{
    min-width:0!important;
  }

  #workspaceRouteLabel{
    flex:1 1 auto;
    max-width:100%;
  }
}
