/* Wicked Slice customizations on RedChili template */

.ws-logo {
  max-height: 72px;
  width: auto;
}

.header1-area .ws-logo {
  max-height: 64px;
}

.ws-badge {
  max-height: 80px;
  width: auto;
}

.ws-lead {
  font-size: 16px;
  line-height: 1.7;
  max-width: 720px;
  margin: 12px auto 0;
  color: #555;
}

.ws-muted {
  color: #888;
  font-size: 13px;
}

.ws-location-card {
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 28px 24px;
  margin-bottom: 24px;
  min-height: 220px;
}

.ws-location-card-lg {
  min-height: 280px;
}

.ws-location-card h2,
.ws-location-card h3 {
  margin-top: 0;
  color: #222;
}

.ws-location-card .default-btn,
.ws-location-card .ghost-color-btn {
  margin: 6px 8px 6px 0;
  display: inline-block;
}

.ws-locations-cta {
  background: #1a1a1a;
  color: #fff;
  padding: 60px 0;
}

.ws-locations-cta .title,
.ws-locations-cta .subtitle-color,
.ws-locations-cta h3,
.ws-locations-cta p,
.ws-locations-cta a {
  color: #fff;
}

.ws-locations-cta .ws-location-card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.ws-locations-cta .ws-location-card h3 {
  color: #fff;
}

/* Fan favorites — keep Bootstrap column widths, equal-height flex rows
   so longer descriptions don't snag float layout (broken second row). */
.ws-fav-row {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
}
.ws-fav-row > [class*="col-"] {
  float: none; /* disable BS3 float; flex handles wrapping */
  display: flex;
  margin-bottom: 20px;
}
.ws-fav-card {
  border: 1px solid #eee;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.ws-fav-card > img,
.ws-fav-card img {
  width: 100% !important;
  max-width: 100% !important;
  height: 160px !important;
  max-height: 160px !important;
  object-fit: cover !important;
  object-position: center;
  display: block;
  flex: 0 0 160px;
}
.ws-fav-card-body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.ws-fav-card h4 {
  margin: 0 0 6px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  color: #555;
  line-height: 1.25;
}
.ws-fav-card .ws-fav-desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #666;
  flex: 1 1 auto;
}
.ws-fav-card .ws-fav-price {
  margin: 8px 0 0;
  color: #e7272d;
  font-weight: 700;
  font-size: 14px;
}

.ws-menu-block {
  margin-bottom: 40px;
}

