/**
 * Coteia — Página Legal / Termos e Condições.
 * Leitura neutra em uma coluna.
 * @since 0.9.4-alpha.1
 */

.coteia-legal-page .coteia-site-main {
	background:#f8fafc;
}

.coteia-legal-page .coteia-site-main > .coteia-container {
	padding-top:clamp(32px,5vw,64px);
	padding-bottom:clamp(44px,7vw,88px);
}

.coteia-legal-page .coteia-site-main article {
	width:100%;
	max-width:960px;
	margin:0 auto;
}

.coteia-legal-page .coteia-site-main article > h1 {
	margin:0 0 28px;
	color:#1e293b;
	font-family:var(--coteia-font-heading,inherit);
	font-size:clamp(1.55rem,2.5vw,2.1rem);
	font-weight:var(--coteia-font-heading-weight,700);
	line-height:1.2;
	text-align:left;
}

.coteia-legal-page .coteia-site-main article > h1::after {
	content:'';
	display:block;
	width:100%;
	height:4px;
	margin:12px 0 0;
	border-radius:999px;
	background:linear-gradient(90deg,#2968c8 0 76%,#ffe600 76% 100%);
}

.coteia-legal-page.coteia-legal-hide-title .coteia-site-main article > h1 {
	display:none;
}

.coteia-legal-page .entry-content {
	padding:clamp(24px,4vw,44px);
	border:1px solid #e2e8f0;
	border-radius:16px;
	background:#fff;
	box-shadow:0 8px 24px rgba(15,23,42,.08);
}

.coteia-legal-page .entry-content > :first-child {
	margin-top:0;
}

.coteia-legal-page .entry-content > :last-child {
	margin-bottom:0;
}

.coteia-legal-page .coteia-legal-intro {
	margin:0 0 12px;
	color:#334155;
	font-size:1.05rem;
	line-height:1.75;
}

.coteia-legal-page .coteia-legal-updated {
	margin:0 0 32px;
	color:#64748b;
	font-size:.9rem;
}

.coteia-legal-page .entry-content h2 {
	margin:34px 0 12px;
	color:#1e293b;
	font-family:var(--coteia-font-heading,inherit);
	font-size:clamp(1.08rem,1.8vw,1.3rem);
	line-height:1.35;
}

.coteia-legal-page .entry-content p,
.coteia-legal-page .entry-content li {
	color:#475569;
	line-height:1.78;
}

.coteia-legal-page .entry-content a {
	color:#2968c8;
	text-decoration-thickness:1px;
	text-underline-offset:2px;
}

.coteia-legal-page .entry-content .wp-block-separator {
	margin:38px 0 24px;
	border-color:#e2e8f0;
}

.coteia-legal-page .coteia-legal-note {
	margin:0;
	padding:16px 18px;
	border-left:4px solid #ffe600;
	border-radius:0 10px 10px 0;
	background:#f8fafc;
	color:#64748b;
	font-size:.9rem;
}

@media (max-width:600px) {
	.coteia-legal-page .coteia-site-main > .coteia-container {
		padding-top:24px;
		padding-bottom:52px;
	}

	.coteia-legal-page .entry-content {
		padding:20px;
		border-radius:12px;
	}

	.coteia-legal-page .entry-content h2 {
		margin-top:28px;
	}
}
