.feedback-honeypot {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}
.site-services-form-status {
	margin-top: 0;
}
.site-services-form-status[data-state="error"] {
	color: var(--color-error, #c0392b);
}
.site-services-form-status[data-state="success"] {
	color: var(--color-success, #1f7a4d);
	font-weight: 600;
}
.site-smartcaptcha,
.site-smartcaptcha-wrap {
	margin: .5rem 0;
}
