.card-autore-custom {
	border-radius: 20px;
	background: linear-gradient(87deg, #101828 0%, #475467 100%);
	padding: 24px;
	color: #ffffff;
	font-family: sans-serif;
	max-width: 500px;
	margin: 20px 0;
}
.header-autore {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	gap: 20px; /* Spazio tra foto e testo */
}

/* Mantiene il box foto sempre quadrato anche quando il flex layout si comprime */
.wrapper-foto {
	width: 80px;
	height: 80px;
	flex: 0 0 80px;
	border-radius: 50%;
	overflow: hidden;
}

.wrapper-foto a {
	display: block;
	width: 100%;
	height: 100%;
}

/* Stile forzato per l'immagine */
.foto-autore {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid rgba(255,255,255,0.1);
}
.info-autore .titolo-autore a,
.info-autore .titolo-autore a:hover{
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}
.info-autore p {
	margin: 0;
	font-size: 14px;
	opacity: 1;
	color: #fff;
	font-weight: 400;
}
.bio-autore {
	font-size: 14px;
	line-height: 1.6;
	opacity: 1;
	color: #fff;
}

.ht--approfondimenti-wrapper,
.ht--dossier-articoli-wrapper{
	padding: 20px;
	border-radius: 20px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: #FFF;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
}

.ht--approfondimenti-wrapper .w-text{
	width: 100%;
}
.ht--approfondimenti-wrapper .w-text a{
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.ht--approfondimenti-wrapper .w-text a i {
	transform: rotate(45deg);
}

/* CONTENUTO */
.single-post{}
.single-post figure{
	margin-bottom: 40px;
}
.single-post figure img{
	border-radius: 16px;
}
/* END CONTENUTO */

/* TODO */
.ht--dossier-articoli-wrapper{}

.conclusione-block{
	border-radius: 16px;
	background: #FFF9EB;
	padding: 32px;
}
.conclusione-title{
	font-size: 20px;
	font-weight: 800;
	color: #101828;
	margin-bottom: 24px;
}
.conclusione-description{
	color: #101828;
}

/* blockquote{
	color: #101828;
	padding: 0 2rem!important;
	font-style: italic;
}
blockquote:before {
	content: ''!important;
	opacity: 1!important;
	width: 3px;
	background: #000;
	height: 100%;
} */


.ht--article-releated-card-wrapper{}
.ht--article-releated-card-wrapper .usg_post_image_1{
	margin-bottom: 16px!important;
}

.ht--article-releated-card-wrapper .usg_post_taxonomy_1{
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 12px!important;
}
.ht--article-releated-card-wrapper .usg_post_taxonomy_1 a{
	padding: 2px 10px;
	border-radius: 13px;
	border: 1px solid rgba(147, 50, 52, 0.20);
}
.ht--article-releated-card-wrapper .usg_post_taxonomy_1 a:first-of-type{
	margin-right: 8px;
}

.ht--article-releated-card-wrapper .usg_post_title_1{
	margin-bottom: 16px!important;
}
@media screen and (min-width: 1024px) {
	.ht--article-releated-card-wrapper .usg_post_title_1{
		max-width: 90%;
	}
}


.domande-risposte-block{
	border-radius: 12px;
	background: #F8F8F8;
	padding: 24px;
	margin-bottom: 24px;
}

.domande-risposte-block .faq-question{
	color: #475467;
	margin-bottom: 16px;
}
.domande-risposte-block .faq-answer{
	color: #101828;
}

/* 1. Nascondiamo le virgolette dal contenitore principale per non averne due */
blockquote::before {
	display: none !important; 
}

/* 2. Assicuriamoci che il blocco padre centri il contenuto al suo interno */
blockquote {
	text-align: center;
	padding: 0 3rem;
}

/* 3. Qui freghiamo l'editor di WordPress */
blockquote p {
	display: inline-block !important; /* Stringe la "scatola" del P attorno al testo */
	position: relative; /* Creiamo la nuova ancora per le virgolette */
	margin: 0; 
}

/* 4. Attacchiamo le virgolette del c***o direttamente al paragrafo */
blockquote p::before {
	content: '\201C';
	position: absolute;
	right: 100%; /* Le sbatte esattamente fuori dal bordo sinistro del testo effettivo */
	margin-right: 15px; /* Distanza tra virgolette e testo */
	font-size: 6rem;
	line-height: 0.8;
	font-family: Georgia, serif;
	opacity: .5;
	top: 0; /* Gioca con questo valore (es. -10px o 5px) se vuoi alzarle o abbassarle un po' */
}
