@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

html,
body {
    margin: 0;
    padding: 0;
    background: #f3f3f3;
}

.erre-menu-app {
    width: 100%;
    max-width: 520px;
    min-height: 100vh;
    margin: 0 auto;
    background: #ffffff;
    box-sizing: border-box;
    overflow: hidden;
}

/* =========================
   ERRE MENU - DEFINITIVO
========================= */
.erre-menu-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.3;
}

/* =========================
   GRUPPI
========================= */
.erre-menu-gruppo {
    margin-bottom: 22px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #9b8a68;
}

.erre-menu-gruppo h2 {
    margin: 0;
    padding: 0 8px 2px;
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #b89a5a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
}

.erre-menu-gruppo-nota {
    padding: 0 8px 8px;
    font-size: 15px;
    color: #b89a5a;
    text-transform: lowercase;
    line-height: 1.1;
}

/* =========================
   CATEGORIE
========================= */
.erre-menu-categoria {
    margin-top: 3px;
}

.erre-menu-categoria-toggle {
    width: 100%;
    border: 0;
    padding: 12px 8px 4px;
    background: #9b8356;
    color: #fff;
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 31px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 1;
}

.erre-menu-categoria-content {
    padding: 12px 8px 8px;
}

.erre-menu-categoria-nota {
    margin-bottom: 0;
    padding-bottom: 6px;
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #b89a5a;
    letter-spacing: 0.5px;
    line-height: 1.1;
    border-bottom: 2px dotted #b89a5a;
}

/* =========================
   PIATTI
========================= */
.erre-menu-piatto {
    margin: 0;
    padding: 11px 0;
    border-bottom: 1px solid #d4cdc1;
}

.erre-menu-piatto:last-child {
    border-bottom: none;
}

.erre-menu-piatto-line {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 1px;
}

.erre-menu-piatto-line strong {
    max-width: calc(100% - 108px);
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.02;
    letter-spacing: 0.5px;
}

.erre-menu-prezzo {
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #b89a5a;
    line-height: 1;
    white-space: nowrap;
    flex-shrink: 0;
    letter-spacing: 0.5px;
}

/* PREZZO LUNGO */
.erre-menu-piatto-line.prezzo-a-capo {
    display: block;
}

.erre-menu-piatto-line.prezzo-a-capo strong {
    display: block;
    max-width: 100%;
}

.erre-menu-piatto-line.prezzo-a-capo .erre-menu-prezzo {
    display: block;
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    color: #b89a5a;
    text-align: left;
    margin: 1px 0 0;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

/* INGREDIENTI */
.erre-menu-piatto small {
    display: block;
    margin-top: 1px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.05;
    color: #555;
    text-transform: none;
    font-weight: 400;
}

/* NOTA PIATTO */
.erre-menu-piatto-nota {
    margin-top: 2px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.05;
    font-style: italic;
    color: #b89a5a;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {

    .erre-menu-prezzo {
        font-size: 23px;
    }

    .erre-menu-piatto-line.prezzo-a-capo .erre-menu-prezzo {
        font-size: 23px;
    }

    .erre-menu-gruppo h2 {
        font-size: 29px;
    }

}

.erre-dish-allergeni {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
}

.erre-allergene-icona {
    width: 24px;
    height: 24px;
}

.erre-allergene-sigla {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 1;
}

/* GLUTEN FREE */
.erre-tag-gf {
    background: #d2c1a2;
    color: #6a5638;
}

/* VEGETARIANO */
.erre-tag-veg {
    background: #6f9362;
    color: #ffffff;
}

/* VEGANO */
.erre-tag-vegan {
    background: #4e7357;
    color: #ffffff;
}

/* =========================
   GOOGLE TRANSLATE FIX
========================= */

body {
    top: 0 !important;
}

.skiptranslate,
.goog-te-banner-frame,
.goog-te-balloon-frame {
    display: none !important;
}

.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}

html {
    scroll-behavior: auto !important;
}

#google_translate_element {
    display: none;
}

/* =========================
   SCROLL TO TOP
========================= */

.erre-scroll-top {
    position: fixed;
    right: 14px;
    bottom: 0;

    width: 42px;
    height: 32px;

    border: 0;
    border-radius: 0;

    background: #24252d;
    color: #ffffff;

    cursor: pointer;

    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);

    display: flex;
    align-items: center;
    justify-content: center;

    transition:
        opacity .22s ease,
        transform .22s ease,
        visibility .22s ease;

    z-index: 9999;
}

.erre-scroll-top span {
    display: block;
    font-size: 24px;
    line-height: 1;
    transform: translateY(6px);
}

.erre-scroll-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.erre-numero-piatto {
    display: inline-block;
    min-width: 18px;
    margin-right: 2px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    color: #b99852;
    opacity: 1;
}

