/**
 * Sección de comentarios — React Node.
 */

.pelisen-comments-tab__title {
	margin: 0 0 1.25rem;
	padding: 0;
	border: 0;
	font-size: 1.35rem;
	font-weight: 600;
	line-height: 1.25;
	color: #fff;
	letter-spacing: 0;
	text-transform: none;
}

.pelisen-comments {
	width: 100%;
	margin: 0;
	padding: 1.15rem 1.2rem 1.25rem;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid rgba(34, 211, 238, 0.28);
	background: linear-gradient(180deg, rgba(8, 24, 34, 0.95), rgba(10, 14, 24, 0.98));
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35);
}

.pelisen-comments__embed,
.pelisen-comments #disqus_thread {
	min-height: 220px;
	width: 100%;
	color: #e2e8f0;
}

.pelisen-comments__empty {
	margin: 0;
	padding: 2rem 1rem;
	text-align: center;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.5;
	color: #94a3b8;
}

/* Disqus: contenedor y enlaces visibles antes de cargar el iframe */
.pelisen-comments #disqus_thread a {
	color: #22d3ee;
}

.pelisen-comments #disqus_thread iframe {
	border-radius: 6px;
}

@media (max-width: 767px) {
	.pelisen-comments {
		padding: 0.95rem 0.85rem 1rem;
	}
}