.ws-menu-img {
  width: 100%;
  height: auto;
  margin: 12px 0 20px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.ws-menu-img-sm {
  max-width: 70%;
  opacity: 0.9;
}

.ws-item-card {
  background: #fafafa;
  border-left: 4px solid #e7272d;
  padding: 18px 20px;
  margin-bottom: 20px;
  min-height: 120px;
}

.ws-item-card h4 {
  margin-top: 0;
  color: #222;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
}

.ws-coupon {
  margin-bottom: 28px;
  padding: 12px;
  background: #fff;
  border: 1px dashed #ccc;
  text-align: center;
}

.ws-coupon img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.ws-form .form-control {
  height: 48px;
  border-radius: 0;
  margin-bottom: 12px;
  box-shadow: none;
}

.ws-form textarea.form-control {
  height: auto;
}

.ws-form .default-btn {
  border: none;
  cursor: pointer;
}

.ws-order-logo {
  max-height: 80px;
  margin: 0 auto 16px;
}

.header-top-right .ws-order-top {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #e7272d !important;
}

/* Tidy header cart remnants if any CSS expects them */
.header-cart-area {
  display: none;
}

/* Special dish images should fill the box nicely */
.special-dish-box img {
  max-height: 180px;
  width: auto;
  margin: 0 auto;
  object-fit: cover;
}

/* Mobile nav spacing */
@media (max-width: 767px) {
  .ws-location-card {
    min-height: 0;
  }
  .ws-logo {
    max-height: 52px;
  }
}

/* Template .title / .subtitle default to white (for dark panels).
   On light page sections that is invisible — use dark type by default. */
.ws-page .title {
  color: #222222;
}
.ws-page .subtitle {
  color: #666666;
}
/* Decorative side-lines: template used absolute 90px bars on a fixed 550px box,
   which crossed through longer phrases (looked like strikethrough). Flex keeps
   lines beside the text with a clear gap. */
.ws-page .subtitle,
.ws-page .subtitle-color {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: auto;
  max-width: min(720px, 100%);
  box-sizing: border-box;
  letter-spacing: 0.12em;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 36px;
  white-space: normal;
  text-align: center;
}
.ws-page .subtitle:before,
.ws-page .subtitle:after,
.ws-page .subtitle-color:before,
.ws-page .subtitle-color:after {
  position: static;
  flex: 0 0 40px;
  width: 40px;
  max-width: 40px;
  height: 1px;
  top: auto;
  left: auto;
  right: auto;
  content: "";
  display: block;
}
.ws-page .subtitle:before,
.ws-page .subtitle:after {
  background: #c4c4c4;
}
.ws-page .subtitle-color:before,
.ws-page .subtitle-color:after {
  background: #c4c4c4;
}
@media only screen and (max-width: 575px) {
  .ws-page .subtitle:before,
  .ws-page .subtitle:after,
  .ws-page .subtitle-color:before,
  .ws-page .subtitle-color:after {
    flex-basis: 24px;
    width: 24px;
    max-width: 24px;
  }
  .ws-page .subtitle,
  .ws-page .subtitle-color {
    gap: 10px;
    letter-spacing: 0.08em;
    font-size: 15px;
  }
}
/* Dark panels keep light type */
.ws-page .ws-locations-cta .title,
.ws-page .ws-locations-cta .subtitle,
.ws-page .ws-catering-teaser .title,
.ws-page .ws-catering-teaser .subtitle,
.ws-page .ws-hero .title,
.ws-page .ws-hero .subtitle {
  color: #ffffff;
}
.ws-page .ws-locations-cta .subtitle:before,
.ws-page .ws-locations-cta .subtitle:after,
.ws-page .ws-catering-teaser .subtitle:before,
.ws-page .ws-catering-teaser .subtitle:after {
  background: rgba(255, 255, 255, 0.45);
}

/* —— Wicked Slice Reserve (catering) —— */
.ws-eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 700;
  color: #e7272d;
  margin-bottom: 8px;
}

.ws-trust {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
  font-size: 13px;
  color: #666;
}

.ws-trust span::before {
  content: "• ";
  color: #e7272d;
}

.ws-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ws-feature-list li {
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
}

.ws-feature-list .fa {
  color: #e7272d;
  margin-right: 10px;
}

.ws-package-card {
  background: #fff;
  border: 1px solid #eee;
  padding: 28px 24px 32px;
  margin-bottom: 24px;
  min-height: 420px;
  position: relative;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.ws-package-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}
.ws-package-card > a.default-btn,
.ws-package-card > a.ghost-color-btn {
  margin-top: auto;
  align-self: flex-start;
}

.ws-package-featured {
  border-color: #e7272d;
  box-shadow: 0 6px 24px rgba(231, 39, 45, 0.15);
}

.ws-popular {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #e7272d;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 10px;
}

.ws-package-kicker {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  color: #888;
  margin-bottom: 6px;
}

.ws-package-card h3 {
  margin: 0 0 12px;
  font-family: "Oswald", sans-serif;
}

.ws-price {
  font-size: 28px;
  font-weight: 700;
  color: #e7272d;
  margin-bottom: 12px;
}

.ws-price span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #888;
  text-transform: uppercase;
}

.ws-package-card ul {
  padding-left: 18px;
  margin: 16px 0 24px;
  color: #555;
}

.ws-package-card ul li {
  margin-bottom: 6px;
}

.ws-event-card {
  height: 180px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}

.ws-event-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 30%, rgba(0, 0, 0, 0.75));
}

