.bd-cr-selfpick,
.bd-cr-selfpick * {
	box-sizing: border-box;
}

.bd-cr-selfpick {
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	padding: clamp(22px, 4vw, 44px);
	border: 1px solid rgba(0, 40, 46, 0.14);
	border-radius: 4px;
	background: #f5f7f3;
	color: #26383a;
}

.bd-cr-selfpick__title {
	margin: 0 0 10px;
	color: #00282e;
	font-size: clamp(27px, 4vw, 40px);
	line-height: 1.12;
}

.bd-cr-selfpick__intro {
	max-width: 64ch;
	margin: 0 0 28px;
	font-size: 17px;
	line-height: 1.6;
}

.bd-cr-selfpick__preview-notice {
	margin: -10px 0 26px;
	padding: 10px 12px;
	border-left: 3px solid #b88a21;
	background: #fff8e6;
	color: #694e12;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.5;
}

.bd-cr-selfpick__form {
	display: grid;
	gap: 24px;
}

.bd-cr-selfpick__fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.bd-cr-selfpick__fieldset > legend {
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
	color: #00282e;
	font-size: 16px;
	font-weight: 700;
}

.bd-cr-selfpick__fieldset > label,
.bd-cr-selfpick__grid label {
	display: grid;
	gap: 6px;
	margin: 0 0 14px;
	font-size: 14px;
	font-weight: 600;
}

.bd-cr-selfpick__grid {
	display: grid;
	gap: 14px;
}

.bd-cr-selfpick__grid--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bd-cr-selfpick input[type="text"],
.bd-cr-selfpick input[type="email"] {
	width: 100%;
	min-height: 48px;
	margin: 0;
	padding: 10px 13px;
	border: 1px solid rgba(0, 40, 46, 0.36);
	border-radius: 3px;
	background: #fff;
	color: #26383a;
	font: inherit;
	line-height: 1.35;
}

.bd-cr-selfpick input[type="text"]:focus,
.bd-cr-selfpick input[type="email"]:focus {
	border-color: #00282e;
	outline: 2px solid rgba(0, 40, 46, 0.2);
	outline-offset: 1px;
}

.bd-cr-selfpick input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 1px 0 0;
	accent-color: #00282e;
}

.bd-cr-selfpick__status.is-error {
	color: #a3231d;
	font-weight: 700;
}

.bd-cr-selfpick__consent {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	margin: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.55;
	cursor: pointer;
}

.bd-cr-selfpick__consent a {
	color: inherit;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.bd-cr-selfpick__submit {
	justify-self: start;
	min-height: 48px;
	padding: 11px 22px;
	border: 1px solid #00282e;
	border-radius: 3px;
	background: #00282e;
	color: #fff;
	font: inherit;
	font-weight: 700;
	line-height: 1.4;
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease, opacity 160ms ease;
}

.bd-cr-selfpick__submit:hover,
.bd-cr-selfpick__submit:focus-visible {
	border-color: #16464c;
	background: #16464c;
	color: #fff;
}

.bd-cr-selfpick__submit:disabled {
	cursor: wait;
	opacity: 0.65;
}

.bd-cr-selfpick__status {
	min-height: 1.5em;
	margin: -12px 0 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}

.bd-cr-selfpick__status.is-success {
	color: #176b3a;
}

.bd-cr-selfpick__honeypot,
.bd-cr-selfpick__response {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.bd-cr-selfpick__error {
	color: #a3231d;
}

.bd-cr-footer-cta {
	width: 100%;
}

.bd-cr-footer-cta__text {
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 1.55;
}

.bd-cr-footer-cta__button {
	display: inline-block;
	padding: 10px 16px;
	border: 1px solid #00282e;
	border-radius: 2px;
	background: #00282e;
	color: #fff !important;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 160ms ease, border-color 160ms ease;
}

.bd-cr-footer-cta__button:hover,
.bd-cr-footer-cta__button:focus-visible {
	border-color: #16464c;
	background: #16464c;
	color: #fff !important;
}

.bd-cr-footer-cta__button:focus-visible {
	outline: 2px solid #00282e;
	outline-offset: 3px;
}

@media (max-width: 620px) {
	.bd-cr-selfpick__grid--two {
		grid-template-columns: 1fr;
	}

	.bd-cr-selfpick__submit {
		width: 100%;
	}
}
