.mpas-hp-wrap {
	position: absolute !important;
	left: -10000px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.mpas-recaptcha,
.mpas-turnstile {
	clear: both;
	width: 100%;
	max-width: 100%;
	margin: 12px 0;
}

.mpas-recaptcha iframe {
	max-width: 100%;
}

.mpas-captcha-message {
	clear: both;
	margin: 10px 0;
	padding: 9px 11px;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	background: #f6f7f7;
	font-size: 13px;
	line-height: 1.45;
}

.mpas-captcha-message.is-error {
	border-color: #d63638;
	background: #fcf0f1;
	color: #8a2424;
}

.mpas-captcha-message.is-loading {
	border-color: #72aee6;
	background: #f0f6fc;
	color: #1d4f7a;
}

@media (max-width: 360px) {
	.mpas-recaptcha-v2 {
		transform: scale(.86);
		transform-origin: left top;
		margin-bottom: -10px;
	}
}
