.wcts-static-legal__section {
	padding: clamp(3.5rem, 6vw, 5rem) 0;
	background: #f7f7f5;
}

.wcts-site-main--legal,
.wcts-site-main--info {
	background:
		linear-gradient(180deg, #ffffff 0%, #f7f7f5 16rem),
		#f7f7f5;
}

.wcts-site-main--legal > .entry-content,
.wcts-site-main--info > .entry-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: clamp(3.75rem, 7vw, 6rem) 0 clamp(4rem, 8vw, 6.5rem);
}

.wcts-static-legal__intro {
	width: min(calc(100% - (var(--wcts-shell-padding) * 2)), 68rem);
	max-width: none;
	margin-bottom: clamp(2rem, 4vw, 3rem);
}

.wcts-static-legal__eyebrow {
	margin: 0 0 0.65rem;
	color: #5f6673;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.wcts-static-legal__title {
	margin: 0;
	font-size: clamp(2.5rem, 4vw, 4.3rem);
	line-height: 0.98;
}

.wcts-site-main--legal .wcts-static-legal__intro,
.wcts-site-main--info .wcts-static-legal__intro {
	width: min(calc(100% - (var(--wcts-shell-padding) * 2)), 68rem);
	max-width: none;
	margin-right: auto;
	margin-left: auto;
}

.wcts-site-main--legal .wcts-static-legal__intro > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.wcts-site-main--info .wcts-static-legal__intro > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: none;
	margin-right: 0;
	margin-left: 0;
}

.wcts-site-main--legal > .entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.wcts-site-main--info > .entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	width: min(calc(100% - (var(--wcts-shell-padding) * 2)), 68rem);
	max-width: none;
	margin-right: auto !important;
	margin-left: auto !important;
}

.wcts-site-main--legal > .entry-content > h1:first-child,
.wcts-site-main--info > .entry-content > h1:first-child {
	max-width: 13ch;
	margin-top: 0;
	margin-bottom: clamp(1rem, 2.5vw, 1.45rem);
	color: #111111;
	font-size: clamp(2.55rem, 5vw, 5rem);
	line-height: 0.96;
	text-align: center;
}

.wcts-site-main--legal > .entry-content > h1:first-child::after,
.wcts-site-main--info > .entry-content > h1:first-child::after {
	content: "";
	display: block;
	width: 4.5rem;
	height: 0.25rem;
	margin: clamp(1.2rem, 2vw, 1.65rem) auto 0;
	background: var(--wcts-color-accent);
}

.wcts-site-main--legal > .entry-content > h1:first-child + p,
.wcts-site-main--info > .entry-content > h1:first-child + p {
	max-width: 48rem;
	margin-top: 0;
	margin-bottom: clamp(1.4rem, 3vw, 2.4rem);
	color: #5f6673;
	font-size: clamp(1.05rem, 0.75vw + 0.95rem, 1.28rem);
	line-height: 1.75;
	text-align: center;
}

.wcts-site-main--legal > .entry-content > :where(p, ul, ol, table, figure, .wp-block-table, .wp-block-group):not(:first-child),
.wcts-site-main--info > .entry-content > :where(p, ul, ol, table, figure, .wp-block-table, .wp-block-group):not(:first-child) {
	margin-top: 1rem;
}

.wcts-site-main--legal > .entry-content > :where(p, ul, ol, .wp-block-group):not(:first-child),
.wcts-site-main--info > .entry-content > :where(p, ul, ol, .wp-block-group):not(:first-child) {
	padding: clamp(1.2rem, 2vw, 1.75rem);
	border: 1px solid #e4e6eb;
	border-radius: 4px;
	background: #ffffff;
	box-shadow: 0 14px 32px rgba(17, 24, 39, 0.05);
}

.wcts-site-main--legal > .entry-content > h1:first-child + p,
.wcts-site-main--info > .entry-content > h1:first-child + p {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.wcts-site-main--legal > .entry-content > :where(p, li),
.wcts-site-main--info > .entry-content > :where(p, li) {
	color: #2f3642;
	line-height: 1.78;
}

.wcts-site-main--legal > .entry-content > h1:first-child + p,
.wcts-site-main--info > .entry-content > h1:first-child + p {
	color: #5f6673;
}

.wcts-site-main--legal > .entry-content > :where(ul, ol),
.wcts-site-main--info > .entry-content > :where(ul, ol) {
	padding-left: calc(1.75rem + clamp(1.2rem, 2vw, 1.75rem));
}

.wcts-site-main--legal > .entry-content > :where(h2, h3, h4),
.wcts-site-main--info > .entry-content > :where(h2, h3, h4) {
	margin-top: clamp(2.2rem, 4vw, 3.2rem);
	margin-bottom: 0.9rem;
	color: #111111;
	letter-spacing: 0;
}

.wcts-site-main--legal > .entry-content > h2,
.wcts-site-main--info > .entry-content > h2 {
	padding-top: 1.25rem;
	border-top: 2px solid var(--wcts-color-accent);
	font-size: clamp(1.55rem, 1vw + 1.2rem, 2.15rem);
	line-height: 1.15;
}

.wcts-site-main--legal > .entry-content > h3,
.wcts-site-main--info > .entry-content > h3 {
	font-size: clamp(1.2rem, 0.55vw + 1rem, 1.45rem);
	line-height: 1.25;
}

.wcts-site-main--legal > .entry-content a,
.wcts-site-main--info > .entry-content a {
	color: #111111;
	font-weight: 800;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
	overflow-wrap: anywhere;
}

.wcts-static-legal__lead {
	margin: 1rem 0 0;
	color: #636b78;
	font-size: clamp(1rem, 0.5vw + 0.95rem, 1.22rem);
	line-height: 1.7;
}

.wcts-static-legal__updated {
	margin: 1rem 0 0;
	color: #5f6673;
	font-size: 0.88rem;
}

.wcts-static-page__legal-layout {
	display: block;
}

.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-shell-padding) * 2)), 68rem);
	max-width: none;
	margin-inline: auto;
}

