.eobg-notice {
	direction: rtl;
	text-align: center;
	background: #fff4f4;
	border: 1px solid #f3b4b4;
	color: #8a1f1f;
	padding: 12px 16px;
	border-radius: 8px;
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 1.6;
}

.eobg-notice-text {
	margin: 0 0 10px;
}

.eobg-notice-text:last-child {
	margin-bottom: 0;
}

/* Matches the Hanout theme's own WhatsApp button colours/shape, so a
   blocked customer sees a consistent, familiar button rather than
   something that looks like a different plugin bolted on. */
.eobg-whatsapp-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #25d366;
	color: #fff;
	border-radius: 50px;
	padding: 9px 20px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	direction: rtl;
}

.eobg-whatsapp-btn:hover,
.eobg-whatsapp-btn:focus {
	background: #1ebd5a;
	color: #fff;
	cursor: pointer;
}

.eobg-whatsapp-btn i {
	font-size: 16px;
	line-height: 1;
}

/* Honeypot field for bot protection: moved off-screen rather than
   display:none/visibility:hidden, so it stays a normal, present,
   focusable input (still gets auto-filled by scripts that blindly loop
   over every field) while being completely invisible and unreachable
   for a real visitor tabbing or scrolling through the form. */
.eobg-hp-field {
	position: absolute !important;
	left: -9999px !important;
	top: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	opacity: 0 !important;
}
