.ttpel-editorial-layer {
	--ttpel-ink: #13232f;
	--ttpel-soft-ink: #4f6372;
	--ttpel-accent: #0d7c86;
	--ttpel-surface: #f7fbfc;
	--ttpel-line: #d9e5eb;
	background: linear-gradient(180deg, #ffffff 0%, #f6fbfc 100%);
	border: 1px solid var(--ttpel-line);
	border-radius: 28px;
	padding: clamp(22px, 3vw, 38px);
	box-shadow: 0 24px 60px rgba(19, 35, 47, 0.08);
	color: var(--ttpel-ink);
	margin-bottom: 32px;
}

.ttpel-header {
	padding-bottom: 22px;
	border-bottom: 1px solid var(--ttpel-line);
	margin-bottom: 26px;
}

.ttpel-kicker {
	display: inline-block;
	padding: 8px 12px;
	border-radius: 999px;
	background: #e0f3f4;
	color: #0a5f66;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.ttpel-header h2,
.ttpel-section h2,
.ttpel-related h2 {
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.1;
	letter-spacing: -0.02em;
}

.ttpel-header h2 {
	font-size: clamp(2rem, 4vw, 3rem);
	margin: 0 0 10px;
}

.ttpel-header p,
.ttpel-section p,
.ttpel-faq-item p,
.ttpel-related li {
	font-size: 1.02rem;
	line-height: 1.75;
	color: var(--ttpel-soft-ink);
}

.ttpel-section {
	margin-top: 28px;
}

.ttpel-section h2 {
	font-size: clamp(1.4rem, 2.2vw, 1.9rem);
	margin-bottom: 14px;
}

.ttpel-section-card {
	background: var(--ttpel-surface);
	border: 1px solid var(--ttpel-line);
	border-radius: 22px;
	padding: 20px;
}

.ttpel-quick-verdict {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.ttpel-quick-verdict > div {
	background: #ffffff;
	border-radius: 18px;
	padding: 16px;
	border: 1px solid #e5eef2;
}

.ttpel-quick-verdict strong {
	display: block;
	margin-bottom: 8px;
}

.ttpel-faq-item {
	padding: 18px 0;
	border-top: 1px solid var(--ttpel-line);
}

.ttpel-faq-item:first-child {
	border-top: 0;
}

.ttpel-faq-item h3 {
	font-size: 1.1rem;
	margin: 0 0 8px;
}

.ttpel-related {
	margin-top: 30px;
	padding-top: 24px;
	border-top: 1px solid var(--ttpel-line);
}

.ttpel-related a {
	color: var(--ttpel-accent);
	font-weight: 600;
	text-decoration: none;
}

.ttpel-related a:hover {
	text-decoration: underline;
}

@media (max-width: 782px) {
	.ttpel-quick-verdict {
		grid-template-columns: 1fr;
	}
}