.wcts-site-main--legal .wcts-static-page__legal-main,
.wcts-site-main--info .wcts-static-page__legal-main {
	gap: clamp(1.35rem, 2.4vw, 2rem);
	min-width: 0;
}

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

.wcts-static-page__legal-aside {
	top: 2rem;
}

.wcts-static-page__legal-section,
.wcts-static-page__legal-card {
	border-color: #e4e6eb;
	border-radius: 4px;
	box-shadow: 0 18px 40px rgba(17, 24, 39, 0.06);
}

.wcts-site-main--legal .wcts-static-page__legal-section,
.wcts-site-main--info .wcts-static-page__legal-section,
.wcts-site-main--legal .wcts-static-page__card,
.wcts-site-main--info .wcts-static-page__card,
.wcts-site-main--legal .wcts-static-legal__seller-box,
.wcts-site-main--info .wcts-static-legal__seller-box {
	width: 100%;
	max-width: none;
	margin-right: 0;
	margin-left: 0;
	padding: clamp(1.35rem, 2.4vw, 2.1rem);
	border: 1px solid #e4e6eb;
	background: #fff;
	box-shadow: 0 14px 32px rgba(17, 24, 39, 0.05);
}

.wcts-site-main--privacy .wcts-static-legal__seller-box {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.wcts-site-main--legal .wcts-static-page__legal-section > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.wcts-site-main--info .wcts-static-page__legal-section > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.wcts-site-main--legal .wcts-static-page__card > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.wcts-site-main--info .wcts-static-page__card > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.wcts-site-main--legal .wcts-static-legal__seller-box > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.wcts-site-main--info .wcts-static-legal__seller-box > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: none;
	margin-right: 0;
	margin-left: 0;
}

.wcts-site-main--legal .wcts-static-page__legal-section + .wcts-static-page__legal-section,
.wcts-site-main--info .wcts-static-page__legal-section + .wcts-static-page__legal-section {
	margin-top: 0;
}

.wcts-static-page__legal-section h2 {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 2rem;
}

.wcts-site-main--legal .wcts-static-page__legal-section h2,
.wcts-site-main--info .wcts-static-page__legal-section h2 {
	font-size: clamp(1.45rem, 1vw + 1.15rem, 2rem);
	line-height: 1.2;
}

.wcts-site-main--legal .wcts-static-page__legal-section h3,
.wcts-site-main--info .wcts-static-page__legal-section h3 {
	margin-top: 0;
	font-size: clamp(1.1rem, 0.45vw + 1rem, 1.35rem);
	line-height: 1.25;
}

.wcts-site-main--legal .wcts-static-page__legal-section p,
.wcts-site-main--legal .wcts-static-page__legal-section li,
.wcts-site-main--info .wcts-static-page__legal-section p,
.wcts-site-main--info .wcts-static-page__legal-section li {
	color: #111111;
	line-height: 1.75;
}

.wcts-static-page__legal-section :where(ul, ol),
.wcts-static-page__legal-card :where(ul, ol) {
	padding-left: 1.2rem;
}

.wcts-static-page__legal-card {
	padding: 1.15rem;
	background: #fff;
}

.wcts-static-page__legal-card--accent {
	border-top: 4px solid var(--wcts-color-accent);
}

.wcts-static-page__legal-card .wcts-static-page__kicker {
	margin-bottom: 0.75rem;
}

.wcts-static-page__legal-card a,
.wcts-static-page__legal-section a {
	color: #111111;
	font-weight: 800;
	text-underline-offset: 0.18em;
	overflow-wrap: anywhere;
}

.wcts-static-page__legal-section table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.96rem;
}

.wcts-site-main--legal > .entry-content > table,
.wcts-site-main--info > .entry-content > table,
.wcts-site-main--legal > .entry-content .wp-block-table table,
.wcts-site-main--info > .entry-content .wp-block-table table {
	width: min(calc(100% - (var(--wcts-shell-padding) * 2)), 68rem);
	border-collapse: collapse;
	border: 1px solid #e4e6eb;
	background: #ffffff;
	box-shadow: 0 14px 32px rgba(17, 24, 39, 0.05);
	font-size: 0.96rem;
}

