/**
 * AskIfra Legal Pages CSS — Disclaimer, Terms of Use, Privacy Policy
 * @package AskIfra
 * @since 1.1.0
 */

/* Full-width centered layout */
.full-width-content {
	max-width: 860px;
	margin: 0 auto;
	padding-block: 48px;
}

/* Page header */
.page-article__header {
	margin-bottom: 40px;
	padding-bottom: 24px;
	border-bottom: 2px solid #e8f5f2;
	position: relative;
}

.page-article__header::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 60px;
	height: 2px;
	background: #2E8B73;
}

.page-article__title {
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	font-weight: 800;
	color: #1F2937;
	line-height: 1.2;
	margin-bottom: 10px;
}

.page-article__meta {
	font-size: 14px;
	color: #9CA3AF;
	margin: 0;
}

.page-article__meta strong {
	color: #6B7280;
	font-weight: 600;
}

/* Legal content body */
.legal-content {
	font-size: 16px;
	line-height: 1.8;
	color: #374151;
}

.legal-content p {
	margin-bottom: 16px;
}

.legal-content h2 {
	font-size: 18px;
	font-weight: 700;
	color: #1F2937;
	margin-top: 36px;
	margin-bottom: 12px;
	padding-left: 14px;
	border-left: 4px solid #2E8B73;
	line-height: 1.4;
}

.legal-content h3 {
	font-size: 16px;
	font-weight: 700;
	color: #1F2937;
	margin-top: 24px;
	margin-bottom: 10px;
}

.legal-content ul,
.legal-content ol {
	padding-left: 24px;
	margin-bottom: 16px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.legal-content ul {
	list-style: disc;
}

.legal-content ol {
	list-style: decimal;
}

.legal-content li {
	color: #374151;
	line-height: 1.7;
}

.legal-content a {
	color: #2E8B73;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.legal-content a:hover {
	color: #246d5a;
}

.legal-content strong {
	font-weight: 700;
	color: #1F2937;
}

/* Responsive */
@media (max-width: 768px) {
	.full-width-content {
		padding-block: 32px;
	}

	.legal-content {
		font-size: 15px;
	}

	.legal-content h2 {
		font-size: 16px;
		margin-top: 28px;
	}
}
