/* Google reCAPTCHA v3 Ultimate — Frontend */

/* The injected token field must never be visible */
input[name="grcv3_token"] {
	display: none !important;
	visibility: hidden !important;
	position: absolute !important;
	left: -9999px !important;
	width: 0 !important;
	height: 0 !important;
}

/* Legal notice when badge is hidden */
.grcv3-legal {
	font-size: 11px;
	color: #72777c;
	text-align: center;
	padding: 6px 16px;
	margin: 0;
	line-height: 1.5;
}

.grcv3-legal a {
	color: inherit;
	text-decoration: underline;
}
