/* Turnstile Guard — habillage minimal du widget. */
.tsg-field { margin: 1rem 0; }
.tsg-field .cf-turnstile { display: inline-block; }

/* Pot de miel : hors écran pour les humains, atteignable par les bots. */
.tsg-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