/* ============================================
   TESTATA MENU
   ============================================ */

.erre-menu-testata {
    margin: 0 0 24px 0;
}

.erre-menu-testata-cover {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border-radius: 6px;
    background: #f0f0f0;
}

.erre-menu-testata-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Fallback per browser senza aspect-ratio */
@supports not (aspect-ratio: 3 / 2) {
    .erre-menu-testata-cover {
        height: 0;
        padding-bottom: 66.666%;
    }
    .erre-menu-testata-cover img {
        position: absolute;
        top: 0;
        left: 0;
    }
}

/* Barra lingue */
.erre-menu-testata-langs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    justify-content: flex-end;
}

.erre-menu-lang-custom {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid #ccc;
    border-radius: 999px;
    text-decoration: none;
    color: inherit;
    font-size: 14px;
    line-height: 1.3;
    background: #fff;
}

.erre-menu-lang-custom:hover {
    border-color: #999;
}

/* ============================================
   TOGGLE LINGUE + PANNELLO BANDIERINE
   ============================================ */

.erre-menu-lang-wrap {
    position: relative;
}

.erre-menu-lang-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid var(--erre-footer-color, #9b8356);
    border-radius: 999px;
    padding: 7px 16px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.3;
    cursor: pointer;
    color: var(--erre-footer-color, #9b8356);
    transition: background 0.15s, color 0.15s;
}

.erre-menu-lang-toggle:hover {
    background: var(--erre-footer-color, #9b8356);
    color: #fff;
}

.erre-menu-lang-icon {
    flex-shrink: 0;
    color: currentColor;
}

.erre-menu-lang-icon path {
    fill: currentColor;
}

/* Pannello bandierine */
.erre-menu-lang-panel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    padding: 16px 14px;
    background: #faf7f1;
    border-top: 1px solid #ece6d9;
    border-bottom: 1px solid #ece6d9;
}

.erre-menu-lang-panel[hidden] {
    display: none;
}

.erre-menu-lang-flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e0d8c4;
    text-decoration: none;
    font-size: 22px;
    line-height: 1;
    transition: transform 0.15s, border-color 0.15s, box-shadow 0.15s;
}

