/* BJA checkout PostHog experiment variants. */

.bja-exp-checkout-guarantee {
	background: #ffffff;
	border: 1px solid #b7e3d1;
	border-radius: 5px;
	box-shadow: 0 2px 8px rgba(3, 102, 86, 0.08);
	box-sizing: border-box;
	color: #036656;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin: 8px auto 18px;
	max-width: 500px;
	padding: 13px 16px 12px;
	text-align: center;
	width: calc(100% - 2em);
}

.bja-checkout-header-bar .bja-exp-checkout-guarantee,
.bja-guarantee.bja-exp-checkout-guarantee,
.bja-v4-guarantee.bja-exp-checkout-guarantee {
	display: inline-block;
	margin: 0;
	max-width: none;
	width: auto;
}
