/* =============================================================================
   Widget: Profic Single Blog (Vista de Lectura de Entradas)
   ============================================================================= */

.profic-single-blog-wrapper {
	position: relative;
	width: 100%;
	padding: 150px 24px 100px;
	background-color: #050508;
	overflow: hidden;
	isolation: isolate;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}

@media (min-width: 768px) {
	.profic-single-blog-wrapper {
		padding: 170px 48px 120px;
	}
}

@media (min-width: 1024px) {
	.profic-single-blog-wrapper {
		padding: 190px 80px 140px;
	}
}

.profic-single-blog-glow {
	position: absolute;
	left: 50%;
	top: 300px;
	transform: translateX(-50%);
	width: 1200px;
	height: 1200px;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	opacity: 0.18;
	filter: blur(180px);
	z-index: 0;
}

.profic-single-blog-container {
	position: relative;
	z-index: 2;
	max-width: 820px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	box-sizing: border-box;
}

/* Categoría */
.profic-single-blog-meta-top .blog-category-badge {
	display: inline-block;
	font-family: "Amsi Pro", sans-serif;
	font-weight: 600;
	font-size: 13px;
	color: #c084fc;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/* Título H1 */
.profic-single-blog-title {
	margin: 0;
	font-family: "Amsi Pro", sans-serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 1.2;
	color: #ffffff;
}

@media (min-width: 768px) {
	.profic-single-blog-title {
		font-size: 42px;
	}
}

/* Meta Bottom (Autor, Fecha, Tiempo) */
.profic-single-blog-meta-bottom {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: "Amsi Pro", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #a1a1aa;
	flex-wrap: wrap;
}

.profic-single-blog-meta-bottom .meta-divider {
	color: #52525b;
}

/* Separador */
.profic-single-blog-divider {
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(93, 15, 236, 0.4) 0%, rgba(183, 22, 148, 0.4) 50%, rgba(255, 255, 255, 0.05) 100%);
	margin: 20px 0 30px;
}

/* Cuerpo de Texto del Post */
.profic-single-blog-content {
	font-family: "Amsi Pro", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.75;
	color: #d8d8d8;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

@media (min-width: 768px) {
	.profic-single-blog-content {
		font-size: 18px;
		line-height: 1.8;
	}
}

.profic-single-blog-content h2,
.profic-single-blog-content h3,
.profic-single-blog-content h4 {
	font-family: "Amsi Pro", sans-serif;
	font-weight: 400;
	color: #ffffff;
	margin-top: 32px;
	margin-bottom: 12px;
	line-height: 1.25;
}

.profic-single-blog-content h2 {
	font-size: 28px;
}

.profic-single-blog-content h3 {
	font-size: 24px;
}

.profic-single-blog-content a {
	color: #c084fc;
	text-decoration: underline;
	transition: color 0.2s ease;
}

.profic-single-blog-content a:hover {
	color: #ffffff;
}

.profic-single-blog-content blockquote {
	margin: 28px 0;
	padding: 20px 28px;
	background: rgba(93, 15, 236, 0.08);
	border-left: 4px solid #5d0fec;
	border-radius: 0 16px 16px 0;
	font-style: italic;
	color: #ffffff;
}

.profic-blog-placeholder-text {
	color: #71717a;
	font-style: italic;
}
