/* Immediate public logo correction. Kept separate because the host caches the
   shared shell CSS by path and ignores its query string. */
body.coco-customer-page header.coco-unified-header
  .coco-public-brand.cocoicotto-wordmark-brand > span > strong,
body.coco-customer-page footer.coco-unified-footer
  .coco-unified-footer-brand.cocoicotto-wordmark-brand > span > strong {
  display: block !important;
  box-sizing: border-box !important;
  width: 84px !important;
  height: 34px !important;
  overflow: hidden !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px !important;
  background-image: url("/qrmenu/images/cocoicotto-katakana-logo.svg?v=20260923-2") !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  background-size: contain !important;
}

@media (max-width: 760px) {
  body.coco-customer-page header.coco-unified-header
    .coco-public-brand.cocoicotto-wordmark-brand > span > strong,
  body.coco-customer-page footer.coco-unified-footer
    .coco-unified-footer-brand.cocoicotto-wordmark-brand > span > strong {
    width: 72px !important;
    height: 29px !important;
  }
}
