        @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;1,100;1,200;1,300&display=swap');
        table_component {
            overflow: auto;
            width: 100%;
        }
        
        * {
            font-family: 'Poppins';
        }
        /* -- tabella -- */
        
        thead .header-vini {
            background-color: #ffffff!important;
            border: 1px solid #ffffff;
            font-size: 0.7em;
            font-weight: 200;
            text-align: center;
            color: #525a62;
        }
        
        table {
            border: 1px solid #dededf;
            height: 100%;
            width: 100%;
            table-layout: auto;
            border-collapse: collapse;
            border-spacing: 1px;
            text-align: left;
        }
        
        th,
        td {
            /* border: 1px solid #dededf; */
            border: 1px solid #dededf99;
            padding: 0.2em;
            text-align: left;
        }
        
        th {
            background-color: #f2f2f2;
        }
        
        tbody tr:nth-child(odd) {
            background-color: #f9f9f9;
        }
        
        tbody tr:nth-child(even) {
            background-color: #ffffff;
        }
        
        td {
            font-size: 13px;
        }
        /* -- generale -- */
        
        .container {
            background-color: #ffffff;
            background-image: radial-gradient(#b8c9c896 0.9500000000000001px, #ffffff 0.9500000000000001px);
            background-size: 19px 19px;
        }
        
        .menu-item strong {
            display: block;
            margin: 0;
        }
        
        .menu-item p {
            margin: 0;
        }
        
        .voci-menu a {
            text-decoration: none!important;
            font-size: 1em;
            color: #3e4246;
        }
        
        .vini-header {
            font-weight: 400;
            font-size: 1em;
            background-color: white;
            border: 1px solid white;
            border-bottom-width: 1px;
            border-bottom-style: solid;
            border-bottom-color: white;
            color: #B9A05B;
            padding-top: 1em;
            padding-bottom: 1em;
            border-bottom: 1px;
            text-align: center;
        }
        
        .portata-header,
        .tipo-vino-header {
            font-weight: 400;
            font-size: 0.9em;
            background-color: white;
            border: 1px solid white;
            border-bottom-width: 1px;
            border-bottom-style: solid;
            border-bottom-color: white;
            color: #B9A05B;
            padding-top: 1em;
            padding-bottom: 1em;
            border-bottom: 1px;
            text-align: center;
        }
        
        p {
            margin-top: 0.1em;
            margin-bottom: 0.1em;
            font-size: 13px;
        }
        
        .portata,
        .prezzo {
            display: none;
        }
        
        .menu-item-name,
        .wine-item-name {
            font-weight: 500;
            line-height: 1.3em;
            padding-bottom: 0.2em;
        }
        
        .menu-item-description,
        .wine-item-description {
            line-height: 1.7em;
            font-weight: 300;
            font-size: 12px;
            color: #74828e;
        }
        
        .wine-item-cantina {
            line-height: 1.7em;
            font-weight: 300;
            font-size: 11px;
            color: #3e4246;
        }
        
        .menu-item-allergens {
            line-height: 1em;
            font-size: 11px;
            font-weight: 200;
            padding-top: 0.2em;
            padding-bottom: 0.1em;
        }
        
        .menu-item-price,
        .wine-item-price {
            text-align: right;
        }
        
        .menu-item-allergens img {
            width: 15px;
            height: 15px;
        }
        
        .logo {
            display: flex;
            justify-content: center;
            margin-top: 1em;
        }
        
        .logo img {
            width: 100px
        }
        
        .intestazione {
            font-size: 14px;
            font-weight: 500;
            text-align: center;
            text-transform: uppercase;
        }
        
        .line {
            display: flex;
            justify-content: center;
        }
        
        .span-line {
            width: 90px;
            height: 0.9em;
            border-bottom: 1px solid #B9A05B;
        }
        
        .flag {
            display: flex;
            justify-content: center;
            flex-direction: row;
        }
        
        .flag span {
            margin-top: 1em;
            border-radius: 3px;
            margin-left: 0.5em;
            margin-right: 0.5em;
        }
        
        .flag i {
            margin-top: 1em;
            color: #000000;
        }
        
        .voci-menu-btn {
            text-decoration: none;
            font-size: 1em;
            color: #3e4246;
            border: 1px solid #3e4246;
            border-radius: 10px;
            margin-top: 0.7em;
            padding-bottom: 10px;
            padding-left: 0.7em;
            padding-right: 0.7em;
            background-color: antiquewhite;
            padding-top: 0 !important;
        }
        
        .vini-calice,
        .scritte-fondo {
            margin-top: 1em;
        }
        
        .footer-container {
            display: flex;
            justify-content: center;
            padding-top: 1em;
        }
        
        .footer-container img {
            width: 120px;
        }
