<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#st-portale { background-color: var(--body-bgcolor); display: grid; grid-gap: 30px 15px; grid-template-columns: 1fr 300px; grid-template-rows: min-content min-content 1fr; grid-template-areas: 'col0 col0' 'col1 col3' 'col5 col3'; justify-items: stretch; align-items: start; max-width: 1200px; padding: 50px; margin: auto; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border-top: 5px solid var(--colore1-3); }

#colonna1 { display: grid; grid-template-columns: 1fr; grid-gap: 20px; }
#colonna1 .st-box-notizia { display: grid; grid-gap: 0px; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: min-content auto min-content; grid-template-areas: 'argomento argomento giorno' 'titolo titolo .' '. testo testo'; background-color: rgb(0 0 0 / 10%); border-radius: 5px; min-height: 420px; overflow: hidden; }

#colonna1 .st-box-notizia .st-foto { grid-area: foto; background-size: cover; background-position: center; border-radius: 0; background-repeat: no-repeat; grid-row: 2 / -1; grid-column: 1 / -1; }
#colonna1 .st-box-notizia.st_riquadro1 .st-foto { background-position: center 0%; }
#colonna1 .st-box-notizia.st_riquadro2 .st-foto { background-position: center 80%; }
#colonna1 .st-box-notizia.st_riquadro3 .st-foto { background-position: center 100%; }
#colonna1 .st-box-notizia h2 { grid-area: titolo; color: var(--colore1-1); background-color: var(--colore1-2o); background-color: rgb(255 255 255 / 90%); font-size: 1.7em; padding: 10px 20px; line-height: 1; align-self: start; border-radius: 0 0 2em 0; }
#colonna1 .st-box-notizia:hover h2 { text-decoration: underline; text-decoration-color: var(--colore1-3); }
#colonna1 .st-box-notizia:hover h2 a { color: var(--colore1-1); }
#colonna1 .st-box-notizia .st-testo { grid-area: testo; font-size: .9em; padding: 10px 20px; text-align: right; font-weight: 500; color: var(--colore1-1o); background-color: var(--colore1-1); border-radius: 2em 0 0 0; background-color: rgb(231 49 56 / 85%); }
#colonna1 .st-box-notizia .st-argomento { grid-area: argomento; font-size: .8em; background-color: var(--colore1-1); color: var(--colore1-1o); padding: .5em 0 .5em 1em; border-radius: 3px 0 0 0; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; }
#colonna1 .st-box-notizia time { grid-area: giorno; font-size: .8em; background-color: var(--colore1-1); color: var(--colore1-1o); text-align: right; padding: .5em 1em .5em 0; border-radius: 0 3px 0 0; }

#colonna5 { }
#colonna5 .st-box-notizie { background-color: rgba(0 0 0 / 10%); border-radius: 30px; grid-column: span 2; }
#colonna5 .st-box-notizie h2 { font-size: .8em; background-color: var(--colore1-1); color: var(--colore1-1o); padding: .5em 0 .5em 1em; border-radius: 3px 3px 0 0; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; }
#colonna5 .st-box-notizie .st-box-contenuto { font-size: .85em; padding: 40px; text-align: justify; column-gap: 40px; column-width: 310px; }
#colonna5 .st-box-notizie article { height: 3.8em; margin: 0; }
#colonna5 .st-box-notizie time { font-size: .8em; }
#colonna5 .st-box-notizie .st-mostratutte { font-size: .8em; margin: 0 .3em .3em; text-align: right; }

#colonna3 .st-box-html { margin-bottom: 20px; }

.st-box-multimedia h2,
.st-box-html h2,
.st-box-campionato h2 { background-color: var(--colore1-1); color: var(--colore1-1o); display: block; width: 100%; line-height: 1.8; text-align: center; font-weight: 700; text-transform: uppercase; font-size: .8em; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin-bottom: 10px; letter-spacing: 1.5px; }

.st-box-multimedia { margin-bottom: 20px; }
.st-box-multimedia .st-box-contenuto { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; overflow: hidden; width: 100%; }
.st-box-multimedia .st-box-contenuto a { position: relative; display: block; width: 100%; height: auto; overflow: visible; background-size: cover; }
.st-box-multimedia .st-box-contenuto a:before { content: ''; padding-bottom: 70%; position: relative; display: block; width: 100%; }
.st-box-multimedia .st-box-contenuto .st-descrizione { display: block; position: absolute; bottom: 0px; left: 0px; width: 100%; background-color: rgb(0 0 0 / 40%); color: white; text-align: left; margin: 0px; font-size: .7em; text-transform: uppercase; padding: 4px 6px 4px 6px; }

