/* ══════════════════════════════════════════════
 * Menu Giornaliero — Frontend CSS
 * Plugin: menu-giornaliero v3.0.0
 * ══════════════════════════════════════════════ */

/* ── Base ── */
.mgm-wrap {
    max-width: 720px;
    margin: 0 auto;
    font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    padding: 2rem 2.5rem;
    border-radius: 8px;
    box-sizing: border-box;
    width: 100%;
    line-height: 1.5;
}

.mgm-header { text-align: center; margin-bottom: 2.5rem; }
.mgm-data-label {
    font-size: 1.05rem;
    font-style: italic;
    letter-spacing: 0.04em;
    margin: 0;
}

.mgm-sezione { margin-bottom: 2.2rem; }
.mgm-sezione-header {
    display: flex;
    align-items: baseline;
    gap: 0.6rem;
    padding-bottom: 0.35rem;
    margin-bottom: 0.9rem;
}
.mgm-sezione-it {
    font-size: 1.1rem;
    font-style: italic;
    font-weight: bold;
}

.mgm-piatto {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.45rem 0;
    gap: 1.5rem;
}
.mgm-piatto-nomi {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    flex: 1;
}
.mgm-nome-it {
    font-size: 0.97rem;
    font-weight: bold;
    line-height: 1.4;
}
.mgm-nome-it sup { font-size: 0.65rem; }
.mgm-piatto-note {
    font-size: 0.82rem;
    font-style: italic;
}
.mgm-prezzo {
    font-size: 0.95rem;
    font-weight: bold;
    white-space: nowrap;
    padding-top: 0.05rem;
}

.mgm-footer-voci {
    margin-top: 2rem;
    padding-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem 2rem;
}
.mgm-footer-voce { display: flex; flex-direction: column; }
.mgm-fv-it { font-size: 0.82rem; }

.mgm-note-legale {
    margin-top: 1.5rem;
    padding-top: 1rem;
}
.mgm-note-legale p {
    font-size: 0.73rem;
    line-height: 1.55;
    margin: 0 0 0.5rem;
}

.mgm-vuoto { font-style: italic; text-align: center; }

/* ══════════════════════════════════════════════
 * Tema TRASPARENTE
 * ══════════════════════════════════════════════ */
.mgm-theme-transparent { background: transparent; }
.mgm-theme-transparent .mgm-data-label { color: inherit; opacity: 0.7; }
.mgm-theme-transparent .mgm-sezione-header {
    border-bottom: 1px solid currentColor;
    border-bottom-color: rgba(255,255,255,0.2);
}
.mgm-theme-transparent .mgm-sezione-it { color: inherit; opacity: 0.85; }
.mgm-theme-transparent .mgm-piatto {
    color: inherit;
    border-bottom: 1px dotted rgba(255,255,255,0.1);
}
.mgm-theme-transparent .mgm-prezzo { color: inherit; opacity: 0.85; }
.mgm-theme-transparent .mgm-piatto-note { color: inherit; opacity: 0.6; }
.mgm-theme-transparent .mgm-nome-it sup { color: inherit; opacity: 0.5; }
.mgm-theme-transparent .mgm-footer-voci { border-top: 1px solid rgba(255,255,255,0.2); }
.mgm-theme-transparent .mgm-fv-it { color: inherit; opacity: 0.7; }
.mgm-theme-transparent .mgm-note-legale { border-top: 1px solid rgba(255,255,255,0.15); }
.mgm-theme-transparent .mgm-note-legale p { color: inherit; opacity: 0.5; }
.mgm-theme-transparent .mgm-vuoto { color: inherit; opacity: 0.5; }

/* ══════════════════════════════════════════════
 * Tema SFONDO SCURO
 * ══════════════════════════════════════════════ */
.mgm-theme-dark {
    background: rgba(42,35,28,0.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    color: #e8dcc8;
}
.mgm-theme-dark .mgm-data-label { color: #b8a88a; }
.mgm-theme-dark .mgm-sezione-header { border-bottom: 1px solid rgba(212,169,68,0.35); }
.mgm-theme-dark .mgm-sezione-it { color: #d4a944; }
.mgm-theme-dark .mgm-piatto { border-bottom: 1px dotted rgba(232,220,200,0.15); }
.mgm-theme-dark .mgm-prezzo { color: #d4a944; }
.mgm-theme-dark .mgm-piatto-note { color: #b8a88a; }
.mgm-theme-dark .mgm-nome-it sup { color: #b8a88a; }
.mgm-theme-dark .mgm-footer-voci { border-top: 1px solid rgba(212,169,68,0.35); }
.mgm-theme-dark .mgm-fv-it { color: #b8a88a; }
.mgm-theme-dark .mgm-note-legale { border-top: 1px solid rgba(232,220,200,0.15); }
.mgm-theme-dark .mgm-note-legale p { color: #b8a88a; }
.mgm-theme-dark .mgm-vuoto { color: #b8a88a; }

/* ══════════════════════════════════════════════
 * Tema SFONDO CHIARO
 * ══════════════════════════════════════════════ */
.mgm-theme-light {
    background: rgba(245,240,230,0.92);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    color: #2c2418;
}
.mgm-theme-light .mgm-data-label { color: #8a7d6b; }
.mgm-theme-light .mgm-sezione-header { border-bottom: 1px solid rgba(160,125,46,0.3); }
.mgm-theme-light .mgm-sezione-it { color: #a07d2e; }
.mgm-theme-light .mgm-piatto { border-bottom: 1px dotted rgba(44,36,24,0.12); }
.mgm-theme-light .mgm-prezzo { color: #a07d2e; }
.mgm-theme-light .mgm-piatto-note { color: #6b5f4e; }
.mgm-theme-light .mgm-nome-it sup { color: #8a7d6b; }
.mgm-theme-light .mgm-footer-voci { border-top: 1px solid rgba(160,125,46,0.3); }
.mgm-theme-light .mgm-fv-it { color: #6b5f4e; }
.mgm-theme-light .mgm-note-legale { border-top: 1px solid rgba(44,36,24,0.12); }
.mgm-theme-light .mgm-note-legale p { color: #8a7d6b; }
.mgm-theme-light .mgm-vuoto { color: #8a7d6b; }

/* ══════════════════════════════════════════════
 * Responsive
 * ══════════════════════════════════════════════ */
@media (max-width: 768px) {
    .mgm-wrap { padding: 1rem 1rem; }
}
@media (max-width: 600px) {
    .mgm-wrap { padding: 0.75rem 0.75rem; }
    .mgm-data-label { font-size: 0.95rem; }
    .mgm-sezione-it { font-size: 1rem; }
    .mgm-nome-it { font-size: 0.9rem; }
    .mgm-prezzo { font-size: 0.88rem; }
    .mgm-piatto { gap: 0.4rem; }
    .mgm-footer-voci { gap: 0.25rem 0.8rem; }
    .mgm-fv-it { font-size: 0.76rem; }
    .mgm-note-legale p { font-size: 0.68rem; }
}
