/* Lead capture — only layout helpers. Form look stays with the pasted HTML. */

.lt-lead-form__hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.lt-lead-form__status {
	margin: 0.75rem 0 0;
	font-size: 0.95rem;
	line-height: 1.4;
}

.lt-lead-form__status--error {
	color: #8a1f1f;
}

.lt-lead-form__status--success {
	color: #1a5a1a;
}
