/**
 * Hard Guard Security public styles.
 *
 * Table of contents
 * 1. Turnstile
 * 2. Antispam fields
 */

/* 1. Turnstile
--------------------------------------------- */
.wpguard-turnstile {
	margin: 12px 0;
}

/* 2. Antispam fields
--------------------------------------------- */
.wpguard-antispam-fields {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.wpguard-antispam-math {
	margin: 12px 0;
}

.wpguard-antispam-math label {
	display: block;
	margin-bottom: 6px;
}

.wpguard-antispam-math input[type="text"] {
	width: 7em;
	max-width: 100%;
}
