/*
 * Shared layout for the Contact Form 7 Turnstile integration.
 * Contact Form 7 inserts the widget before each legacy form container, so it
 * needs its own centering instead of inheriting the individual form layout.
 */
.wpcf7 form.wpcf7-form > .wpcf7-turnstile {
	box-sizing: border-box;
	display: block;
	clear: both;
	width: 300px;
	max-width: 100%;
	min-height: 65px;
	margin: 0 auto 20px !important;
	padding: 0;
}

.wpcf7 form.wpcf7-form > .wpcf7-turnstile > * {
	max-width: 100%;
}
