.bmhc-lead-form-wrap {
	background: #fff;
	border: 1px solid #e8dfd0;
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(7, 31, 53, 0.1);
	padding: clamp(1.25rem, 3vw, 2rem);
}

.bmhc-form-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bmhc-lead-form label {
	color: #071f35;
	display: grid;
	font-size: 0.9rem;
	font-weight: 800;
	gap: 0.35rem;
}

.bmhc-lead-form input,
.bmhc-lead-form select,
.bmhc-lead-form textarea {
	border: 1px solid #e8dfd0;
	border-radius: 8px;
	color: #152635;
	font: inherit;
	padding: 0.8rem 0.9rem;
	width: 100%;
}

.bmhc-form-wide,
.bmhc-consent {
	grid-column: 1 / -1;
}

.bmhc-consent {
	align-items: start;
	display: flex !important;
	gap: 0.65rem;
	margin: 1rem 0;
}

.bmhc-consent input {
	margin-top: 0.35rem;
	width: auto;
}

.bmhc-lead-submit {
	background: linear-gradient(180deg, #d9bf82, #c7a45d);
	border: 0;
	border-radius: 8px;
	color: #071f35;
	cursor: pointer;
	font-weight: 900;
	min-height: 48px;
	padding: 0.9rem 1.2rem;
}

.bmhc-lead-message {
	border-radius: 8px;
	font-weight: 800;
	margin-bottom: 1rem;
	padding: 0.9rem 1rem;
}

.bmhc-lead-message--success {
	background: #eef8f0;
	color: #165c2c;
}

.bmhc-lead-message--error {
	background: #fff0ee;
	color: #8a241b;
}

.bmhc-hp-field {
	left: -9999px;
	position: absolute;
}

@media (max-width: 720px) {
	.bmhc-form-grid {
		grid-template-columns: 1fr;
	}
}