.ws-event-card span {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  padding: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ws-quote {
  font-size: 24px;
  font-style: italic;
  max-width: 720px;
  margin: 16px auto;
  color: #222;
  line-height: 1.5;
}

.ws-catering-teaser {
  background: #1a1a1a;
  color: #fff;
}

.ws-catering-teaser .title,
.ws-catering-teaser p,
.ws-catering-teaser .ws-eyebrow {
  color: #fff;
}

.ws-catering-teaser .ws-eyebrow {
  color: #e7272d;
}

/* Catering page polish */
.ws-catering-intro .title {
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}
.ws-catering-intro .ws-lead {
  margin-left: auto;
  margin-right: auto;
  color: #555;
}
.ws-catering-intro .default-btn,
.ws-catering-intro .ghost-color-btn {
  margin: 8px 8px 0 0;
}
.ws-catering-form {
  background: #fff;
  border: 1px solid #eee;
  padding: 28px 24px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}
.ws-catering-form .form-group {
  margin-bottom: 14px;
}
.ws-locations-cta .ws-feature-list li {
  color: #fff;
}
.ws-locations-cta .title {
  color: #fff !important;
}

/* SEO primary heading — match banner style */
.pagination-area h1.ws-page-title {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  text-transform: inherit;
}
.pagination-area h1.ws-page-title {
  /* fall back if template targets h2 only */
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  color: #fff;
  margin-bottom: 10px;
}

/* Store microsite */
.ws-store-badge {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #e7272d;
  margin-top: 4px;
}
.ws-store-site .main-menu-area nav > ul {
  justify-content: flex-end;
}
.ws-locator-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 28px;
}
.ws-gate-card {
  display: block;
  background: #fff;
  border: 2px solid #eee;
  padding: 28px 24px;
  text-decoration: none !important;
  color: inherit;
  transition: border-color 0.15s, box-shadow 0.15s;
  min-height: 200px;
}
.ws-gate-card:hover {
  border-color: #e7272d;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  color: inherit;
}
.ws-gate-card h2 {
  margin-top: 0;
  font-family: "Oswald", sans-serif;
  color: #111;
}
.ws-hub-nav-note {
  font-size: 12px;
  color: #888;
}

/* ========== Compact site footer ==========
   Template defaults: ~92–100px padding, 26px titles, 55px title gaps,
   red bar + bordered designer card — too tall for a short marketing site. */
footer .footer-area-top,
footer .footer-area-top.section-space {
  padding: 32px 0 24px !important;
  background: #151515;
}
footer .footer-area-top .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
footer .footer-area-top .col-md-4,
footer .footer-area-top .col-lg-4,
footer .footer-area-top .col-sm-4,
footer .footer-area-top .col-xs-12 {
  margin-bottom: 14px;
}
footer .footer-area-top .footer-box {
  padding-right: 16px;
  margin-bottom: 0;
}
footer .footer-area-top h3,
footer .footer-area-top .title-bar-footer {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fff;
}
footer .title-bar-footer:before {
  width: 24px;
  height: 2px;
  bottom: -6px;
}
footer .footer-area-top p,
footer .footer-area-top .footer-about p,
footer .footer-area-top .opening-schedule li {
  font-size: 13px;
  line-height: 1.5;
  color: #b0b0b0;
  margin: 0 0 4px;
}
footer .footer-area-top .opening-schedule li {
  margin-bottom: 4px;
}
footer .footer-area-top .opening-schedule li span {
  float: none;
  display: inline;
  margin-left: 0.35em;
  color: #888;
}
footer .footer-area-top a {
  color: #ddd;
  text-decoration: none;
  transition: color 0.15s;
}
footer .footer-area-top a:hover {
  color: #e7272d;
}
footer .footer-area-top .footer-social {
  margin-top: 12px;
}
footer .footer-area-top .footer-social li a {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

/* Bottom bar: one slim strip, not a tall red block */
footer .footer-area-bottom {
  background: #0f0f0f;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 12px 0 !important;
  text-align: left;
}
footer .footer-area-bottom .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 6px 20px;
}
footer .footer-area-bottom > .container > p {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.55);
  flex: 1 1 auto;
}
footer .footer-area-bottom p a {
  color: rgba(255, 255, 255, 0.75);
}
footer .footer-area-bottom p a:hover {
  color: #e7272d;
}

