/* TOP KEBAB SiteKit 3.6.4 — exact mobile menu/title corrections */

@media (max-width:720px){
  /* Remove the passive duplicate labels, not the functional menu controls. */
  body.tks-site.tks-page-menu.tks-v16 .tks-menu-intro{
    display:none!important;
  }
  body.tks-site.tks-page-menu.tks-v16 .tks-menu-page-tabs{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  /* Keep both complete words visible; the only permitted break is their space. */
  body.tks-site.tks-page-home.tks-v16 .tks-menu-portal-card:nth-child(2) .tks-menu-portal-copy strong{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
    font-size:18px!important;
    line-height:1.04!important;
    letter-spacing:-.035em!important;
    white-space:normal!important;
    overflow-wrap:normal!important;
    word-break:keep-all!important;
    -webkit-hyphens:none;
    hyphens:none;
  }
}
