/* The Core Elementor form security presentation. */
.elementor-field-type-thecore_form_security {
	margin-bottom: 0 !important;
	min-height: 0;
}

.thecore-form-security {
	box-sizing: border-box;
	position: relative;
	width: 100%;
}

.thecore-form-security__trap {
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

.thecore-form-security altcha-widget {
	display: block;
	width: 100%;
}

.thecore-form-security__status,
.thecore-form-security [data-thecore-form-security-status],
.thecore-form-security::before {
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 0.875rem;
	line-height: 1.4;
	margin: 0 0 12px;
}

.thecore-form-security__status:empty,
.thecore-form-security [data-thecore-form-security-status]:empty {
	display: none;
}

.thecore-form-security__status.is-loading,
.thecore-form-security [data-thecore-form-security-status].is-loading {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.thecore-form-security__status.is-error,
.thecore-form-security [data-thecore-form-security-status].is-error,
.thecore-form-security__noscript,
.thecore-form-security[data-visible-error]::before {
	background: #fff4f4;
	border: 1px solid #b42318;
	color: #7a271a;
	display: block;
	padding: 10px 12px;
}

.thecore-form-security[data-visible-error]::before {
	content: attr(data-visible-error);
}
