.terms-page {
	padding: 2vw 0 4vw;
	min-height: 50vh;
	box-sizing: border-box;
}

.terms-page .container-wrap {
	max-width: min(52rem, 90vw);
	margin: 0 auto;
	padding: 0 1rem;
}

.terms-title {
	font-family: var(--font-family-bold);
	font-size: var(--font-size-xl);
	line-height: 1.2;
	color: var(--color-3);
	margin: 0 0 1.5vw;
}

.terms-admin {
	font-family: var(--font-family-regular);
	font-size: var(--font-size-s);
	line-height: 1.5;
	color: var(--color-4);
	margin: 0 0 2vw;
}

.terms-section {
	margin-bottom: 2vw;
}

.terms-heading {
	font-family: var(--font-family-bold);
	font-size: var(--font-size-m);
	line-height: 1.4;
	color: var(--color-3);
	margin: 0 0 0.75vw;
}

.terms-section p {
	font-family: var(--font-family-regular);
	font-size: var(--font-size-s);
	line-height: 1.6;
	color: var(--color-4);
	margin: 0 0 0.5vw;
}

.terms-list {
	font-family: var(--font-family-regular);
	font-size: var(--font-size-s);
	line-height: 1.6;
	color: var(--color-4);
	margin: 0.5rem 0 1rem;
	padding-left: 1.5rem;
	list-style: disc;
}

.terms-list li {
	margin-bottom: 0.25em;
}

.terms-contact {
	font-family: var(--font-family-regular);
	font-size: var(--font-size-s);
	line-height: 1.5;
	color: var(--color-4);
	margin: 2vw 0 0;
}

.terms-contact a {
	color: var(--color-8);
	border-bottom: 1px solid var(--color-8);
	text-decoration: none;
	transition: 0.2s;
	word-break: break-all;
}

.terms-contact a:hover {
	opacity: 0.85;
}

/* Tablet */
@media (max-width: 992px) {
	.terms-page {
		padding: 4vw 0 5vw;
	}
	.terms-page .container-wrap {
		max-width: 88vw;
		padding: 0 0.5rem;
	}
	.terms-title {
		font-size: clamp(1.35rem, 4vw, 2rem);
		margin-bottom: 1rem;
	}
	.terms-admin {
		margin-bottom: 1.5rem;
	}
	.terms-section {
		margin-bottom: 1.5rem;
	}
	.terms-heading {
		margin-bottom: 0.5rem;
	}
	.terms-section p {
		margin-bottom: 0.5rem;
	}
	.terms-contact {
		margin-top: 1.5rem;
	}
}

/* Mobile */
@media (max-width: 768px) {
	.terms-page {
		padding: 1.5rem 0 3rem;
		min-height: 40vh;
	}
	.terms-page .container-wrap {
		max-width: 100%;
		width: 92vw;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}
	.terms-title {
		font-size: clamp(1.2rem, 6vw, 1.5rem);
		line-height: 1.25;
		margin-bottom: 1rem;
	}
	.terms-admin {
		font-size: 0.9375rem;
		line-height: 1.55;
		margin-bottom: 1rem;
	}
	.terms-section {
		margin-bottom: 1.25rem;
	}
	.terms-heading {
		font-size: 1rem;
		margin: 0 0 0.5rem;
	}
	.terms-section p {
		font-size: 0.9375rem;
		line-height: 1.55;
		margin: 0 0 0.5rem;
	}
	.terms-list {
		font-size: 0.9375rem;
		padding-left: 1.25rem;
		margin: 0.5rem 0 0.75rem;
	}
	.terms-contact {
		font-size: 0.9375rem;
		margin-top: 1.25rem;
	}
}
