.site-form-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.site-form-captcha {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.site-form-captcha img {
	width: 180px;
	height: 58px;
	border: 1px solid rgba(0, 0, 0, 0.16);
	background: #f6f8f2;
}

.site-form-captcha input {
	flex: 1 1 150px;
	min-width: 140px;
}

.site-form-refresh {
	border: 0;
	background: transparent;
	color: #0fb4e3;
	cursor: pointer;
	font-weight: 600;
	padding: 6px;
	text-decoration: underline;
}

.site-form-status {
	min-height: 1.5em;
	margin: 8px 0;
	font-size: 15px;
}

.site-form-status.is-error {
	color: #b42318;
}

.site-form-status.is-success {
	color: #14743b;
	font-weight: 500;
}

form[data-site-form] input[disabled] {
	cursor: wait;
	opacity: 0.7;
}
