/* VD Lead Forms — front-end styles (ported from the legacy inline form). */
.vd-lf-form {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0 auto 30px;
}

.vd-lf-title {
	margin: 0 0 6px;
}

.vd-lf-input {
	background-color: #ffffff;
	border: 1px solid #e9e9e9;
	border-radius: 10px;
	font-family: "Montserrat", Sans-serif;
	padding: 10px 12px;
}

.vd-lf-checkbox {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: "Montserrat", Sans-serif;
	font-size: 14px;
}

.vd-lf-submit {
	background-color: #72383e;
	color: #ddbfa7;
	font-family: "Montserrat", Sans-serif;
	border-style: none;
	border-radius: 35px;
	padding: 8px 24px;
	min-height: 40px;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 4px;
	cursor: pointer;
}

.vd-lf-submit:hover {
	color: #fff;
}

.vd-lf-submit:disabled {
	opacity: 0.85;
	cursor: default;
}

.vd-lf-spinner {
	width: 20px;
	height: 20px;
}

.vd-lf-feedback:not(:empty) {
	border-top: 1px solid #ccc;
	padding-top: 12px;
	margin-top: 8px;
	font-weight: bold;
	color: #264853;
}

.vd-lf-feedback.vd-lf-error {
	color: #b00020;
}

.vd-lf-turnstile {
	margin: 4px 0;
}

/* Honeypot: visually hidden but still present in the DOM. */
.vd-lf-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.vd-lf-error {
	color: #b00020;
	font-size: 13px;
}
