/* R188.5.5.6.57 — explicit Shell hotfix: keep the burger in its own header column.
   This file is intentionally shell-scoped and is part of the Shell Freeze baseline. */
@media (min-width:861px) and (max-width:1100px){
  #k-shell-header.k-shell-header{
    grid-template-columns:minmax(138px,170px) minmax(0,1fr) auto;
  }
  #k-shell-header > .k-brand{grid-column:1;grid-row:1;min-width:0}
  #k-shell-header > #k-desktop-nav{grid-column:2;grid-row:1;min-width:0}
  #k-shell-header > .k-shell-actions{
    grid-column:3;
    grid-row:1;
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    min-width:44px;
    justify-self:end;
    align-self:center;
  }
  #k-menu-toggle.k-menu-toggle{
    display:inline-flex!important;
    visibility:visible!important;
    opacity:1!important;
    width:44px;
    min-width:44px;
    height:44px;
    padding:0;
    flex:0 0 44px;
  }
}

@media (max-width:860px){
  #k-shell-header > .k-shell-actions{
    grid-column:2;
    grid-row:1;
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    min-width:44px;
    justify-self:end;
  }
  #k-menu-toggle.k-menu-toggle{
    display:inline-flex!important;
    visibility:visible!important;
    opacity:1!important;
  }
}
