/*
 * LohiBW Honeypot CF7 — Honeypot field hiding
 * Uses multiple CSS techniques so bots cannot detect it via style inspection alone.
 */

.lohi-hp-wrap,
.lohi-hp-wrap * {
	position: absolute !important;
	left: -9999px !important;
	top: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	pointer-events: none !important;
	opacity: 0 !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
}