/* Designer credit — inline, no card */
footer .footer-area-bottom .designer-credit,
footer .designer-credit {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  text-align: right;
  max-width: none;
  flex: 0 1 auto;
}
footer .designer-credit-main {
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.45);
}
footer .designer-credit-main a {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.15s;
}
footer .designer-credit-main a:hover {
  color: #e7272d;
}
footer .designer-credit-tag {
  display: none; /* folded into compact one-liner in HTML */
  margin: 0;
}
@media only screen and (max-width: 767px) {
  footer .footer-area-top,
  footer .footer-area-top.section-space {
    padding: 28px 0 18px !important;
    text-align: left;
  }
  footer .footer-area-bottom {
    text-align: center;
    padding: 14px 0 !important;
  }
  footer .footer-area-bottom .container {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  footer .designer-credit {
    text-align: center;
  }
}

/* ========== Layout reliability (hero + FOUC) ========== */
html { scroll-behavior: smooth; }
html.ws-reduce-motion { scroll-behavior: auto; }

/* Don't block the page if preloader JS fails */
#preloader {
  pointer-events: none;
}
body.ws-ready #preloader,
html.ws-no-js #preloader {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* Reliable hero (replaces collapsed nivo when needed) */
.ws-hero {
  position: relative;
  min-height: min(70vh, 640px);
  height: 560px;
  max-height: 80vh;
  overflow: hidden;
  background: #111;
}
@media (max-width: 767px) {
  .ws-hero { height: 420px; min-height: 380px; }
}
.ws-hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition: opacity 0.8s ease;
  z-index: 1;
}
.ws-hero-slide.is-active {
  opacity: 1;
  z-index: 2;
}
.ws-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 3;
}
.ws-hero-content {
  position: relative;
  z-index: 4;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px 16px;
  color: #fff;
}
.ws-hero-content h1,
.ws-hero-content .ws-hero-title {
  font-family: "Oswald", sans-serif;
  font-size: clamp(28px, 5vw, 52px);
  margin: 0 0 12px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.15;
}
.ws-hero-content p {
  max-width: 560px;
  margin: 0 auto 20px;
  font-size: 16px;
  color: rgba(255,255,255,0.9);
}
.ws-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.ws-hero-actions .ghost-btn,
.ws-hero-actions .default-btn {
  margin: 0;
}
.ws-hero-dots {
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.ws-hero-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.ws-hero-dots button.is-active {
  background: #e7272d;
  border-color: #e7272d;
}

/* Nivo fallback: keep area tall even if plugin fails */
.slider1-area {
  min-height: 420px;
  background: #111;
}
.slider1-area .slides img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 70vh;
  object-fit: cover;
}
/* When nivo hasn't initialized, show first image only */
.slider1-area .slides:not(.nivoSlider) > img:not(:first-of-type) {
  display: none;
}
.slider1-area .slides:not(.nivoSlider) > img:first-of-type {
  display: block;
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}

/* Header/nav stability — slim bar, logo drives height */
.header-bottom-area {
  min-height: 0;
}
.logo-area img.ws-logo {
  max-height: 64px;
  width: auto;
  height: auto;
}

/* Container shouldn't collapse */
.wrapper {
  min-height: 100vh;
  overflow-x: hidden;
}

