/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 26 2026 | 15:53:24 */
.ita,
.eng {
    display: none !important;
}

/* Inglese */
body.gt-en .eng {
    display: block !important;
}

/* Italiano */
body.gt-it .ita {
    display: block !important;
}