.vdc-cita-block-front,
.vdc-quote-shortcode,
.vdc-quotes-list__item {
	border-left: 4px solid #3b82f6;
	padding: 18px 20px;
	margin: 20px 0;
	background: #16181d;
	border-radius: 8px;
	box-sizing: border-box;
}

.vdc-cita-block-front blockquote,
.vdc-quote-shortcode blockquote {
	margin: 0;
	padding: 0;
}

.vdc-cita-block-front__text,
.vdc-quote-shortcode__text {
	color: #f8fafc;
	line-height: 1.7;
	font-size: 1.25rem;
}

.vdc-cita-block-front__text blockquote,
.vdc-quote-shortcode__text blockquote {
	margin: 0;
	font-style: italic;
	line-height: 1.7;
}

.vdc-cita-block-front__text blockquote::before,
.vdc-quote-shortcode__text blockquote::before {
	content: "“";
	opacity: 0.55;
	margin-right: 4px;
	font-size: 1.4em;
}

.vdc-cita-block-front__text blockquote::after,
.vdc-quote-shortcode__text blockquote::after {
	content: "”";
	opacity: 0.55;
	margin-left: 4px;
	font-size: 1.4em;
}

.vdc-cita-block-front__author,
.vdc-quote-shortcode__author {
	display: block;
	margin-top: 12px;
	font-weight: 700;
	font-size: 1rem;
	color: #e2e8f0;
	line-height: 1.5;
}

.vdc-cita-block-front__source,
.vdc-quote-shortcode__source {
	margin-top: 6px;
	font-size: 0.95rem;
	opacity: 0.95;
	color: #94a3b8;
	line-height: 1.5;
}

.vdc-cita-block-front__link,
.vdc-quote-shortcode__link,
.vdc-quotes-list__link {
	margin-top: 10px;
}

.vdc-cita-block-front__link a,
.vdc-quote-shortcode__link a,
.vdc-quotes-list__link {
	display: inline-block;
	color: #93c5fd;
	text-decoration: none;
	font-weight: 600;
}

.vdc-cita-block-front__link a:hover,
.vdc-quote-shortcode__link a:hover,
.vdc-quotes-list__link:hover {
	text-decoration: underline;
}

.vdc-quotes-list {
	display: block;
}

.vdc-quotes-list__item {
	margin-bottom: 18px;
}

.vdc-quotes-list__text {
	color: #f8fafc;
	line-height: 1.65;
	font-size: 1.08rem;
}

.vdc-quotes-list__author {
	margin-top: 10px;
	font-weight: 700;
	font-size: 1rem;
	color: #e2e8f0;
}

.vdc-quotes-list__source {
	margin-top: 4px;
	font-size: 0.92rem;
	color: #94a3b8;
}

.vdc-quote-missing {
	border-left: 4px solid #ef4444;
	background: #1f1414;
	color: #fecaca;
	padding: 14px 16px;
	margin: 20px 0;
	border-radius: 8px;
	font-size: 0.95rem;
	line-height: 1.5;
}
/* --------------------------------
TAMAÑOS DE CITA
-------------------------------- */

/* pequeña */

.vdc-quote-size-small .vdc-cita-block-front,
.vdc-quote-size-small .vdc-quote-shortcode {
	padding: 12px 14px;
}

.vdc-quote-size-small .vdc-cita-block-front__text,
.vdc-quote-size-small .vdc-quote-shortcode__text {
	font-size: 0.95rem;
	line-height: 1.5;
}

.vdc-quote-size-small .vdc-cita-block-front__author,
.vdc-quote-size-small .vdc-quote-shortcode__author {
	font-size: 0.85rem;
}

.vdc-quote-size-small .vdc-cita-block-front__source,
.vdc-quote-size-small .vdc-quote-shortcode__source {
	font-size: 0.8rem;
}


/* media (default) */

.vdc-quote-size-medium .vdc-cita-block-front,
.vdc-quote-size-medium .vdc-quote-shortcode {
	padding: 18px 20px;
}

.vdc-quote-size-medium .vdc-cita-block-front__text,
.vdc-quote-size-medium .vdc-quote-shortcode__text {
	font-size: 1.25rem;
	line-height: 1.7;
}


/* grande */

.vdc-quote-size-large .vdc-cita-block-front,
.vdc-quote-size-large .vdc-quote-shortcode {
	padding: 26px 28px;
	border-left-width: 6px;
}

.vdc-quote-size-large .vdc-cita-block-front__text,
.vdc-quote-size-large .vdc-quote-shortcode__text {
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: 500;
}

.vdc-quote-size-large .vdc-cita-block-front__author,
.vdc-quote-size-large .vdc-quote-shortcode__author {
	font-size: 1.1rem;
	margin-top: 16px;
}

.vdc-quote-size-large .vdc-cita-block-front__source,
.vdc-quote-size-large .vdc-quote-shortcode__source {
	font-size: 1rem;
}