/**
 * Blocco Gutenberg "TESTO EVIDENZIATO 01"
 * Elementi impostabili: versione, testo
 * Aggiornato al 11-01-2024
 * Completato sviluppo desktop e mobile
 */
 
.gtn-tstevd * { 
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	line-height: 125% !important;
}

.gtn-tstevd {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: transparent;
	padding: 30px 0px;
}

.gtn-tstevd .titolo {
	color: var(--col1);
	text-transform: uppercase; 
}

/**
 * STILE 01
 */

:is(.gtn-tstevd-01,.gtn-tstevd-02) div::before{content:"";margin-right:20px;margin-top:5px;float:left;display:inline-block;}

.gtn-tstevd-01 div{overflow:hidden;}
.gtn-tstevd-01 div::before {width:20px;height:20px;background-color:var(--col1);margin-bottom:auto!important;}

/**
 * STILE 02
 */
.gtn-tstevd-02 div{overflow:hidden;}
.gtn-tstevd-02 div::before {width:50px;height:5px;background-color:var(--col2);}

/**
 * STILE 03
 */

.tac { text-align: center; }
.tal { text-align: left; }
.tar { text-align: right; }
