.paap-newsletter-form .paap-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.paap-newsletter-notice {
	font-size: 13px;
	padding: 8px 12px;
	border-radius: 6px;
	margin: 0 0 10px;
}

.paap-newsletter-notice--success {
	background: rgba(34, 197, 94, 0.15);
	color: #bbf7d0;
}

.paap-newsletter-notice--error {
	background: rgba(239, 68, 68, 0.15);
	color: #fecaca;
}
