.idg-legal-page {
	background: #f3f0ea;
	color: #10184a;
	padding: 92px 24px 108px;
}

.idg-legal-page__article {
	background: #ffffff;
	border: 1px solid rgba(16, 24, 74, 0.1);
	margin: 0 auto;
	max-width: 860px;
	padding: clamp(34px, 6vw, 72px);
}

.idg-legal-page__header {
	border-bottom: 1px solid rgba(16, 24, 74, 0.12);
	margin-bottom: 38px;
	padding-bottom: 28px;
}

.idg-legal-page__title {
	color: #10184a;
	font-size: clamp(2.75rem, 6vw, 4.75rem);
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
}

.idg-legal-page__updated {
	color: #5a87af;
	font-size: 0.85rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.35;
	margin: 18px 0 0;
	text-transform: uppercase;
}

.idg-legal-page__content {
	color: #4c5689;
	font-size: 1.04rem;
	line-height: 1.7;
}

.idg-legal-page__content section + section {
	margin-top: 34px;
}

.idg-legal-page__content h2 {
	color: #10184a;
	font-size: 1.35rem;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 12px;
}

.idg-legal-page__content p {
	margin: 0;
}

.idg-legal-page__content a {
	color: #10184a;
	font-weight: 800;
	text-decoration-color: rgba(90, 135, 175, 0.6);
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

@media (max-width: 700px) {
	.idg-legal-page {
		padding: 62px 18px 78px;
	}
}