.st-box-campionato { width: 100%; margin-bottom: 20px; }
.st-classifica-box { width: 100%; -webkit-border-radius: 0px 0px 3px 3px; -moz-border-radius: 0px 0px 3px 3px; border-radius: 0px 0px 3px 3px; overflow: hidden; border-spacing: 0; border-collapse: collapse; }
.st-classifica-box caption { width: 100%; font-weight: 600; font-size: .8em; padding: 2px 4px 2px 4px; text-align: center; border-bottom: 1px solid rgb(0 0 0 / 10%); -webkit-border-radius: 3px 3px 0px 0px; -moz-border-radius: 3px 3px 0px 0px; border-radius: 3px 3px 0px 0px; background-color: var(--colore1-1); color: var(--colore1-1o); }
.st-classifica-box a:hover { text-decoration: underline; }
.st-classifica-box tbody td,
.st-classifica-box thead th { font-size: .75em; padding: 2px 4px 2px 4px; border-right: 1px solid rgb(0 0 0 / 10%); text-align: center; }
.st-classifica-box thead th { background-color: var(--colore1-1); color: var(--colore1-1o); }
.st-classifica-box tbody tr { background-color: rgb(0 0 0 / 10%); }
.st-classifica-box tbody tr:nth-child(odd) { background-color: rgb(0 0 0 / 15%); }
.st-classifica-box tbody tr.st-evidenzia-riga { font-weight: 700; background-color: var(--colore1-3); color: var(--colore1-3o); }
.st-classifica-box thead th:last-child { border-right: none; }
.st-classifica-box tbody td:first-child { text-align: left; }

@media (max-width:1199px) {
	#st-portale { background-color: var(--body-bgcolor); padding: 4vw; margin: auto 2vw; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border-top: 5px solid var(--colore1-3); display: grid; grid-template-columns: 1fr; grid-gap: 30px; grid-template-areas: 'col0' 'col1' 'col5' 'col3'; }

	#colonna0 { }
	#colonna0 .titolo { display: none; }
	#colonna0 .st-box { margin: 0 auto 30px auto; display: grid; grid-gap: 10px; grid-template-columns: 1fr; grid-template-rows: auto min-content auto; grid-template-areas: 'foto' 'titolo' 'testo'; height: auto; max-width: 700px; }
	#colonna0 .st-box:last-child { margin-bottom: 30px; }
	#colonna0 .st-foto { grid-area: foto; background-size: cover; background-position: center center; height: 50vw; max-height: 400px; }
	#colonna0 h2 { grid-area: titolo; color: var(--colore1-1); font-size: 1.1em; }
	#colonna0 .st-testo { grid-area: testo; font-size: .9em; }
	
	#colonna1 { margin-bottom: 30px; }
	#colonna5 { margin-bottom: 30px; }

}

@media (max-width:720px) {
	#colonna1 { display: grid; grid-template-columns: 1fr; grid-gap: 30px; margin-bottom: 0; }
	#colonna1 .st-box-notizia { display: grid; grid-gap: 0px; grid-template-columns: 1fr 1fr; grid-template-rows: min-content 58vw auto auto; grid-template-areas: 'argomento giorno' 'foto foto' 'titolo titolo' 'testo testo'; background-color: rgb(0 0 0 / 10%); border-radius: 3px; margin-bottom: 20px; height: auto; max-height: none; }
	#colonna1 .st-box-notizia .st-foto { grid-area: foto; background-size: cover; background-position: center center; }
	#colonna1 .st-box-notizia h2 { grid-area: titolo; color: var(--colore1-1); font-size: 1.5em; padding: 10px; background-color: transparent; border-radius: 0; }
	#colonna1 .st-box-notizia .st-testo { grid-area: testo; font-size: .9em; padding: 0 1em 1em; text-align: justify; background-color: transparent; border-radius: 0; color: var(--body-textcolor); }
	#colonna1 .st-box-notizia .st-argomento { grid-area: argomento; font-size: .8em; background-color: var(--colore1-1); color: var(--colore1-1o); padding: .5em 0 .5em 1em; border-radius: 3px 0 0 0; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; }
	#colonna1 .st-box-notizia time { grid-area: giorno; font-size: .8em; background-color: var(--colore1-1); color: var(--colore1-1o); text-align: right; padding: .5em 1em .5em 0; border-radius: 0 3px 0 0; }
	#colonna5 .st-box-notizie .st-box-contenuto { padding: 5vw; }
}</pre></body></html>