.t4s-legal {
	background: #f7f7f7;
	color: #111;
	padding: clamp(5rem, 10vw, 7.5rem) 0 clamp(4rem, 8vw, 6rem);
}

.t4s-legal__article {
	max-width: 48rem;
	margin-inline: auto;
}

.t4s-legal__header {
	margin-bottom: 2.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

.t4s-legal__title {
	margin: 0 0 0.75rem;
	font-family: 'Origin', sans-serif;
	font-size: clamp(1.85rem, 4vw, 2.75rem);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #111;
}

.t4s-legal__updated {
	margin: 0;
	font-family: 'Origin', sans-serif;
	font-size: 0.9rem;
	font-weight: 400;
	color: #666;
}

.t4s-legal__content {
	font-family: 'Origin', sans-serif;
	font-size: 1.05rem;
	font-weight: 400;
	line-height: 1.65;
	color: #222;
}

.t4s-legal__content > *:first-child {
	margin-top: 0;
}

.t4s-legal__content h2 {
	margin: 2.5rem 0 1rem;
	font-family: 'Origin', sans-serif;
	font-size: clamp(1.2rem, 2vw, 1.45rem);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #111;
}

.t4s-legal__content h3 {
	margin: 1.75rem 0 0.75rem;
	font-size: 1.1rem;
	font-weight: 700;
	color: #111;
}

.t4s-legal__content p,
.t4s-legal__content ul,
.t4s-legal__content ol {
	margin: 0 0 1.15rem;
}

.t4s-legal__content ul,
.t4s-legal__content ol {
	padding-left: 1.25rem;
}

.t4s-legal__content li {
	margin-bottom: 0.4rem;
}

.t4s-legal__content a {
	color: #4EA934;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.t4s-legal__content a:hover {
	color: #111;
}

.t4s-legal__content strong {
	font-weight: 700;
}

.t4s-legal__content a.t4s-legal__cta {
	display: inline-block;
	margin: 0.5rem 0 1.25rem;
	padding: 0.85rem 1.35rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: #4EA934;
}

.t4s-legal__content a.t4s-legal__cta:hover {
	color: #fff;
	background: #111;
}

@media (max-width: 999px) {
	.t4s-legal {
		padding-top: 4.5rem;
	}

	.t4s-legal__content {
		font-size: 1rem;
	}
}
