.cte-turnstile-host,
div.cf-turnstile {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0.75rem auto;
	padding: 0;
	background: none;
	border: 0;
	box-shadow: none;
	text-align: center;
}

.cte-turnstile-host--left {
	justify-content: flex-start;
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}

#turnstile_public_key,
#turnstile_private_key {
	width: 75%;
	max-width: 50ex;
}
