.wp-block-humania-cita-original,
.humania-editorial-quote {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	margin: 1.65rem 0;
	padding: 0.15rem 0 0.15rem 1.1rem;
	border: 0;
	border-left: 3px solid #c58a17;
	background: transparent;
	color: inherit;
}

.humania-editorial-quote blockquote {
	order: 1;
	margin: 0;
	padding: 0;
	border: 0;
}

.humania-editorial-quote blockquote p {
	margin: 0;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(1.05rem, 2vw, 1.2rem);
	font-style: italic;
	line-height: 1.6;
}

.humania-editorial-quote blockquote p::before {
	content: '«';
}

.humania-editorial-quote blockquote p::after {
	content: '»';
}

.humania-editorial-quote figcaption {
	order: 2;
	margin: 0;
	color: #6f6658;
	font-size: 0.82rem;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.4;
	text-transform: none;
}

.humania-editorial-quote figcaption::before {
	content: '— ';
}

.humania-news-single .entry-content > figure.wp-block-quote,
.humania-news-single .entry-content > figure.wp-block-pullquote {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	margin: 1.65rem 0;
	padding: 0.15rem 0 0.15rem 1.1rem;
	border: 0;
	border-left: 3px solid #c58a17;
	background: transparent;
	color: inherit;
}

.humania-news-single .entry-content > figure.wp-block-quote > blockquote,
.humania-news-single .entry-content > figure.wp-block-pullquote > blockquote {
	order: 1;
	margin: 0;
	padding: 0;
	border: 0;
}

.humania-news-single .entry-content > figure.wp-block-quote > blockquote p,
.humania-news-single .entry-content > figure.wp-block-pullquote > blockquote p {
	margin: 0;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(1.05rem, 2vw, 1.2rem);
	font-style: italic;
	line-height: 1.6;
}

.humania-news-single .entry-content > figure.wp-block-quote > cite,
.humania-news-single .entry-content > figure.wp-block-pullquote > blockquote > cite {
	order: 2;
	color: #6f6658;
	font-size: 0.82rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.4;
}

.humania-news-single .entry-content > figure.wp-block-quote:not(:has(> cite))::after,
.humania-news-single .entry-content > figure.wp-block-pullquote:not(:has(cite))::after {
	order: 2;
	color: #6f6658;
	content: '— Cita del artículo original';
	font-size: 0.82rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.4;
}

@media (max-width: 600px) {
	.humania-editorial-quote {
		margin: 1.35rem 0;
		padding-left: 0.85rem;
	}

	.humania-news-single .entry-content > figure.wp-block-quote,
	.humania-news-single .entry-content > figure.wp-block-pullquote {
		margin: 1.35rem 0;
		padding-left: 0.85rem;
	}
}
