/**
 * Google reCAPTCHA for WooCommerce - front-end styles.
 *
 * Ensures the recaptcha wrapper always sits on its own line and clears
 * any floated content above it (e.g. the WooCommerce shop loop's
 * floated <li class="product"> items), so it never visually overlaps
 * with neighbouring elements such as shop-loop pagination.
 */
.ka_google_recaptcha {
	display: block;
	clear: both;
	width: 100%;
	overflow: hidden;
}

.ka_google_recaptcha .g-recaptcha {
	display: inline-block;
	clear: both;
}

.ka_google_recaptcha label {
	display: block;
	margin-bottom: 8px;
}

.ka_grc_shop_captcha,
.ka_grc_product_captcha,
.ka_grc_cart_captcha {
	clear: both;
	float: none;
}
.woocommerce-ResetPassword .g-recaptcha {
	margin-bottom: 10px;
}
.woo_payment{
margin-bottom: 10px;
}
.kl-ga-main-wrap {
	margin: 0 0 20px !important;
	margin-bottom: 20px !important;
	margin-block-end: 20px !important;
}
.woo_checkout{
	margin-bottom: 20px !important;
	margin-block-end: 20px !important;
}
