/*--------------------------------------------------------------
  Honeypot for Elementor – Trap field (hidden from humans)
--------------------------------------------------------------*/
.hfe-trap-wrap {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: -1;
	opacity: 0;
}
