/**handles:wpas-frontend**/
/**
 * WP Anti Spam: Enough is Enough - Frontend Styles
 *
 * @package Aviv_AntiSpam
 */

/* Honeypot field — off-screen, invisible to humans. */
.wpas-hp-field {
	position: absolute !important;
	left: -99999px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	opacity: 0 !important;
}

/* Spam block error message shown inside forms. */
.wpas-error-msg {
	background: #fef0f0;
	border: 1px solid #d63638;
	border-right: 4px solid #d63638;
	color: #8a2424;
	padding: 12px 16px;
	margin: 12px 0;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
	direction: auto;
}