/* Quote form additions: honeypot, status messages, success panel. */

.hlacf-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.hlacf-message {
	grid-column: 1 / -1;
	padding: 12px 16px;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 600;
	background: #EAF3E4;
	border: 1.5px solid #6F8F5A;
	color: #33491F;
}

.hlacf-message-error {
	background: #FBECE4;
	border-color: var(--orange, #D2622A);
	color: #7C3212;
}

.hlacf-sending {
	opacity: 0.6;
	cursor: wait;
}

.hlacf-success {
	text-align: center;
	padding: 18px 6px;
}

.hlacf-success p {
	margin: 14px auto 0;
	max-width: 42ch;
	font-size: 19.5px;
	line-height: 1.55;
}

/* Mobile runs 2px over the original scale where desktop runs 4px over; the
   theme's own copy does the same in main.css. */
@media (max-width: 720px) {
	.hlacf-message { font-size: 16px; }
	.hlacf-success p { font-size: 17.5px; }
}
