/**
 * Honeypot field styles — hidden from real users, visible to many bots.
 */

.wpcf7-form-control-wrap[class*="cf7hp-"],
.cf7hp-wrap {
	position: absolute !important;
	left: -9999px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.wpcf7-form-control-wrap[class*="cf7hp-"] .cf7hp-label,
.wpcf7-form-control-wrap[class*="cf7hp-"] .cf7hp-field,
.cf7hp-wrap .cf7hp-label,
.cf7hp-wrap .cf7hp-field {
	display: block;
}

.cf7hp-time {
	display: none !important;
}
