/**
 * Framework: Hyper-Fast WP
 * File desktop-gutenberg.php
 * Aggiornato al 07-07-2023
 * Incluso da css-lista-desktop.php
 */

/**************/
/* CORREZIONI */
/**************/

.has-text-align-center{text-align:center!important;}

/*Evita che le foto siano stretchate in verticale*/
.wp-block-image img{width:100%!important;height:auto!important;}

/*Evita lo spazio intorno alle foto nell'elemento immagine*/
.wp-block-image{margin:0px;}

/**************************/
/* ULTIMI ARTICOLI - NEWS */
/**************************/

.cont-home-news img{width:100%!important;height:auto!important;}
.cont-home-news a{font-size:22px!important;line-height:140%!important;}
.cont-home-news .wp-block-latest-posts__post-excerpt{line-height:160%!important; }
