/* TOP KEBAB SiteKit 3.6.3 — exact mobile fixes from supplied screenshots */

@media (max-width:720px){
  /* Five equal tracks put the third action at the exact viewport centre. */
  body.tks-site.tks-v15 .tks-mobile-bar{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
  }
  body.tks-site.tks-v15 .tks-mobile-bar .primary{
    position:relative;
    z-index:2;
    justify-self:center;
    width:94px;
    max-width:none;
  }
  body.tks-site.tks-v15 .tks-mobile-bar a:not(.primary) span{
    font-size:12px!important;
    line-height:1!important;
    letter-spacing:0!important;
    white-space:nowrap;
  }

  /* Only the long second title needs a smaller one-line treatment. */
  body.tks-site.tks-page-home.tks-v15 .tks-menu-portal-card:nth-child(2) .tks-menu-portal-copy strong{
    overflow:visible;
    font-size:14px;
    line-height:1;
    letter-spacing:-.045em;
    white-space:nowrap;
    overflow-wrap:normal;
    word-break:normal;
  }

  /* The complete menu remains below; these duplicate selector boxes are removed. */
  body.tks-site.tks-page-menu.tks-v15 .tks-menu-page-tabs{display:none!important}
}
