/**
 * Front-end styles for the Breece Tombola form.
 */

/*
 * Honeypot field: kept off-screen (not display:none/visibility:hidden) so
 * that basic bots which only check for those two properties still fill it
 * in and get caught, while it stays invisible and unreachable for real users.
 */
.breece-tombola__hp-field {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