.ws-hero .ghost-btn {
  border: 2px solid #fff;
  color: #fff !important;
  background: transparent;
}
.ws-hero .ghost-btn:hover {
  background: #e7272d;
  border-color: #e7272d;
  color: #fff !important;
}
.ws-hero .default-btn {
  background: #e7272d;
  color: #fff !important;
  border: 2px solid #e7272d;
}
/* Fixed header overlays content — clear it so titles (e.g. Hebron Menu) aren't covered */
.inner-page-banner-area {
  background-image: url(/img/inner-page-banner.jpg) !important;
  background-size: cover;
  background-position: center;
  /* template was 86px top; fixed bar is ~88–110px with logo + store badge */
  padding: 130px 0 52px !important;
  min-height: 240px;
}
@media (max-width: 767px) {
  /* Desktop header hidden; mean-bar is ~50px fixed */
  .inner-page-banner-area {
    padding: 72px 0 36px !important;
    min-height: 160px;
  }
}
.inner-page-banner-area .pagination-area h1.ws-page-title {
  color: #fff;
  position: relative;
  z-index: 2;
}
.inner-page-banner-area .pagination-area ul li,
.inner-page-banner-area .pagination-area ul li a {
  color: #fff;
  position: relative;
  z-index: 2;
}

/* ===== Dark transparent header (preferred) ===== */
/* Kill template's 45px top padding — was making the bar very thick */
.ws-header-dark .header-bottom-area {
  background: rgba(18, 18, 16, 0.88) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: background 0.2s ease, box-shadow 0.2s ease;
  padding: 0 !important;
  min-height: 0 !important;
}
.ws-header-dark .header-bottom-area > .container > .row {
  display: flex;
  align-items: center;
  min-height: 0;
}
.ws-header-dark .header-bottom-area.ws-scrolled,
.ws-header-dark #sticker.ws-scrolled {
  background: rgba(12, 12, 12, 0.96) !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}
.ws-header-dark .header-top-area {
  background: rgba(0,0,0,0.45) !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  padding: 4px 0 !important;
}
.ws-header-dark .header-top-left ul li,
.ws-header-dark .header-top-left ul li a,
.ws-header-dark .header-top-right ul li a {
  color: rgba(255,255,255,0.85) !important;
  border-color: rgba(255,255,255,0.2) !important;
}
/* Logo larger; bar stays slim via tight vertical padding + centered nav */
.ws-header-dark .logo-area {
  margin-top: 0 !important;
  padding: 6px 0 !important; /* overrides inline style="padding:10–12px 0" */
}
.ws-logo-full {
  /* Cropped wordmark (~715×260) — much larger visual than old padded 52px asset */
  max-height: 72px !important;
  width: auto !important;
  height: auto !important;
  max-width: 240px;
  display: block;
}
.ws-header-dark .logo-area .ws-store-badge {
  margin-top: 2px;
  line-height: 1.2;
}
.ws-header-dark .main-menu-area {
  float: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 100%;
}
.ws-header-dark .main-menu-area nav ul {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.ws-header-dark .main-menu-area nav ul li a {
  color: #fff !important;
  /* template used padding-bottom: 27px — that bulk is gone */
  padding: 10px 12px !important;
  line-height: 1.2;
}
.ws-header-dark .main-menu-area nav ul .active > a,
.ws-header-dark .main-menu-area nav ul li a:hover {
  color: #e7272d !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ws-header-dark .main-menu-area nav ul li a {
    padding: 8px 8px !important;
    font-size: 13px;
  }
  .ws-logo-full {
    max-height: 58px !important;
    max-width: 190px;
  }
}
@media (max-width: 767px) {
  .ws-logo-full {
    max-height: 48px !important;
    max-width: 160px;
  }
}
.ws-header-dark .ws-store-badge {
  color: rgba(255,255,255,0.75);
  font-size: 10px;
  letter-spacing: 0.15em;
}
.ws-header-dark [data-ws-open-badge] {
  background: rgba(255,255,255,0.1);
  color: #fff;
}
.ws-header-dark [data-ws-open-badge] .ws-open-next {
  color: rgba(255,255,255,0.65);
}

