.bk-turnstile-wrap {
	display: flex;
	justify-content: center;
	margin: 0 0 var(--sp-md, 1rem);
	min-height: 65px;
	max-height: 68px;
	overflow: hidden;
	position: relative;
}

.bk-turnstile-wrap .cf-turnstile {
	min-height: 65px;
	margin-bottom: -30px;
}

/* Ẩn dòng "Protected by Cloudflare" / link branding bên dưới widget */
.bk-turnstile-wrap a[href*="cloudflare.com"],
.bk-turnstile-wrap a[href*="challenges.cloudflare.com"] {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	width: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
	pointer-events: none !important;
}

.bk-pro-form__submit .bk-turnstile-wrap {
	margin-bottom: var(--sp-sm, 0.75rem);
}
