.language-switch{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  min-width:38px;
  height:34px;
  padding:0 8px;
  border:1px solid #ffffff42;
  border-radius:999px;
  color:#f4f2ed;
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  line-height:1;
  transition:background .2s,border-color .2s;
}
.language-switch:hover{background:#ffffff16;border-color:#d9ac89}
@media(max-width:760px){
  .language-switch{height:32px;min-width:34px;padding:0 6px;font-size:10px}
  .header-rating+.language-switch{margin-left:0}
}
@media(max-width:360px){
  .header-rating{display:none}
  .language-switch{margin-left:auto}
}

/* Keep the kitchen and service-area directories on the same content grid. */
body.funnel-page .footer-categories,
body.funnel-page .footer-locations{
  width:calc(100% - 44px);
  max-width:1376px;
  margin:18px auto;
  padding-inline:clamp(22px,3.8vw,56px);
}
@media(max-width:760px){
  body.funnel-page .footer-categories,
  body.funnel-page .footer-locations{
    width:calc(100% - 20px);
    margin:10px auto;
    padding-inline:22px;
  }
}
