/* ============================================================
   CUSTOM — Per-store micro-overrides for Royal Taste Chinese Cuisine
   This file is generated per restaurant. Override tokens or add
   store-specific rules here. Do NOT edit global.css, theme.css,
   or style.css directly for per-store changes.
   ============================================================ */

/* ---- Brand logo -------------------------------------------------
   The Royal Taste mark is a wide lockup (5.8:1) with a black wordmark
   on a transparent background, so it needs a pale ground. The navbar
   and footer are themed light for exactly that reason, which lets the
   supplied file sit on them unmodified — no white plate, no padding,
   no ring. Only sizing is set here: by HEIGHT with width auto, so the
   aspect never distorts, plus max-widths so it never crowds the nav.
------------------------------------------------------------------ */
.logo__image {
  height: 62px;
  width: auto;
  max-width: 366px;
}

@media (max-width: 991px) {
  .logo__image {
    height: 48px;
    max-width: 284px;
  }
}

@media (max-width: 480px) {
  .logo__image {
    height: 40px;
    max-width: 218px;
  }
}

.footer__logo__img {
  width: auto;
  height: 58px;
  max-width: 100%;
}
