/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Nov 18 2025 | 12:10:48 */
/* Bottoni del menu (widget Elementor) */
.menu-btn .elementor-button {
    transition: all 0.25s ease;
    color: inherit;
}

/* Hover: sfondo rosso, testo bianco */
.menu-btn .elementor-button:hover {
    background-color: #D82020 !important;
    color: #ffffff !important;
}

/* Stato attivo: stessa grafica dell'hover */
.menu-btn .elementor-button.is-active {
    background-color: #D82020 !important;
    color: #ffffff !important;
}

/* Offset di 200px quando si arriva tramite ancora */
#Antipasti,
#Salads,
#Pasta,
#Pizza,
#Desserts,
#Drinks {
    scroll-margin-top: 200px;
}