/* style.css - Tùy chỉnh giao diện cho Cloudflare Turnstile */

.wrap-turnstile {
    width: 100%;
    display: flex;
    justify-content: center;
}
.wpcf7 input[name="c"] {
	display: none;
}
.wpcf7 .cf-turnstile {
	margin-top: -10px;
}
