/**
 * Elementor Spam Protection Frontend Styles
 */

.esp-protection-fields {
	position: absolute !important;
	left: -9999px !important;
	top: -9999px !important;
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	z-index: -999 !important;
	pointer-events: none !important;
	visibility: hidden !important;
}

.esp-turnstile-wrapper {
	margin: 14px 0 10px 0;
	clear: both;
	width: 100%;
}