.erre-menu-lang-flag:hover {
    transform: scale(1.08);
    border-color: var(--erre-footer-color, #9b8356);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.erre-menu-lang-flag span {
    display: block;
    line-height: 1;
}

/* Firma discreta del servizio menu digitale. */
.erre-menu-signature {
    margin: 34px auto 18px;
    padding: 0 16px;
    color: #8a867f;
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
}

.erre-menu-signature a {
    color: inherit;
    text-decoration: none;
    transition: color 0.18s ease;
}

.erre-menu-signature a:hover,
.erre-menu-signature a:focus {
    color: var(--erre-footer-color, #9b8356);
}

.erre-menu-signature span {
    font-weight: 600;
}

.erre-menu-signature small {
    display: block;
    margin-top: 4px;
    color: #a29e96;
    font-size: 9px;
    letter-spacing: .04em;
}

/* Mobile */
@media (max-width: 480px) {
    .erre-menu-lang-panel {
        gap: 8px;
        padding: 14px 10px;
    }
    .erre-menu-lang-flag {
        width: 34px;
        height: 34px;
        font-size: 20px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .erre-menu-testata-langs {
        justify-content: center;
    }
    .erre-menu-lang-list {
        right: auto;
        left: 0;
    }
}

.erre-menu-piatto-image {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin: 8px 0 6px 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 6px;
}

.erre-menu-piatto-image img {
    display: block;
    width: 100%;
    height: auto;
}

/* ============================================
   ERRE Menu System – Footer frontend
   ============================================ */

:root {
    --erre-footer-gold: #9b8356;
    --erre-footer-gold-dark: #806a44;
    --erre-footer-bg-share: #faf7f1;
}

/* Override se esiste la variabile brand del tema */
.erre-footer-blocco,
.erre-legenda-wrap,
.erre-footer-icone,
.erre-footer-share-icone,
.erre-footer-cta {
    --erre-footer-color: var(--erre-color-primary, #9b8356);
}


/* ============================================
   ICONE - sistema unificato
   ============================================ */

.erre-icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    flex-shrink: 0;
}

.erre-icon path,
.erre-icon circle,
.erre-icon rect,
.erre-icon polygon {
    fill: currentColor;
}

.erre-footer-icona-label {
    position: absolute;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0);
    white-space: nowrap; border: 0;
}


/* ============================================
   LEGENDA ALLERGENI - pulsante
   ============================================ */

.erre-legenda-wrap {
    margin: 10px 0 30px 0;
    padding: 0 10px;
    text-align: center;
}

.erre-legenda-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 16px 20px;
    background: #1a1a1a;
    color: #fff;
    border: 1.5px solid #1a1a1a;
    border-radius: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.erre-legenda-btn:hover {
    background: #fff;
    color: var(--erre-footer-color, #9b8356);
    border-color: var(--erre-footer-color, #9b8356);
}

.erre-legenda-btn .erre-icon {
    color: #fff;
    transition: color 0.15s;
}

.erre-legenda-btn:hover .erre-icon {
    color: var(--erre-footer-color, #9b8356);
}

@media (max-width: 480px) {
    .erre-legenda-btn {
        padding: 14px 16px;
        font-size: 11px;
        letter-spacing: 1.5px;
    }
}


/* ============================================
   LEGENDA ALLERGENI - modale
   ============================================ */

.erre-legenda-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.erre-legenda-modal[hidden] { display: none; }

.erre-legenda-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    cursor: pointer;
}

.erre-legenda-dialog {
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    width: 100%;
    max-width: 640px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 28px 28px 22px 28px;
    box-sizing: border-box;
}

.erre-legenda-close {
    position: absolute;
    top: 8px;
    right: 12px;
    background: none;
    border: 0;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #777;
    padding: 4px 8px;
}

.erre-legenda-close:hover { color: #1a1a1a; }

.erre-legenda-titolo {
    margin: 0 0 18px 0;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}

.erre-legenda-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 18px;
    margin-bottom: 18px;
}

.erre-legenda-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    line-height: 1.3;
}

.erre-legenda-icona {
    width: 26px;
    height: 26px;
    object-fit: contain;
    flex-shrink: 0;
}

.erre-legenda-sigla {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    height: 22px;
    padding: 0 6px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    flex-shrink: 0;
}

.erre-legenda-label { color: #333; }

.erre-legenda-note {
    margin: 14px 0 0 0;
    padding: 14px 0 0 0;
    border-top: 1px solid #eee;
    font-size: 12px;
    line-height: 1.45;
    color: #666;
    font-style: italic;
    text-align: center;
}

@media (max-width: 600px) {
    .erre-legenda-grid { grid-template-columns: repeat(2, 1fr); }
    .erre-legenda-dialog { padding: 22px 18px 16px 18px; }
    .erre-legenda-titolo { font-size: 16px; }
}

@media (max-width: 380px) {
    .erre-legenda-grid { grid-template-columns: 1fr 1fr; gap: 10px 12px; }
    .erre-legenda-icona { width: 22px; height: 22px; }
    .erre-legenda-item  { font-size: 12px; }
}

body.erre-legenda-open { overflow: hidden; }


/* ============================================
   FOOTER - SALUTO FINALE
   ============================================ */

.erre-footer-saluto {
    margin: 40px auto 30px auto;
    padding: 28px 20px 8px 20px;
    text-align: center;
    max-width: 480px;
    position: relative;
}

.erre-footer-saluto::before {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #c0c0c0;
    margin: 0 auto 24px auto;
}

.erre-footer-saluto-titolo {
    margin: 0 0 8px 0;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #1a1a1a;
    line-height: 1.2;
}

.erre-footer-saluto-testo {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    font-style: italic;
}

@media (max-width: 480px) {
    .erre-footer-saluto {
        margin: 30px auto 20px auto;
        padding: 22px 12px 4px 12px;
    }
    .erre-footer-saluto-titolo { font-size: 19px; }
    .erre-footer-saluto-testo  { font-size: 13px; }
}


/* ============================================
   FOOTER EDITORIALE
   Immagine, nome, indirizzo, orari, testo,
   contatti (icone), Maps, condivisione.
   ============================================ */

.erre-footer-blocco {
    margin: 36px 0 24px 0;
    text-align: center;
    color: #1a1a1a;
}

.erre-footer-blocco-inner {
    max-width: 520px;
    margin: 0 auto;
    padding: 0 16px;
}

/* === Immagine 3:2 === */
.erre-footer-image {
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    margin: 0 0 24px 0;
    background: #f0f0f0;
}

.erre-footer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* === Nome locale === */
.erre-footer-nome {
    margin: 0 0 6px 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: inherit;
    line-height: 1.2;
}

/* === Indirizzo === */
.erre-footer-indirizzo {
    margin: 0 0 22px 0;
    font-size: 13px;
    color: #777;
    line-height: 1.5;
    letter-spacing: 0.3px;
}

/* === Orari === */
.erre-footer-orari {
    margin: 0 0 22px 0;
    padding: 14px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.erre-footer-mini-label {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--erre-footer-color, #9b8356);
    font-weight: 700;
    margin-bottom: 6px;
}

.erre-footer-orari-testo {
    font-size: 13px;
    line-height: 1.7;
    color: #444;
}

/* === Testo custom === */
.erre-footer-testo-custom {
    margin: 0 auto 24px auto;
    font-size: 13px;
    line-height: 1.6;
    color: #555;
    font-style: italic;
    max-width: 380px;
}

/* === Contatti (icone) === */
.erre-footer-icone {
    list-style: none;
    margin: 0 0 26px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 8px;
}

.erre-footer-icone li { margin: 0; }

.erre-footer-icone a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid #d8d2c4;
    color: var(--erre-footer-color, #9b8356);
    text-decoration: none;
    transition: border-color 0.15s, color 0.15s, background 0.15s;
}

.erre-footer-icone a:hover {
    border-color: var(--erre-footer-color, #9b8356);
    background: var(--erre-footer-bg-share, #faf7f1);
}

.erre-footer-icone .erre-icon {
    width: 24px;
    height: 24px;
}

/* === Bottone Google Maps === */
.erre-footer-maps {
    margin: 0 0 30px 0;
}

.erre-footer-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--erre-footer-color, #9b8356);
    color: #fff;
    border: 1.5px solid var(--erre-footer-color, #9b8356);
    padding: 13px 28px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.15s, color 0.15s;
}

.erre-footer-cta:hover {
    background: #fff;
    color: var(--erre-footer-color, #9b8356);
}

.erre-footer-cta .erre-icon {
    width: 18px;
    height: 18px;
    color: #fff;
    transition: color 0.15s;
}

.erre-footer-cta:hover .erre-icon {
    color: var(--erre-footer-color, #9b8356);
}

/* === Box condivisione === */
.erre-footer-share-box {
    margin: 0 0 10px 0;
    padding: 24px 16px;
    background: var(--erre-footer-bg-share, #faf7f1);
    border-top: 1px solid #ece6d9;
    border-bottom: 1px solid #ece6d9;
}

.erre-footer-share-titolo {
    margin: 0 0 14px 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: #555;
    text-transform: uppercase;
}

.erre-footer-share-icone {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 14px;
}

.erre-footer-share-icone li { margin: 0; }

.erre-footer-share-icone a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border: 1.5px solid var(--erre-footer-color, #9b8356);
    color: var(--erre-footer-color, #9b8356);
    background: #fff;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}

.erre-footer-share-icone a:hover {
    background: var(--erre-footer-color, #9b8356);
    color: #fff;
}

.erre-footer-share-icone .erre-icon {
    width: 22px;
    height: 22px;
}


/* ============================================
   MOBILE
   ============================================ */

@media (max-width: 480px) {
    .erre-footer-blocco {
        margin: 28px 0 20px 0;
    }
    .erre-footer-blocco-inner {
        padding: 0 12px;
    }
    .erre-footer-nome {
        font-size: 17px;
        letter-spacing: 1.2px;
    }
    .erre-footer-icone a {
        width: 44px;
        height: 44px;
    }
    .erre-footer-icone .erre-icon {
        width: 22px;
        height: 22px;
    }
    .erre-footer-cta {
        padding: 12px 22px;
        font-size: 11px;
        letter-spacing: 1.5px;
    }
    .erre-footer-share-icone a {
        width: 48px;
        height: 48px;
    }
    .erre-footer-share-icone .erre-icon {
        width: 20px;
        height: 20px;
    }
}

/* ============================================
   VARIANTI COLORE GRUPPO
   ============================================ */

.erre-menu-gruppo {
    --erre-group-accent: #9b8356;
    --erre-group-accent-hover: #b89a5a;
}

.erre-gruppo-colore-bordeaux {
    --erre-group-accent: #8b0000;
    --erre-group-accent-hover: #a8211f;
}

.erre-gruppo-colore-petrolio {
    --erre-group-accent: #0d4d67;
    --erre-group-accent-hover: #1a6585;
}

.erre-menu-gruppo h2 {
    color: var(--erre-group-accent);
}

.erre-menu-gruppo .erre-menu-gruppo-nota {
    color: var(--erre-group-accent);
}

.erre-menu-gruppo .erre-menu-categoria-toggle {
    background: var(--erre-group-accent);
    color: #fff;
}

.erre-menu-gruppo .erre-menu-categoria-toggle:hover,
.erre-menu-gruppo .erre-menu-categoria-toggle:focus {
    background: var(--erre-group-accent-hover);
}

.erre-menu-gruppo .erre-menu-categoria-nota {
    color: var(--erre-group-accent);
}

.erre-menu-gruppo {
    border-bottom-color: var(--erre-group-accent);
}

/* ============================================
   LINK LINGUA CUSTOM — bandiera emoji ingrandita
   Usato quando l'etichetta è solo emoji (es. 🇧🇷)
   senza testo accanto, senza bordo.
   ============================================ */

.erre-menu-lang-custom {
    font-size: 32px;
    padding: 2px 10px;
    border: none;
    background: none;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}
