/* CAPTCHA slot styling — kept minimal so theme owns the rest. */
.bgr-captcha-slot { min-height: 0; }
.bgr-captcha-slot--active {
	margin: 6px 0;
	display: block;
	min-height: 62px;
}
.bgr-captcha-slot--error {
	outline: 1px dashed rgba(239, 68, 68, .5);
	border-radius: 8px;
	padding: 4px;
}
