:root {
    /* --- COLORI & VARIABILI --- */
    --mn-primary: #1E3250;       /* Colore Header/Desktop */
    --mn-text-light: #ffffff;    /* Testo su fondo scuro */
    --mn-text-dark: #333333;     /* Testo su fondo chiaro */

    --mn-mobile-bg: #ffffff;     /* Sfondo Menu Mobile */
    --mn-mobile-text: #333333;   /* Testo Menu Mobile */
    --mn-mobile-border: #e0e0e0; /* Bordi separatori */
    --mn-mobile-sub-bg: #f8f9fa; /* Sfondo Sottomenu Mobile */

    --mn-accent: #ee7f00;        /* Colore Attivo (Fucsia) */
    --mn-transition: 0.3s ease;
}

/* =========================================
   STRUTTURA GENERALE
   ========================================= */
.mn-menu-wrapper {
    position: relative;
    width: 100%;
    font-family: system-ui, -apple-system, sans-serif;
    z-index: 100;
}

/* Icone generiche */
.mn-menu-img {
    max-height: 20px;
    width: auto;
    margin-right: 8px;
    object-fit: contain;
}