/* =====================================================================
   GastroScan.at - Public Restaurant Menu Styles
   Variablen werden inline pro Restaurant gesetzt (Theme).
===================================================================== */

:root {
    --m-primary: #FF6B35;
    --m-accent: #FFB627;
    --m-bg: #FFFFFF;
    --m-text: #0F172A;
    --m-card-bg: #FFFFFF;
    --m-card-radius: 12px;
    --m-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

/* ----- Embed-Mode: Iframe-Einbindung in fremde Webseiten ----- */
body.menu.embed-mode .menu-cover { display: none; }
body.menu.embed-mode .menu-footer { display: none; }
body.menu.embed-mode .menu-header { padding-top: 16px; }
body.menu.embed-mode .menu-header-card { margin-top: 0; }
body.menu.embed-mode { background: var(--m-bg); }
body.menu.embed-mode .ad-slot.ad-bottom { display: none; }

body.menu {
    font-family: var(--m-font);
    background: var(--m-bg);
    color: var(--m-text);
    -webkit-font-smoothing: antialiased;
    line-height: 1.55;
    min-height: 100vh;
    padding-bottom: 80px;
}
/* Dark-Mode: alle weiß-zentrierten Komponenten umfärben */
body.menu.dark .menu-header-card,
body.menu.dark .menu-item,
body.menu.dark .quick-action,
body.menu.dark .modal {
    background: var(--m-card-bg);
    color: var(--m-text);
    border-color: var(--m-card-border);
}
body.menu.dark .menu-info .tag-line,
body.menu.dark .menu-item-desc,
body.menu.dark .cat-desc,
body.menu.dark .menu-footer,
body.menu.dark .hours-block td.day { color: var(--m-muted); }
body.menu.dark .menu-search,
body.menu.dark .cat-nav { background: var(--m-bg); border-color: var(--m-card-border); }
body.menu.dark .search-input { background: rgba(255,255,255,.05); color: var(--m-text); border-color: var(--m-card-border); }
body.menu.dark .cat-chip { background: rgba(255,255,255,.06); color: var(--m-text); }
body.menu.dark .cat-chip.active { background: var(--m-primary); color: #fff; }
body.menu.dark .filter-chip { background: rgba(255,255,255,.06); color: var(--m-text); }
body.menu.dark .menu-item-img { background: rgba(255,255,255,.05); }
body.menu.dark .modal-close { background: var(--m-card-bg); color: var(--m-text); }
body.menu.dark .menu-logo { background: var(--m-card-bg); border-color: var(--m-card-bg); }

a { color: var(--m-primary); text-decoration: none; }
img { max-width: 100%; display: block; }

/* ----- Cover / Header --------------------------------------------- */
.menu-cover {
    height: 240px;
    background: linear-gradient(135deg, var(--m-primary), var(--m-accent));
    position: relative;
    overflow: hidden;
}
.menu-cover img { width: 100%; height: 100%; object-fit: cover; }
.menu-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,.5)); }

