.hh-prerequisite-notice {
	margin: 0 0 1.5em;
	padding: 1em 1.25em;
	border-left: 4px solid #2271b1;
}

.hh-prerequisite-notice__title {
	margin: 0 0 0.5em;
}

.hh-prerequisite-notice__required {
	margin: 0 0 0.5em;
	font-weight: 600;
	line-height: inherit;
}

.hh-prerequisite-notice__message {
	margin: 0 0 0.75em;
}

.hh-prerequisite-notice__link {
	margin: 0 0 0.5em;
}

.hh-prerequisite-notice__blocked {
	margin: 0.75em 0 0;
	font-weight: 600;
}

.hh-prerequisite-checkout-confirmation {
	margin: 0 0 1.5em;
	padding: 1.5em;
	border: 2px solid #2271b1;
	background: #f0f6fc;
}

.hh-prerequisite-checkout-confirmation h3 {
	margin: 0 0 1em;
	font-size: 1.1em;
	color: #2271b1;
}

.hh-prerequisite-checkout-confirmation .woocommerce-info {
	margin: 0 0 1em;
	padding: 1em;
	background: #fff;
	border-left: 4px solid #2271b1;
}

.hh-prerequisite-checkout-confirmation .form-row {
	margin: 0;
}

.hh-prerequisite-checkout-confirmation .woocommerce-form__label {
	display: flex;
	align-items: flex-start;
	gap: 0.75em;
	cursor: pointer;
}

.hh-prerequisite-checkout-confirmation input[type="checkbox"] {
	margin-top: 0.25em;
	flex-shrink: 0;
}
