/* Legal / contact / info pages */
body.wl-legal .main-page-wrapper,
body.wl-legal #main-content,
body.wl-legal .wd-content-layout,
body.wl-legal .wd-page-content {
	max-width: none !important;
	width: 100% !important;
	padding: 0 !important;
	padding-block: 0 !important;
	margin: 0 !important;
}

body.wl-legal .wd-page-title,
body.wl-legal .page-title {
	display: none !important;
}

.wl-legal {
	background: #fff;
	color: #121212;
	font-family: Teachers, "Space Grotesk", Georgia, serif;
	padding: 72px 0 96px;
}

.wl-legal__inner {
	max-width: 920px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}

.wl-legal__title {
	margin: 0 0 28px;
	font-family: Adieu, "Space Grotesk", sans-serif;
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 600;
	line-height: 1.15;
	color: #1e3d14;
}

.wl-legal__content {
	font-size: 17px;
	line-height: 1.65;
	color: #121212;
}

.wl-legal__content h2,
.wl-legal__content h3 {
	margin: 1.6em 0 0.6em;
	font-family: Adieu, "Space Grotesk", sans-serif;
	color: #1e3d14;
}

.wl-legal__content p {
	margin: 0 0 1em;
}

.wl-legal__content a {
	color: #375b2b;
}

.wl-legal__cta {
	display: inline-flex;
	align-items: center;
	margin-top: 8px;
	padding: 14px 28px;
	border-radius: 999px;
	background: #e4f69d;
	color: #000 !important;
	text-decoration: none !important;
	font-family: Teachers, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	transition: background 0.2s ease, color 0.2s ease, outline 0.2s ease;
}

.wl-legal__cta:hover {
	background: #fff;
	color: #375b2b !important;
	outline: 2px solid #375b2b;
}

.wl-contact__lead {
	margin: 0 0 28px;
	font-size: 18px;
	line-height: 1.55;
}

.wl-contact__notice {
	margin: 0 0 20px;
	padding: 12px 14px;
	border-radius: 8px;
	font-size: 15px;
}

.wl-contact__notice--ok {
	background: #eef8e4;
	color: #1e3d14;
}

.wl-contact__notice--err {
	background: #fdeeee;
	color: #8a1f1f;
}

.wl-contact__form {
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 560px;
}

.wl-contact__field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 14px;
	font-weight: 600;
	color: #1e3d14;
}

.wl-contact__field input,
.wl-contact__field textarea {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #d7d7d7;
	border-radius: 10px;
	padding: 12px 14px;
	font: inherit;
	font-weight: 400;
	color: #121212;
	background: #fff;
}

.wl-contact__field input:focus,
.wl-contact__field textarea:focus {
	outline: 2px solid #375b2b;
	border-color: #375b2b;
}

.wl-contact__submit {
	align-self: flex-start;
	border: 0;
	cursor: pointer;
	padding: 14px 32px;
	border-radius: 999px;
	background: #e4f69d;
	color: #000;
	font-family: Teachers, sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	transition: background 0.2s ease, color 0.2s ease, outline 0.2s ease;
}

.wl-contact__submit:hover {
	background: #fff;
	color: #375b2b;
	outline: 2px solid #375b2b;
}

.wl-faqs-page .wl-about-faq {
	padding-top: 72px;
}

/* Affiliate signup */
.wl-affiliate .wl-legal__inner {
	max-width: 1100px;
}

.wl-affiliate__crumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0 0 18px;
	font-family: "Space Grotesk", Teachers, sans-serif;
	font-size: 13px;
	color: #5e5d5b;
}

.wl-affiliate__crumbs a {
	color: #1e3d14;
	text-decoration: none;
}

.wl-affiliate__crumbs a:hover {
	text-decoration: underline;
}

.wl-affiliate__intro {
	margin: 0 0 28px;
	max-width: 62ch;
	font-family: Teachers, Georgia, serif;
	font-size: 16px;
	line-height: 1.6;
	color: #3d4a3a;
}

.wl-affiliate__grid {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 40px;
	align-items: start;
}

.wl-affiliate__benefits-title {
	margin: 0 0 16px;
	font-family: "Space Grotesk", system-ui, sans-serif;
	font-size: 22px;
	color: #1e3d14;
}

.wl-affiliate__benefits-list {
	margin: 0;
	padding-left: 1.2em;
	font-family: Teachers, Georgia, serif;
	font-size: 15px;
	line-height: 1.7;
	color: #3d4a3a;
}

.wl-affiliate__form-wrap {
	margin-top: 0;
	min-height: 0;
}

.wl-affiliate-form {
	display: grid;
	gap: 12px;
}

.wl-affiliate-form__label {
	font-family: "Space Grotesk", system-ui, sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #1e3d14;
}

.wl-affiliate-form__input {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #a6afaa;
	border-radius: 8px;
	font: inherit;
	background: #fff;
}

.wl-affiliate-form__textarea {
	min-height: 96px;
	resize: vertical;
}

.wl-affiliate-form__submit {
	margin-top: 8px;
	padding: 14px 24px;
	border: 0;
	border-radius: 999px;
	background: #1e3d14;
	color: #e2f78e;
	font-family: "Space Grotesk", system-ui, sans-serif;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.wl-affiliate-form__submit:hover {
	background: #2a5c25;
}

.wl-affiliate-notice {
	padding: 14px 16px;
	border-radius: 8px;
	font-family: Teachers, Georgia, serif;
}

.wl-affiliate-notice--ok {
	background: #eef6e8;
	color: #1e3d14;
}

.wl-affiliate-notice--err {
	background: #fdeeee;
	color: #8b1e1e;
}

@media screen and (max-width: 900px) {
	.wl-affiliate__grid {
		grid-template-columns: 1fr;
	}
}

.wl-affiliate__iframe {
	display: none;
}

@media screen and (max-width: 749px) {
	.wl-legal {
		padding: 48px 0 64px;
	}

	.wl-legal__inner {
		padding: 0 20px;
	}
}