.menu-header {
    padding: 0 16px;
    position: relative;
    margin-top: -56px;
    z-index: 2;
}
.menu-header-card {
    background: var(--m-card-bg);
    border-radius: 18px;
    padding: 20px 16px;
    box-shadow: 0 8px 24px rgba(15,23,42,.12);
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.menu-logo {
    width: 70px; height: 70px;
    border-radius: 16px;
    background: var(--m-bg);
    display: grid; place-items: center;
    overflow: hidden;
    border: 3px solid var(--m-card-bg);
    box-shadow: 0 4px 12px rgba(15,23,42,.1);
    flex: 0 0 auto;
    margin-top: -42px;
}
.menu-logo img { width: 100%; height: 100%; object-fit: cover; }
.menu-info { flex: 1; min-width: 0; }
.menu-info h1 { margin: 0 0 4px; font-size: 1.45rem; line-height: 1.15; }
.menu-info .tag-line { color: #64748B; font-size: 14px; margin-bottom: 8px; }
.menu-info .meta-pills { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 6px; }
.meta-pill { padding: 3px 10px; background: rgba(255,107,53,.1); color: var(--m-primary); border-radius: 999px; font-size: 12px; font-weight: 600; }
.meta-pill.open { background: rgba(22,163,74,.1); color: #15803D; }
.meta-pill.closed { background: rgba(239,68,68,.1); color: #B91C1C; }

/* Quick Actions: Icon-only Round Buttons (responsiv kleiner) */
.quick-actions {
    margin: 16px 16px 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(8px, 2.2vw, 12px);
}
.qa-btn {
    width: clamp(38px, 10.5vw, 46px);
    height: clamp(38px, 10.5vw, 46px);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: transform 200ms cubic-bezier(.34,1.56,.64,1), box-shadow 200ms;
    box-shadow: 0 2px 6px rgba(15,23,42,.15);
    text-decoration: none;
    position: relative;
    -webkit-tap-highlight-color: transparent;
}
.qa-btn:hover { transform: translateY(-2px) scale(1.05); box-shadow: 0 5px 14px rgba(15,23,42,.22); }
.qa-btn:active { transform: scale(.93); }
.qa-btn svg { width: clamp(17px, 4.8vw, 21px); height: clamp(17px, 4.8vw, 21px); pointer-events: none; }
/* Brand-spezifische Farben */
.qa-phone      { background: linear-gradient(135deg, #34D399, #10B981); }
.qa-whatsapp   { background: #25D366; }
.qa-route      { background: linear-gradient(135deg, #4285F4, #1A73E8); }
.qa-website    { background: linear-gradient(135deg, #6366F1, #4F46E5); }
.qa-reservation{ background: var(--m-primary); }
.qa-review     { background: linear-gradient(135deg, #FBBF24, #F59E0B); color: #fff; }
.qa-news       { background: linear-gradient(135deg, #EC4899, #DB2777); }
/* Notification-Badge auf News */
.qa-badge {
    position: absolute;
    top: -3px; right: -3px;
    min-width: 17px; height: 17px;
    padding: 0 4px;
    background: #DC2626;
    color: #fff;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    display: grid; place-items: center;
    border: 2px solid var(--m-bg);
    line-height: 1;
}
body.menu.dark .qa-badge { border-color: var(--m-bg); }

/* Tabs / Sticky Nav */
.menu-search {
    position: sticky; top: 0; z-index: 20;
    background: var(--m-bg);
    padding: 12px 16px;
    margin-top: 18px;
    border-bottom: 1px solid rgba(15,23,42,.06);
}
body.menu.dark .menu-search { background: #0F172A; border-color: rgba(248,250,252,.08); }
.search-input {
    width: 100%;
    padding: 12px 16px;
    border-radius: 999px;
    border: 1.5px solid rgba(15,23,42,.1);
    background: rgba(15,23,42,.03);
    font-size: 15px;
    font-family: inherit;
}
body.menu.dark .search-input { background: rgba(248,250,252,.05); color: #fff; border-color: rgba(248,250,252,.1); }
.search-input:focus { outline: none; border-color: var(--m-primary); background: var(--m-card-bg); }

.cat-nav {
    display: flex;
    gap: 8px;
    padding: 12px 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    background: var(--m-bg);
    position: sticky; top: 60px; z-index: 19;
    border-bottom: 1px solid rgba(15,23,42,.06);
}
body.menu.dark .cat-nav { background: #0F172A; border-color: rgba(248,250,252,.08); }
.cat-nav::-webkit-scrollbar { display: none; }
.cat-chip {
    flex: 0 0 auto;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(15,23,42,.05);
    color: inherit;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    border: 1.5px solid transparent;
    scroll-snap-align: start;
}
.cat-chip.active { background: var(--m-primary); color: #fff; }

/* ----- Filter chips ------------------------------------------------ */
.filter-bar { display: flex; gap: 6px; padding: 0 16px 12px; overflow-x: auto; }
.filter-bar::-webkit-scrollbar { display: none; }
.filter-chip {
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(15,23,42,.05);
    border: 1.5px solid transparent;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}
.filter-chip.active { background: rgba(255,107,53,.1); border-color: var(--m-primary); color: var(--m-primary); }

/* ----- Categories & Items ----------------------------------------- */
.menu-cat {
    padding: 24px 16px 8px;
    scroll-margin-top: 120px;
}
.menu-cat h2 {
    font-size: 1.3rem;
    margin: 0 0 12px;
}
.menu-cat .cat-desc { color: #64748B; font-size: 14px; margin-bottom: 12px; }

.menu-items { display: grid; gap: 10px; }
.menu-item {
    background: var(--m-card-bg);
    border-radius: var(--m-card-radius);
    padding: 14px;
    display: flex;
    gap: 14px;
    cursor: pointer;
    border: 1px solid rgba(15,23,42,.06);
    transition: transform 160ms, box-shadow 160ms;
}
.menu-item:active { transform: scale(.99); }
.menu-item:hover { box-shadow: 0 4px 12px rgba(15,23,42,.08); }
.menu-item.glass { background: rgba(255,255,255,.5); backdrop-filter: blur(10px); }
.menu-item-img {
    width: 88px; height: 88px;
    border-radius: 10px;
    flex: 0 0 auto;
    background: rgba(15,23,42,.05);
    overflow: hidden;
    display: grid; place-items: center;
}
.menu-item-img img { width: 100%; height: 100%; object-fit: cover; }
.menu-item-img.no-img { font-size: 36px; opacity: .4; }
.menu-item-body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.menu-item-title { font-size: 1rem; font-weight: 700; line-height: 1.25; margin: 0; }
.menu-item-desc { font-size: 13px; color: #64748B; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
body.menu.dark .menu-item-desc { color: #94A3B8; }
.menu-item-meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 4px; }
.menu-item-price { font-weight: 800; font-size: 1rem; color: var(--m-primary); }
.menu-item-price .original { color: #94A3B8; text-decoration: line-through; font-weight: 500; font-size: 13px; margin-right: 6px; }
.menu-item-price.variant-hint {
    font-size: 12px;
    font-weight: 600;
    color: var(--m-primary);
    background: rgba(255, 107, 53, .10);
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px dashed var(--m-primary);
    white-space: nowrap;
}
.variants-available-hint {
    font-size: 11px;
    color: var(--m-primary);
    font-weight: 600;
    margin-top: 2px;
    opacity: .85;
    letter-spacing: .02em;
}
.menu-item-allergens { font-size: 11px; color: #94A3B8; }
.menu-labels { display: flex; gap: 4px; flex-wrap: wrap; }
.label-chip { font-size: 10px; padding: 2px 8px; border-radius: 999px; font-weight: 700; }
.menu-item.unavailable { opacity: .55; }
.menu-item.unavailable::after { content: "Aktuell nicht verfügbar"; display: block; }

/* ----- News Modal-Liste ------------------------------------------ */
.news-list { display: flex; flex-direction: column; gap: 18px; }
.news-entry {
    padding: 16px;
    border-radius: 14px;
    background: rgba(15,23,42,.04);
    border-left: 4px solid var(--m-primary);
    position: relative;
}
.news-entry.featured {
    background: linear-gradient(135deg, rgba(255,107,53,.08), rgba(255,182,39,.08));
    border-left-color: var(--m-accent);
}
body.menu.dark .news-entry { background: rgba(255,255,255,.05); }
.news-entry-img {
    width: 100%; max-height: 180px; object-fit: cover;
    border-radius: 10px; margin-bottom: 10px;
}
.news-entry h3 { margin: 0 0 6px; font-size: 1.05rem; }
.news-entry p { margin: 0; font-size: 14px; color: #475569; line-height: 1.55; }
body.menu.dark .news-entry p { color: #CBD5E1; }
.news-entry-cta {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 14px;
    background: var(--m-primary);
    color: #fff;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
}
.news-entry-date {
    position: absolute;
    top: 16px; right: 16px;
    font-size: 11px;
    color: #94A3B8;
    text-transform: uppercase;
    letter-spacing: .04em;
}

/* ----- Hours ------------------------------------------------------- */
.hours-block { padding: 24px 16px; }
.hours-block table { width: 100%; }
.hours-block td { padding: 6px 0; font-size: 14px; }
.hours-block td.day { color: #64748B; }
.hours-block tr.today td { color: var(--m-primary); font-weight: 700; }

/* ----- Newsletter -------------------------------------------------- */
.newsletter-block {
    margin: 24px 16px;
    padding: 24px;
    background: linear-gradient(135deg, var(--m-primary), var(--m-accent));
    color: #fff;
    border-radius: 18px;
}
.newsletter-block h3 { margin: 0 0 8px; }
.newsletter-block p { margin: 0 0 14px; opacity: .94; font-size: 14px; }
.newsletter-form { display: flex; gap: 8px; flex-wrap: wrap; }
.newsletter-form input { flex: 1 1 200px; padding: 12px 14px; border-radius: 10px; border: none; font-size: 15px; font-family: inherit; }
.newsletter-form button { padding: 12px 20px; border-radius: 10px; border: none; background: #0F172A; color: #fff; font-weight: 600; cursor: pointer; font-size: 15px; }
.newsletter-consent { margin-top: 10px; font-size: 12px; opacity: .9; display: flex; gap: 6px; align-items: flex-start; }
.newsletter-consent input { margin-top: 2px; }

/* ----- Modal ------------------------------------------------------- */
.modal-backdrop {
    position: fixed; inset: 0;
    background: rgba(15,23,42,.5);
    display: none;
    z-index: 100;
    align-items: flex-end; justify-content: center;
}
.modal-backdrop.open { display: flex; }
.modal {
    background: var(--m-bg);
    color: var(--m-text);
    width: 100%;
    max-width: 600px;
    border-radius: 24px 24px 0 0;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 -8px 32px rgba(0,0,0,.2);
    animation: slideUp 220ms ease-out;
}
@keyframes slideUp {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
}
@media (min-width: 720px) {
    .modal-backdrop { align-items: center; }
    .modal { border-radius: 24px; }
}
.modal-img { width: 100%; height: 240px; object-fit: cover; }
.modal-img.placeholder { background: rgba(15,23,42,.08); display: grid; place-items: center; font-size: 60px; }
.modal-body { padding: 20px; }
.modal-body h2 { margin: 0 0 6px; }
.modal-close {
    position: absolute; top: 16px; right: 16px;
    width: 36px; height: 36px;
    background: rgba(255,255,255,.9);
    border-radius: 999px;
    display: grid; place-items: center;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #0F172A;
}

/* ----- Footer ------------------------------------------------------ */
.menu-footer {
    margin-top: 40px;
    padding: 24px 16px;
    border-top: 1px solid rgba(15,23,42,.08);
    text-align: center;
    font-size: 13px;
    color: #64748B;
}
.menu-footer a { color: inherit; }
.menu-footer .powered { margin-top: 12px; opacity: .7; }

/* Lang switch */
.lang-switch { position: absolute; top: 16px; right: 16px; z-index: 5; display: flex; gap: 4px; background: rgba(255,255,255,.9); padding: 4px; border-radius: 999px; }
.lang-switch a { padding: 4px 10px; border-radius: 999px; font-size: 12px; font-weight: 700; color: #0F172A; }
.lang-switch a.active { background: var(--m-primary); color: #fff; }

/* =====================================================================
   AD SLOTS (Google AdSense für Free-Plan)
===================================================================== */
.ad-slot {
    margin: 16px;
    min-height: 60px;
    background: rgba(15,23,42,.04);
    border-radius: 12px;
    display: grid; place-items: center;
    color: #94A3B8;
    font-size: 12px;
    overflow: hidden;
}
.ad-slot.empty { display: none; }
.ad-slot ins { display: block; }

/* =====================================================================
   LAYOUT: MAGAZINE — riesige Hero-Bilder, ein Produkt pro Reihe
===================================================================== */
body.layout-magazine .menu-items { gap: 28px; }
body.layout-magazine .menu-item {
    flex-direction: column;
    padding: 0;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(15,23,42,.10);
    border: none;
    background: var(--m-card-bg);
}
body.layout-magazine .menu-item-img {
    width: 100%;
    height: 280px;
    border-radius: 0;
    position: relative;
}
body.layout-magazine .menu-item-img.no-img {
    height: 120px;
    background: linear-gradient(135deg, var(--m-primary), var(--m-accent));
    color: #fff;
    font-size: 60px;
}
body.layout-magazine .menu-item-body { padding: 24px 22px 22px; }
body.layout-magazine .menu-item-title { font-size: 1.6rem; font-weight: 800; letter-spacing: -.01em; }
body.layout-magazine .menu-item-desc { -webkit-line-clamp: 4; font-size: 15px; line-height: 1.6; margin: 8px 0; }
body.layout-magazine .menu-item-meta { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--m-card-border); justify-content: space-between; }
body.layout-magazine .menu-item-price { font-size: 1.5rem; font-weight: 800; }
body.layout-magazine .menu-labels { margin-bottom: 8px; }
body.layout-magazine .label-chip { font-size: 11px; padding: 4px 10px; }
body.layout-magazine .menu-cat { padding: 32px 16px 16px; }
body.layout-magazine .menu-cat h2 {
    font-size: 2rem;
    font-weight: 800;
    border-left: 6px solid var(--m-primary);
    padding-left: 14px;
    margin-bottom: 20px;
    letter-spacing: -.02em;
}

/* =====================================================================
   LAYOUT: COMPACT — Wein-/Cocktailkarten-Stil, dichte Liste mit Punkten
===================================================================== */
body.layout-compact { font-family: Georgia, 'Times New Roman', serif; }
body.layout-compact .menu-cover { height: 160px; }
body.layout-compact .menu-items { gap: 0; }
body.layout-compact .menu-item {
    padding: 14px 4px;
    border: none;
    border-bottom: 1px dotted rgba(15,23,42,.25);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    flex-direction: row;
    align-items: baseline;
    gap: 0;
}
body.layout-compact .menu-item:last-child { border-bottom: none; }
body.layout-compact .menu-item:hover { box-shadow: none; background: rgba(15,23,42,.02); }
body.layout-compact .menu-item-img { display: none; }
body.layout-compact .menu-item-body {
    flex-direction: row;
    align-items: baseline;
    gap: 0;
    flex: 1;
}
body.layout-compact .menu-item-title {
    flex: 0 0 auto;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--m-text);
    padding-right: 8px;
    background: var(--m-bg);
    z-index: 1;
}
body.layout-compact .menu-item-desc {
    display: none;
}
body.layout-compact .menu-item-meta {
    flex: 1;
    margin-top: 0;
    align-items: baseline;
    border-bottom: 2px dotted rgba(15,23,42,.4);
    margin: 0 8px 6px;
    height: 1px;
    align-self: center;
}
body.layout-compact .menu-item-price {
    flex: 0 0 auto;
    font-size: 1.1rem;
    font-weight: 700;
    background: var(--m-bg);
    padding-left: 8px;
    font-family: Georgia, serif;
    font-feature-settings: "tnum" 1;
}
body.layout-compact .menu-item-allergens { display: none; }
body.layout-compact .menu-labels { display: none; }
body.layout-compact .menu-cat h2 {
    font-family: Georgia, serif;
    text-align: center;
    letter-spacing: .15em;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 400;
    border-bottom: 1.5px solid currentColor;
    padding-bottom: 10px;
    margin-bottom: 22px;
}

/* =====================================================================
   LAYOUT: GRID — 2-3 spaltige Kachel-Optik, Bild oben groß, Text unten
===================================================================== */
body.layout-grid .menu-items {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
@media (min-width: 720px) { body.layout-grid .menu-items { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { body.layout-grid .menu-items { grid-template-columns: repeat(4, 1fr); } }
body.layout-grid .menu-item {
    flex-direction: column;
    padding: 0;
    overflow: hidden;
    border-radius: 16px;
    background: var(--m-card-bg);
    border: 1px solid var(--m-card-border);
}
body.layout-grid .menu-item-img {
    width: 100%;
    height: 130px;
    border-radius: 0;
    flex: 0 0 auto;
}
body.layout-grid .menu-item-img.no-img {
    background: linear-gradient(135deg, rgba(15,23,42,.05), rgba(15,23,42,.10));
    height: 100px;
}
body.layout-grid .menu-item-body { padding: 10px 12px 12px; gap: 2px; }
body.layout-grid .menu-item-title { font-size: .95rem; -webkit-line-clamp: 2; font-weight: 700; }
body.layout-grid .menu-item-desc { display: none; }
body.layout-grid .menu-item-meta { margin-top: 4px; }
body.layout-grid .menu-item-price { font-size: 1rem; font-weight: 700; }
body.layout-grid .menu-item-allergens { display: none; }
body.layout-grid .menu-labels { display: none; }
body.layout-grid .menu-cat h2 {
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: .02em;
}

/* =====================================================================
   LAYOUT: ELEGANT — Fine-Dining: Serifen, viel Whitespace, mittig
===================================================================== */
body.layout-elegant {
    font-family: 'Cormorant Garamond', 'Playfair Display', 'Times New Roman', Georgia, serif;
    letter-spacing: .01em;
}
body.layout-elegant .menu-cover { height: 280px; }
body.layout-elegant .menu-header-card { border-radius: 0; box-shadow: none; background: transparent; padding: 30px 20px 20px; }
body.layout-elegant .menu-info h1 { font-size: 2.4rem; font-weight: 400; text-align: center; letter-spacing: .04em; }
body.layout-elegant .menu-info { text-align: center; }
body.layout-elegant .menu-info .tag-line { font-style: italic; font-size: 1.05rem; }
body.layout-elegant .menu-info .meta-pills { justify-content: center; }
body.layout-elegant .menu-logo { margin: -82px auto 14px; }
body.layout-elegant .menu-header-card { flex-direction: column; align-items: center; gap: 0; }
body.layout-elegant .menu-cat { padding: 50px 20px 30px; max-width: 720px; margin: 0 auto; }
body.layout-elegant .menu-items { gap: 0; }
body.layout-elegant .menu-item {
    background: transparent;
    border: none;
    padding: 24px 0;
    border-bottom: 1px solid rgba(15,23,42,.10);
    flex-direction: column;
    text-align: center;
    align-items: center;
    box-shadow: none;
}
body.layout-elegant .menu-item:hover { box-shadow: none; background: transparent; }
body.layout-elegant .menu-item-img { display: none; }
body.layout-elegant .menu-item-body { gap: 8px; align-items: center; max-width: 540px; }
body.layout-elegant .menu-item-title { font-weight: 500; font-size: 1.4rem; letter-spacing: .03em; line-height: 1.3; }
body.layout-elegant .menu-item-desc { font-style: italic; font-size: 1rem; opacity: .8; -webkit-line-clamp: 3; }
body.layout-elegant .menu-item-meta { justify-content: center; margin-top: 8px; }
body.layout-elegant .menu-item-price { font-weight: 400; font-size: 1.15rem; letter-spacing: .05em; font-family: inherit; }
body.layout-elegant .menu-item-allergens { font-style: italic; opacity: .6; }
body.layout-elegant .menu-labels { display: none; }
body.layout-elegant .menu-cat h2 {
    text-align: center;
    font-weight: 400;
    letter-spacing: .35em;
    text-transform: uppercase;
    font-size: .95rem;
    margin-bottom: 30px;
    position: relative;
    color: var(--m-primary);
}
body.layout-elegant .menu-cat h2::before,
body.layout-elegant .menu-cat h2::after {
    content: "❦";
    display: inline-block;
    margin: 0 16px;
    opacity: .5;
    font-size: .9em;
}
body.layout-elegant .quick-actions { max-width: 540px; margin: 16px auto 0; }
body.layout-elegant .quick-actions .quick-action {
    background: transparent;
    border: 1px solid rgba(15,23,42,.15);
    box-shadow: none;
}
