.wcts-static-legal__section {
	padding: clamp(3rem, 6vw, 5rem) 0;
}

.wcts-site-main--legal,
.wcts-site-main--info {
	--wcts-legal-inline-gutter: clamp(1.25rem, 5vw, 2rem);

	background: #f7f7f5;
	color: #20242b;
}

.wcts-site-main--legal > .entry-content,
.wcts-site-main--info > .entry-content {
	width: min(calc(100% - (var(--wcts-legal-inline-gutter) * 2)), 64rem);
	max-width: none;
	margin: 0 auto;
	padding: clamp(3rem, 6vw, 5rem) 0 clamp(4rem, 7vw, 6rem);
}

.wcts-site-main--legal .wcts-static-page__section,
.wcts-site-main--info .wcts-static-page__section {
	padding: clamp(3rem, 6vw, 5rem) 0 clamp(4rem, 7vw, 6rem);
}

.wcts-site-main--legal .wcts-static-page__legal-layout,
.wcts-site-main--info .wcts-static-page__legal-layout {
	display: block;
	width: min(calc(100% - (var(--wcts-legal-inline-gutter) * 2)), 64rem);
	max-width: none;
	margin-inline: auto;
}

.wcts-site-main--legal .wcts-static-page__legal-main,
.wcts-site-main--info .wcts-static-page__legal-main,
.wcts-site-main--legal .wcts-static-page__legal-section,
.wcts-site-main--info .wcts-static-page__legal-section {
	width: 100%;
	max-width: none;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.wcts-site-main--legal .wcts-static-page__legal-aside,
.wcts-site-main--info .wcts-static-page__legal-aside {
	display: none !important;
}

.wcts-site-main--legal .wcts-static-page__legal-content,
.wcts-site-main--info .wcts-static-page__legal-content,
.wcts-site-main--legal > .entry-content,
.wcts-site-main--info > .entry-content {
	font-size: clamp(0.98rem, 0.18vw + 0.95rem, 1.06rem);
	line-height: 1.75;
}

.wcts-site-main--legal :where(.wcts-static-page__legal-section, .entry-content) > :first-child,
.wcts-site-main--info :where(.wcts-static-page__legal-section, .entry-content) > :first-child {
	margin-top: 0;
}

.wcts-site-main--legal :where(.wcts-static-page__legal-section, .entry-content) > :last-child,
.wcts-site-main--info :where(.wcts-static-page__legal-section, .entry-content) > :last-child {
	margin-bottom: 0;
}

.wcts-site-main--legal h1,
.wcts-site-main--info h1 {
	max-width: 18ch;
	margin: 0;
	color: #111111;
	font-size: clamp(2.25rem, 4vw, 3.6rem);
	font-weight: 850;
	line-height: 1.05;
	text-wrap: balance;
}

.wcts-static-legal__title {
	margin: 0;
}

.wcts-static-legal__lead,
.wcts-site-main--legal h1 + p:not(.wcts-static-legal__updated),
.wcts-site-main--info h1 + p:not(.wcts-static-legal__updated) {
	max-width: 48rem;
	margin: clamp(1rem, 2vw, 1.35rem) 0 0;
	color: #4c5563;
	font-size: clamp(1.02rem, 0.4vw + 0.95rem, 1.18rem);
	line-height: 1.7;
}

.wcts-static-legal__updated,
.wcts-site-main--legal .wcts-static-page__legal-content > p.wcts-static-legal__updated,
.wcts-site-main--info .wcts-static-page__legal-content > p.wcts-static-legal__updated,
.wcts-site-main--legal > .entry-content > p.wcts-static-legal__updated,
.wcts-site-main--info > .entry-content > p.wcts-static-legal__updated {
	display: block;
	margin: clamp(0.65rem, 1.2vw, 0.9rem) 0 clamp(1.45rem, 3vw, 2rem);
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: #667085;
	font-size: 0.9rem;
	font-weight: 650;
	line-height: 1.45;
}

.wcts-site-main--legal .wcts-static-page__legal-content > p:not(.wcts-static-legal__updated),
.wcts-site-main--info .wcts-static-page__legal-content > p:not(.wcts-static-legal__updated),
.wcts-site-main--legal > .entry-content > p:not(.wcts-static-legal__updated),
.wcts-site-main--info > .entry-content > p:not(.wcts-static-legal__updated) {
	max-width: 54rem;
	margin: 1rem 0 0;
	color: #30343b;
}

.wcts-site-main--legal :where(h2, h3, h4),
.wcts-site-main--info :where(h2, h3, h4) {
	max-width: 54rem;
	margin: clamp(2rem, 4vw, 3rem) 0 0;
	color: #111111;
	letter-spacing: 0;
	text-wrap: balance;
}

.wcts-site-main--legal h2,
.wcts-site-main--info h2 {
	padding-top: clamp(1.1rem, 2vw, 1.5rem);
	border-top: 1px solid #d9ddd5;
	font-size: clamp(1.45rem, 1vw + 1.15rem, 2rem);
	line-height: 1.2;
}

.wcts-site-main--legal h3,
.wcts-site-main--info h3 {
	font-size: clamp(1.12rem, 0.45vw + 1rem, 1.35rem);
	line-height: 1.3;
}

.wcts-site-main--legal :where(ul, ol),
.wcts-site-main--info :where(ul, ol) {
	max-width: 54rem;
	margin: 1rem 0 0;
	padding-left: 1.35rem;
	color: #30343b;
}

.wcts-site-main--legal :where(li),
.wcts-site-main--info :where(li) {
	margin-top: 0.45rem;
	line-height: 1.72;
}

.wcts-site-main--legal a,
.wcts-site-main--info a {
	color: #111111;
	font-weight: 750;
	text-decoration-color: rgba(215, 25, 32, 0.45);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
	overflow-wrap: anywhere;
}

.wcts-site-main--legal a:hover,
.wcts-site-main--legal a:focus-visible,
.wcts-site-main--info a:hover,
.wcts-site-main--info a:focus-visible {
	color: #d71920;
	text-decoration-color: currentColor;
}

.wcts-site-main--legal table,
.wcts-site-main--info table {
	width: 100%;
	max-width: 64rem;
	margin-top: 1.25rem;
	border-collapse: collapse;
	border: 1px solid #d9ddd5;
	background: #ffffff;
	font-size: 0.96rem;
}

.wcts-site-main--legal :where(th, td),
.wcts-site-main--info :where(th, td) {
	padding: 0.8rem 0.95rem;
	border: 1px solid #d9ddd5;
	text-align: left;
	vertical-align: top;
}

.wcts-site-main--legal th,
.wcts-site-main--info th {
	background: #eeeeea;
	color: #111111;
	font-weight: 800;
}

.wcts-static-legal__seller-box {
	max-width: 64rem;
	margin-top: clamp(1.75rem, 3vw, 2.5rem);
	padding: clamp(1.15rem, 2vw, 1.6rem);
	border: 1px solid #d9ddd5;
	border-radius: 6px;
	background: #ffffff;
	box-shadow: none;
}

.wcts-static-legal__seller-box .wcts-static-page__kicker {
	margin: 0 0 0.45rem;
	color: #667085;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wcts-static-legal__seller-box h2 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: clamp(1.35rem, 0.8vw + 1.1rem, 1.75rem);
	line-height: 1.25;
}

.wcts-static-legal__meta-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem 1rem;
	margin: 1.15rem 0 0;
	padding: 0;
	list-style: none;
}

