/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 04 2026 | 11:57:48 */
/* Annunci: blocchi di testo da 880px allineati al container */
@media screen and (min-width: 1025px) {
  body.offerta.wp-singular [data-elementor-type="wp-page"] :is(.elementor-widget-text-editor, .elementor-widget-icon-list) {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}