/**
 * Turnstile frontend styles.
 *
 * @package Jezcft
 */

.jezcft-turnstile-wrapper {
	margin: 10px 0;
	background: none !important;
}

.jezcft-turnstile-widget {
	min-height: 65px;
}

/* Cart verification styles */
.jezcft-cart-verification-wrapper {
	margin: 15px 0;
}

.jezcft-cart-status {
	margin: 10px 0 0;
	font-size: 14px;
}

.jezcft-cart-verified {
	margin: 15px 0;
	padding: 12px 15px;
	background: #d4edda;
	border: 1px solid #c3e6cb;
	border-radius: 4px;
	color: #155724;
	font-size: 14px;
}
