.ebh-contact-form-wrap {
	max-width: 760px;
}

.ebh-contact-form .form-control,
.ebh-contact-form .form-select {
	min-height: 3rem;
}

.ebh-contact-form textarea.form-control {
	min-height: 11rem;
}

.ebh-contact-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.ebh-contact-torque {
	background: var(--bs-tertiary-bg);
}

.ebh-contact-torque .form-range {
	accent-color: var(--bs-warning);
}

.ebh-contact-form [aria-busy="true"] {
	cursor: wait;
}

@media (max-width: 767.98px) {
	.ebh-contact-form-wrap {
		max-width: none;
	}
}
