/* R188.5.5.6.24 — stable desktop shell navigation + session-resume surface. */
@media (min-width:861px){
  #k-shell-header.k-shell-header{
    grid-template-columns:minmax(154px,190px) minmax(0,1fr) auto;
    align-items:center;
  }
  #k-desktop-nav.k-desktop-nav{
    width:100%;
    max-width:100%;
    min-width:0;
    min-height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:nowrap;
    gap:6px;
    padding:3px 4px;
    overflow-x:auto;
    overflow-y:hidden;
    overscroll-behavior-x:contain;
    scrollbar-width:none;
    -ms-overflow-style:none;
  }
  #k-desktop-nav.k-desktop-nav::-webkit-scrollbar{display:none;width:0;height:0}
  #k-desktop-nav.k-desktop-nav.is-overflowing{justify-content:flex-start}
  #k-desktop-nav .k-nav-link{
    flex:0 0 auto;
    min-width:max-content;
    min-height:42px;
    height:42px;
    padding:0 12px;
    gap:7px;
    line-height:1;
    overflow:visible;
  }
  #k-desktop-nav .k-nav-icon{
    display:inline-grid;
    place-items:center;
    flex:0 0 20px;
    width:20px!important;
    min-width:20px!important;
    max-width:20px!important;
    height:20px!important;
    min-height:20px!important;
    max-height:20px!important;
    margin:0!important;
    line-height:0!important;
    transform:none!important;
  }
  #k-desktop-nav .k-nav-icon svg{
    display:block!important;
    width:20px!important;
    height:20px!important;
    min-width:20px!important;
    min-height:20px!important;
    max-width:20px!important;
    max-height:20px!important;
    margin:0!important;
    transform:none!important;
    transform-origin:center!important;
  }
  #k-desktop-nav .k-nav-label{
    display:block;
    flex:0 0 auto;
    white-space:nowrap;
    line-height:1.1;
  }
  #k-desktop-nav .k-nav-unread{flex:0 0 auto}
}
@media (min-width:861px) and (max-width:1100px){
  #k-shell-header.k-shell-header{grid-template-columns:minmax(138px,170px) minmax(0,1fr)}
  .k-brand-logo--full{width:168px;height:46px}
  #k-desktop-nav .k-nav-link{padding:0 10px;font-size:13px}
}