/* Store switcher dropdown */
.ws-nav-drop {
  position: relative;
}
.ws-nav-drop > a::after {
  content: " ▾";
  font-size: 10px;
  opacity: 0.8;
}
.ws-nav-drop-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,0.1);
  z-index: 1000;
  padding: 8px 0;
  text-align: left;
}
.ws-nav-drop:hover .ws-nav-drop-menu,
.ws-nav-drop:focus-within .ws-nav-drop-menu {
  display: block;
}
.ws-nav-drop-menu a {
  display: block !important;
  padding: 10px 16px !important;
  color: #fff !important;
  font-size: 13px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.ws-nav-drop-menu a:hover {
  background: #e7272d !important;
  color: #fff !important;
}
.ws-nav-drop-menu a.is-current {
  color: #e7272d !important;
}

/* Locations list UX */
.ws-loc-list {
  max-width: 920px;
  margin: 0 auto;
}
.ws-loc-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px 24px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid #e8e8e8;
}
.ws-loc-row:last-child { border-bottom: none; }
.ws-loc-row h2 {
  margin: 0 0 8px;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
}
.ws-loc-meta {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}
.ws-loc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
@media (max-width: 700px) {
  .ws-loc-row {
    grid-template-columns: 1fr;
  }
  .ws-loc-actions { justify-content: flex-start; }
}
.ws-loc-split {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 900px) {
  .ws-loc-split { grid-template-columns: 1fr; }
}
.ws-loc-photo {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 4px;
}

/* Structured menu */
.ws-menu-page .ws-cat-row {
  top: 76px;
}
.ws-menu-item-row {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 14px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0;
}
.ws-menu-item-row img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 4px;
  background: #f5f5f5;
}
.ws-menu-item-row h4 {
  margin: 0 0 4px;
  font-size: 17px;
  font-family: "Oswald", sans-serif;
}
.ws-menu-item-row p {
  margin: 0;
  font-size: 13px;
  color: #666;
}
.ws-menu-item-price {
  font-weight: 700;
  color: #e7272d;
  white-space: nowrap;
  font-size: 15px;
}
.ws-menu-sizes {
  font-size: 12px;
  color: #888;
  margin-top: 4px;
}
.ws-white-badge {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  background: #f5f5f5;
  color: #444;
  padding: 2px 6px;
  margin-left: 6px;
  font-weight: 700;
}
.ws-menu-scan-link {
  font-size: 13px;
  color: #888;
  margin-top: 24px;
  display: block;
  text-align: center;
}

/* Order food thumb */
.ws-food-card {
  display: grid !important;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  min-height: 0 !important;
}
.ws-food-thumb {
  width: 88px;
  height: 88px;
  overflow: hidden;
  border-radius: 4px;
  background: #eee;
}
.ws-food-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ws-food-card-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

/* Coupons account demo */
.ws-coupon-hero {
  background: linear-gradient(135deg, #1a1a1a, #3a1515);
  color: #fff;
  padding: 40px 24px;
  text-align: center;
  margin-bottom: 32px;
  border-radius: 4px;
}
.ws-coupon-hero h2 {
  color: #fff;
  margin-top: 0;
}
.ws-account-form {
  max-width: 420px;
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.ws-account-form input {
  flex: 1 1 200px;
  padding: 12px 14px;
  border: none;
  font-size: 15px;
}
.ws-account-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.1);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
}
.ws-coupon-card {
  border: 1px solid #eee;
  padding: 20px;
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: 100px 1fr auto;
  gap: 16px;
  align-items: center;
  background: #fff;
}
.ws-coupon-card img {
  width: 100px;
  height: auto;
}
.ws-coupon-card.locked {
  opacity: 0.55;
  filter: grayscale(0.3);
}
.ws-redeem-code {
  font-family: monospace;
  font-size: 18px;
  letter-spacing: 2px;
  background: #111;
  color: #fff;
  padding: 12px 16px;
  text-align: center;
  margin-top: 12px;
}
@media (max-width: 600px) {
  .ws-coupon-card {
    grid-template-columns: 1fr;
  }
}
