/* R188.5.5.6.27 — Master mobile navigation: orders live on the side FAB only. */
@media (max-width:700px){
  html[data-navigation-context="master"] #k-mobile-nav{
    --k-mobile-nav-count:5!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
  }
}
