.tensor-editorial-section {
	position: relative;
	margin: 24px 0;
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: 14px;
	background: rgba(15, 15, 25, .72);
	box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
}

/* Neutraliza os antigos clamps de sinopse somente no novo bloco editorial. */
.mscc_description.tensor-editorial-host {
	display: block !important;
	width: 100% !important;
	max-height: none !important;
	overflow: visible !important;
	text-align: left !important;
	-webkit-box-orient: initial !important;
	-webkit-line-clamp: unset !important;
}

.tensor-editorial-heading {
	margin: 0 0 16px;
	color: var(--movyn-text, #fff);
	font-size: clamp(20px, 2.4vw, 28px);
	font-weight: 700;
	line-height: 1.25;
}

.tensor-editorial-body {
	position: relative;
	color: rgba(255, 255, 255, .78);
	font-size: 16px;
	line-height: 1.75;
	text-align: left;
}

.tensor-editorial-body h2,
.tensor-editorial-body h3 {
	margin: 26px 0 10px;
	color: #fff;
	font-weight: 700;
}

.tensor-editorial-body p,
.tensor-editorial-body ul,
.tensor-editorial-body ol {
	margin: 0 0 15px;
}

.tensor-editorial-body ul,
.tensor-editorial-body ol {
	padding-left: 22px;
}

.tensor-editorial-body li {
	margin: 6px 0;
	list-style: inherit;
}

.tensor-editorial-lead {
	color: rgba(255, 255, 255, .92);
	font-size: 1.05em;
	font-weight: 500;
}

.tensor-editorial-tail[hidden] {
	display: none !important;
}

.tensor-editorial-section.is-collapsed .tensor-editorial-body::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 52px;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(15, 15, 25, 0), rgba(15, 15, 25, .98));
}

.tensor-editorial-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 44px;
	margin-top: 5px;
	padding: 10px 17px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 999px;
	background: rgba(255, 255, 255, .08);
	color: #fff;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
	transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.tensor-editorial-toggle[hidden] {
	display: none !important;
}

.tensor-editorial-toggle:hover,
.tensor-editorial-toggle:focus-visible {
	border-color: var(--movyn-accent, #e50914);
	background: var(--movyn-accent, #e50914);
}

.tensor-editorial-toggle:focus-visible {
	outline: 3px solid rgba(255, 255, 255, .55);
	outline-offset: 3px;
}

.tensor-editorial-toggle i {
	font-size: 12px;
	transition: transform .2s ease;
}

.tensor-editorial-toggle[aria-expanded="true"] i {
	transform: rotate(180deg);
}

.tensor-episode-editorial {
	clear: both;
}

.tensor-editorial-host + .mscc_ad,
.tensor-safe-ad {
	margin-top: 32px;
}

.tensor-article-author {
	display: grid;
	gap: 5px;
	margin: 28px 0;
	padding: 18px 20px;
	border-left: 4px solid var(--movyn-accent, #e50914);
	background: rgba(255, 255, 255, .05);
	color: rgba(255, 255, 255, .72);
}

.tensor-article-author strong {
	color: #fff;
	font-size: 17px;
}

.tensor-article-author a {
	width: fit-content;
	color: #fff;
	text-decoration: underline;
}

@media (max-width: 720px) {
	.tensor-editorial-section {
		margin: 18px 13px;
		padding: 18px 16px;
		border-radius: 12px;
	}

	.tensor-editorial-body {
		font-size: 15px;
		line-height: 1.68;
	}

	.tensor-editorial-toggle {
		width: 100%;
	}
}

@media (max-width: 768px) {
	body.tensor-mobile-v2.movyn-netflix-serie .mscc_description.tensor-editorial-host {
		grid-column: 1 / -1 !important;
		grid-row: 5 !important;
		margin: 18px 0 0 !important;
		font-size: inherit !important;
		line-height: inherit !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscc_description.tensor-editorial-host .tensor-editorial-section {
		margin-right: 0;
		margin-left: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tensor-editorial-toggle,
	.tensor-editorial-toggle i {
		transition: none;
	}
}
