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

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

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

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

.ck-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;
}

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

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

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

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

.ck-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;
}

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

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

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

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

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

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

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

.ck-contact__field input,
.ck-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;
}

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

.ck-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;
}

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

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

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

.ck-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;
}

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

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

.ck-affiliate__form-wrap {
	margin-top: 8px;
	min-height: 70vh;
}

.ck-affiliate__iframe {
	display: block;
	width: 100%;
	min-height: 70vh;
	height: 100vh;
	border: 0;
	background: #fff;
}

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

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