/* Contenedor de la imagen destacada principal generado por Astra. */
.single-post .entry-header > .post-thumb-img-content {
	position: relative;
	overflow: hidden;
}

.single-post .entry-header > .post-thumb-img-content .qo-featured-image-caption {
	position: absolute;
	right: auto;
	bottom: 1rem;
	left: 1rem;
	z-index: 2;
	display: block;
	max-width: calc(100% - 2rem);
	box-sizing: border-box;
	padding: 0.5rem 0.75rem;
	border-left: 3px solid #c2c2c2;
	border-radius: 0 3px 3px 0;
	background: rgba(0, 0, 0, 0.78);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
	color: #fff;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	text-align: left;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
	pointer-events: none;
}

@media (max-width: 544px) {
	.single-post .entry-header > .post-thumb-img-content .qo-featured-image-caption {
		bottom: 0.5rem;
		left: 0.5rem;
		max-width: calc(100% - 1rem);
		padding: 0.4rem 0.6rem;
		font-size: 0.75rem;
	}
}

