/* ============================================================
   Site chrome
   ------------------------------------------------------------
   Global resets plus the handful of elements that are fixed
   branding, not menu content: the AR button's icon/label pieces,
   the social row, and the bottom decorative graphic. None of
   this comes from the database.

   The old per-item CSS (2500+ lines covering every burger,
   sauce, and drink individually) has been replaced by the
   reusable components in menu.css.
   ============================================================ */

:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
}

.main-container,
.main-container * {
  box-sizing: border-box;
}

input,
select,
textarea,
button {
  outline: 0;
}

/* Clickable item links */
.item-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.item-link:hover {
  opacity: 0.88;
}

/* AR button link */
.btn-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.btn-link:hover {
  opacity: 0.82;
}

/* Social icon links */
.social-link {
  display: block;
  text-decoration: none;
  cursor: pointer;
  flex-shrink: 0;
}
.social-link:hover {
  opacity: 0.75;
}

/* ---------- AR button icon + label ---------- */
.vector-79 {
  position: absolute;
  width: 98.01%;
  height: 92.64%;
  top: 0;
  left: 0;
  background: url(https://static.codia.ai/image/2026-07-10/1JmtQK6iNd.png)
    no-repeat center;
  background-size: 100% 100%;
}

.ar {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  top: 4px;
  right: 11px;
  bottom: 2px;
  left: 30px;
  font-family: Poppins, var(--default-font-family);
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-align: center;
  white-space: nowrap;
}

.group-7a {
  position: absolute;
  width: 31.52%;
  height: 69.33%;
  top: 13.33%;
  left: 7.58%;
  background: url(https://static.codia.ai/image/2026-07-10/M7QVeqB4E7.png)
    no-repeat center;
  background-size: 100% 100%;
}

/* ---------- Footer: social row + decorative graphic ---------- */
.flex-row-ac {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 204.404px;
  margin: 33px auto 0;
}

.group-7b {
  width: 30px;
  height: 30px;
  background: url(../images/social/ig.webp) no-repeat center;
  background-size: cover;
}

.vector-7c {
  width: 30px;
  height: 30px;
  background: url(../images/social/tik.webp) no-repeat center;
  background-size: cover;
}

.vector-7d {
  width: 30px;
  height: 30px;
  background: url(../images/social/snap.webp) no-repeat center;
  background-size: cover;
}

.group-7e {
  width: 30px;
  height: 30px;
  background: url(../images/social/maps.webp) no-repeat center;
  background-size: cover;
}

.group-7f {
  display: block; /* Add this line */
  width: 326.674px;
  height: 249.44px;
  margin: 22px auto 0;
  background: url(../images/social/person.webp) no-repeat center;
  background-size: cover;
}
