/* Turnstile submit guard — keep status quiet and near the button */
.act360-turnstile-status {
	display: block;
	margin: 0 0 0.5rem;
	font-size: 0.875rem;
	line-height: 1.4;
	color: #5b6470;
}

.act360-turnstile-status.is-slow {
	color: #3d4654;
}

.gform_button.act360-turnstile-pending,
input.gform_button.act360-turnstile-pending,
button.gform_button.act360-turnstile-pending {
	opacity: 0.55;
	cursor: not-allowed;
}
