/**
 * Supple Spam Shield for CF7 — Frontend styles.
 *
 * Hides the honeypot field from human visitors.
 *
 * @package Supple_Spam_Shield_CF7
 * @since   1.0.0
 */
.sscf7-hp-wrap {
	position: absolute !important;
	left: -9999px !important;
	height: 0 !important;
	width: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
}
