/* Recodet V79 — the Hub is the navigation root, so it has no Back button. */
@media (max-width:760px){
  .topbar.topbarTwoRow.v78MobileShell.noBack .globalBackBtn,
  .topbar.topbarTwoRow.v78MobileShell.v76Hub .globalBackBtn,
  .topbar.topbarTwoRow.v78MobileShell.v73Hub .globalBackBtn{
    display:none!important;
  }

  .topbar.topbarTwoRow.v78MobileShell.noBack .teamTopBadge,
  .topbar.topbarTwoRow.v78MobileShell.v76Hub .teamTopBadge,
  .topbar.topbarTwoRow.v78MobileShell.v73Hub .teamTopBadge{
    left:8px!important;
  }
}

@media (max-width:340px){
  .topbar.topbarTwoRow.v78MobileShell.noBack .teamTopBadge,
  .topbar.topbarTwoRow.v78MobileShell.v76Hub .teamTopBadge,
  .topbar.topbarTwoRow.v78MobileShell.v73Hub .teamTopBadge{
    left:6px!important;
  }
}