.wcts-static-page__legal-section th,
.wcts-static-page__legal-section td {
	padding: 0.8rem 1rem;
	border: 1px solid #e4e6eb;
	vertical-align: top;
}

.wcts-site-main--legal > .entry-content :where(th, td),
.wcts-site-main--info > .entry-content :where(th, td) {
	padding: 0.85rem 1rem;
	border: 1px solid #e4e6eb;
	vertical-align: top;
}

.wcts-static-page__legal-section th {
	background: #f7f7f5;
	text-align: left;
	color: #111827;
}

.wcts-site-main--legal > .entry-content th,
.wcts-site-main--info > .entry-content th {
	background: #f1f3f0;
	text-align: left;
	color: #111827;
}

.wcts-static-legal__seller-box {
	border-left: 4px solid var(--wcts-color-accent);
}

.wcts-site-main--legal .wcts-static-page__legal-section,
.wcts-site-main--info .wcts-static-page__legal-section,
.wcts-site-main--legal .wcts-static-page__card,
.wcts-site-main--info .wcts-static-page__card,
.wcts-site-main--legal .wcts-static-legal__seller-box,
.wcts-site-main--info .wcts-static-legal__seller-box {
	border-radius: 20px;
}

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

.wcts-static-legal__meta-grid li {
	padding: 1rem;
	border: 1px solid #ecefec;
	border-radius: 16px;
	background: #f7f8f5;
}

.wcts-static-legal__meta-grid span {
	display: block;
	margin-bottom: 0.25rem;
	color: #6a7280;
	font-size: 0.74rem;
	font-weight: 800;
	line-height: 1.15;
	text-transform: uppercase;
}

.wcts-static-legal__meta-grid strong {
	display: block;
	color: #111111;
	font-size: 0.98rem;
	line-height: 1.35;
}

.wcts-static-legal__notice {
	margin-top: 1rem;
	padding: 1rem 1.1rem;
	border: 1px solid rgba(106, 189, 70, 0.36);
	border-radius: 16px;
	background: rgba(106, 189, 70, 0.1);
	color: #17202c;
	font-weight: 700;
	line-height: 1.55;
}

.wcts-static-legal__link-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	margin-top: 1rem;
}

.wcts-static-legal__link-grid a {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	min-height: 3rem;
	padding: 0.85rem 1rem;
	border: 1px solid #ecefec;
	border-radius: 16px;
	background: #f7f8f5;
	text-decoration: none;
}

.wcts-static-legal__link-grid a::after {
	content: "→";
	margin-left: 0.75rem;
	color: var(--wcts-color-accent);
	font-weight: 900;
}

.wcts-static-legal__link-grid a:hover,
.wcts-static-legal__link-grid a:focus-visible {
	border-color: rgba(17, 17, 17, 0.16);
	background: #ffffff;
	text-decoration: none;
}

@media (max-width: 900px) {
	.wcts-site-main--legal .wcts-static-page__legal-layout,
	.wcts-site-main--info .wcts-static-page__legal-layout {
		width: min(calc(100% - (var(--wcts-shell-padding) * 2)), 68rem);
	}

	.wcts-site-main--legal .wcts-static-page__legal-aside,
	.wcts-site-main--info .wcts-static-page__legal-aside {
		position: static;
		top: auto;
		order: initial;
	}

	.wcts-site-main--legal .wcts-static-page__legal-card,
	.wcts-site-main--info .wcts-static-page__legal-card {
		padding: 1rem;
	}

	.wcts-site-main--legal .wcts-static-page__legal-links,
	.wcts-site-main--info .wcts-static-page__legal-links {
		gap: 0.5rem;
	}

	.wcts-site-main--legal .wcts-static-page__legal-card a,
	.wcts-site-main--legal .wcts-static-page__legal-section a,
	.wcts-site-main--info .wcts-static-page__legal-card a,
	.wcts-site-main--info .wcts-static-page__legal-section a {
		display: inline-flex;
		align-items: center;
		min-height: 2.75rem;
		overflow-wrap: anywhere;
		word-break: normal;
	}
}

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

	.wcts-site-main--legal > .entry-content > h1:first-child,
	.wcts-site-main--info > .entry-content > h1:first-child,
	.wcts-site-main--legal > .entry-content > h1:first-child + p,
	.wcts-site-main--info > .entry-content > h1:first-child + p {
		text-align: left;
	}

	.wcts-site-main--legal > .entry-content > h1:first-child::after,
	.wcts-site-main--info > .entry-content > h1:first-child::after {
		margin-left: 0;
	}

	.wcts-site-main--legal > .entry-content > :where(ul, ol),
	.wcts-site-main--info > .entry-content > :where(ul, ol) {
		padding-left: calc(1.35rem + clamp(1rem, 5vw, 1.25rem));
	}

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