.wo-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}
.wo-submit { display: grid; gap: 22px; }
.wo-submit,
.wo-form,
.wo-form > *,
.wo-form label { min-width: 0; }
.wo-submit__intro { max-width: 760px; }
.wo-form {
	display: grid;
	gap: 22px;
	padding: clamp(22px, 3.2vw, 38px);
	border: 1px solid var(--wo-line, #dfe5eb);
	border-radius: var(--wo-radius, 14px);
	background: #fff;
	box-shadow: var(--wo-shadow-small, 0 5px 18px rgba(7, 26, 61, .07));
}
.wo-form label {
	display: grid;
	gap: 7px;
	color: var(--wo-navy, #071a3d);
	font-size: .77rem;
	font-weight: 750;
}
.wo-form input:not([type="checkbox"]):not([type="radio"]),
.wo-form textarea,
.wo-form select {
	box-sizing: border-box;
	min-width: 0;
	max-width: 100%;
	width: 100%;
	min-height: 43px;
	padding: 10px 12px;
	border: 1px solid #d4dce4;
	border-radius: 8px;
	background: #fff;
	color: var(--wo-navy, #071a3d);
	font: inherit;
}
.wo-form textarea { min-height: 118px; resize: vertical; }
.wo-form input:focus,
.wo-form textarea:focus,
.wo-form select:focus {
	outline: 3px solid rgba(240, 77, 61, .16);
	border-color: var(--wo-coral, #f04d3d);
}
.wo-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.wo-form-span-2 { grid-column: 1 / -1; }
.wo-type-picker {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	padding: 0;
	border: 0;
}
.wo-type-picker legend,
.wo-preferences legend {
	grid-column: 1 / -1;
	margin-bottom: 3px;
	color: var(--wo-navy, #071a3d);
	font: 700 1.45rem/1.1 var(--wo-display, Georgia, serif);
}
.wo-type-card {
	position: relative;
	min-height: 112px;
	padding: 17px 17px 16px 62px !important;
	border: 1px solid #dbe2e8;
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
	transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.wo-type-card:hover { border-color: #bac6d0; }
.wo-type-card:has(input:checked) {
	border-color: var(--wo-coral, #f04d3d);
	background: #fff8f6;
	box-shadow: 0 0 0 2px rgba(240, 77, 61, .1);
}
.wo-type-card input { position: absolute; right: 13px; top: 13px; accent-color: var(--wo-coral, #f04d3d); }
.wo-type-card > span {
	position: absolute;
	left: 16px;
	top: 20px;
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 9px;
	background: #ffebe8;
	color: var(--wo-coral, #f04d3d);
	font-size: 1.2rem;
}
.wo-type-card:nth-of-type(2) > span { background: var(--wo-sky, #e7f4fc); color: #245f8b; }
.wo-type-card:nth-of-type(3) > span { background: var(--wo-mint, #e6f5ef); color: var(--wo-mint-ink, #176b55); }
.wo-type-card strong,
.wo-type-card small { display: block; }
.wo-type-card strong { margin: 2px 0 6px; font: 700 1.1rem/1.1 var(--wo-display, Georgia, serif); }
.wo-type-card small,
.wo-form small { color: #6e7b8e; font-size: .69rem; font-weight: 400; line-height: 1.4; }
.wo-type-fields {
	padding: 22px;
	border: 1px solid #e1e7eb;
	border-radius: 11px;
	background: #f8fafb;
}
.wo-type-fields h3 { margin: 0 0 18px; font-size: 1.35rem; }
.wo-consent {
	display: flex !important;
	grid-template-columns: auto 1fr !important;
	align-items: flex-start;
	gap: 9px !important;
	font-size: .74rem !important;
	font-weight: 500 !important;
}
.wo-consent input { margin-top: 3px; accent-color: var(--wo-coral, #f04d3d); }
.wo-form-disclaimer { margin: 0; color: #697688; font-size: .72rem; line-height: 1.55; }
.wo-form > .wo-button { min-width: 190px; }
.wo-notice { padding: 14px 16px; border-radius: 8px; }
.wo-notice--success { background: #def2e8; color: #164d36; }
.wo-notice--error { background: #fde8e5; color: #7d2b22; }

.wo-newsletter-signup {
	display: grid;
	grid-template-columns: minmax(0, .86fr) minmax(390px, 1.14fr);
	gap: 42px;
	align-items: start;
}
.wo-newsletter-signup__copy { padding-top: 18px; }
.wo-newsletter-signup__copy h2 { font-size: clamp(2.35rem, 4vw, 3.5rem); }
.wo-newsletter-signup__copy > p { color: var(--wo-ink-soft, #647087); }
.wo-newsletter-signup__form .wo-form { box-shadow: var(--wo-shadow, 0 14px 38px rgba(7, 26, 61, .09)); }
.wo-newsletter-rhythm { padding: 0; margin: 28px 0 0; list-style: none; }
.wo-newsletter-rhythm li { display: grid; grid-template-columns: 105px 1fr; padding: 12px 0; border-bottom: 1px solid rgba(7, 26, 61, .12); }
.wo-newsletter-rhythm strong { color: var(--wo-navy, #071a3d); }
.wo-preferences { display: grid; gap: 9px; padding: 0; border: 0; }
.wo-preferences label {
	display: flex;
	grid-template-columns: auto 1fr !important;
	align-items: flex-start;
	gap: 10px !important;
	padding: 13px;
	border: 1px solid #dbe2e8;
	border-radius: 9px;
	background: #fff;
	cursor: pointer;
}
.wo-preferences label:has(input:checked) { border-color: #93cdbb; background: #f1faf6; }
.wo-preferences input { margin-top: 4px; accent-color: var(--wo-mint-ink, #176b55); }
.wo-preferences strong,
.wo-preferences small { display: block; }
.wo-preferences small { margin-top: 3px; }
.wo-fallback-links,
.wo-fallback-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.wo-fallback-links a,
.wo-fallback-card { padding: 20px; border: 1px solid #dbe2e8; border-radius: 12px; background: #fff; }
.wo-fallback-card h3 { margin-top: 0; }

@media (max-width: 760px) {
	.wo-form-grid,
	.wo-type-picker,
	.wo-newsletter-signup,
	.wo-fallback-links,
	.wo-fallback-list { grid-template-columns: minmax(0, 1fr); }
	.wo-form-span-2 { grid-column: auto; }
	.wo-type-fields { padding: 18px; }
	.wo-newsletter-signup { gap: 25px; }
	.wo-form { padding: 20px; }
	.wo-form > .wo-button { width: 100%; }
}
