/* Lamus Leads — front-end styles. Deliberately minimal: adopted forms keep
   their own design, and these rules only cover states the design has no
   markup for. */
.lamus-form-error {
	margin: 0 0 14px; padding: 11px 14px; border-radius: 9px;
	background: #fdecec; border: 1px solid #f3c2c2; color: #a32020;
	font-size: .95em; line-height: 1.5;
}
.lamus-field-error { display:block; margin-top:5px; color:#e5484d; font-size:.8125em; font-weight:500; }
/* .field is a grid with its own row gap, so an extra margin would double it. */
.field > .lamus-field-error, .est-block > .lamus-field-error { margin-top:0; }
form.lamus-adopted [type="submit"][disabled] { opacity:.72; cursor:progress; }
.lamus-success {
	padding: 20px 22px; border-radius: 12px; background: #e9f7ef;
	border: 1px solid #b7e3c8; color: #14663c; line-height: 1.6;
}
.lamus-success__ref { display:inline-block; margin-top:6px; font-size:1.15em; letter-spacing:.5px; }
form.lamus-adopted [aria-hidden="true"] input { position:absolute!important; left:-9999px!important; }