.wcts-static-legal__meta-grid li {
	margin: 0;
	padding-top: 0.75rem;
	border-top: 1px solid #e6e8e2;
}

.wcts-static-legal__meta-grid span {
	display: block;
	margin-bottom: 0.2rem;
	color: #667085;
	font-size: 0.78rem;
	font-weight: 750;
	line-height: 1.25;
}

.wcts-static-legal__meta-grid strong {
	display: block;
	color: #20242b;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.45;
}

.wcts-static-legal__notice {
	margin: 1rem 0 0;
	padding: 0.95rem 1rem;
	border-left: 3px solid #d71920;
	background: #f7f7f5;
	color: #30343b;
	font-weight: 650;
	line-height: 1.6;
}

.wcts-static-legal__link-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1rem;
	margin-top: 1.1rem;
}

.wcts-static-legal__link-grid a {
	display: inline-flex;
	align-items: center;
	min-height: 2.25rem;
	color: #111111;
	font-weight: 750;
	text-decoration: underline;
	text-decoration-color: rgba(215, 25, 32, 0.4);
	text-underline-offset: 0.18em;
}

.wcts-static-legal__link-grid a::after {
	content: none;
}

@media (max-width: 700px) {
	.wcts-site-main--legal .wcts-static-page__section,
	.wcts-site-main--info .wcts-static-page__section,
	.wcts-site-main--legal > .entry-content,
	.wcts-site-main--info > .entry-content {
		padding-top: clamp(2.5rem, 12vw, 3.75rem);
	}

	.wcts-site-main--legal h1,
	.wcts-site-main--info h1 {
		max-width: 100%;
		font-size: clamp(2rem, 10vw, 2.8rem);
	}

	.wcts-static-legal__meta-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.wcts-static-legal__seller-box {
		padding: 1rem;
	}
}
