.landing-footer-social > div {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.landing-footer-social a {
  display: inline-flex !important;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 9999px;
  color: #fff;
  transition: transform 150ms ease, background-color 150ms ease, border-color 150ms ease;
}

.landing-footer-social a:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.65);
  transform: translateY(-2px);
}

.landing-footer-social a svg { width: 1.25rem; height: 1.25rem; }
.pj-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
section.pos-jhum-store-module-summary > div.pos-jhum-store-module-summary > div:first-child {
  display: grid;
  align-content: center;
  gap: 0.35rem;
  padding-block: 0.25rem;
}
section.pos-jhum-store-module-summary > div.pos-jhum-store-module-summary > div:first-child > p:first-child {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.1rem;
  color: #5eead4;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.11em;
}
section.pos-jhum-store-module-summary > div.pos-jhum-store-module-summary > div:first-child > p:first-child::before {
  content: '';
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 9999px;
  background: #2dd4bf;
  box-shadow: 0 0 0 4px rgba(45, 212, 191, 0.12), 0 0 14px rgba(45, 212, 191, 0.35);
}
.pos-jhum-store-module-summary h1 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: clamp(1.9rem, 2.5vw, 2.35rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}
.pos-jhum-store-module-summary h1::before {
  content: '';
  display: inline-block;
  box-sizing: border-box;
  width: 2.8rem;
  height: 2.8rem;
  flex: 0 0 auto;
  border: 1px solid rgba(94, 234, 212, 0.34);
  border-radius: 0.85rem;
  background-color: rgba(20, 184, 166, 0.14);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235eead4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='19' cy='20' r='1'/%3E%3Cpath d='M3 4h2l2.4 10.4a2 2 0 0 0 2 1.6h7.7a2 2 0 0 0 2-1.6L21 7H6'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.45rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 8px 22px rgba(13, 148, 136, 0.18);
}
section.pos-jhum-store-module-summary > div.pos-jhum-store-module-summary > div:first-child > p:last-child {
  max-width: 34rem;
  margin-top: 0.2rem;
  color: rgba(226, 232, 240, 0.76);
  font-size: 1.02rem;
  line-height: 1.65;
}
@media (max-width: 640px) {
  .pos-jhum-store-module-summary h1::before {
    width: 2.5rem;
    height: 2.5rem;
    background-size: 1.3rem;
  }
}
.print-brand > svg.lucide-shopping-cart { display: none; }

/* Keep meal cards the same size while making their contents easier to read. */
.surface.image-glass-card > .grid > div.relative.rounded-xl > button > p:first-child {
  font-size: 1.1rem;
  line-height: 1.35rem;
}
.surface.image-glass-card > .grid > div.relative.rounded-xl > button > p:nth-child(2) {
  font-size: 1.35rem;
  line-height: 1.6rem;
}
.surface.image-glass-card > .grid > div.relative.rounded-xl > button > p:nth-child(3) {
  font-size: 0.9rem;
  line-height: 1.1rem;
}
.surface.image-glass-card > .grid > div.relative.rounded-xl > div.mt-3 strong {
  font-size: 1.15rem;
}
