/* BOS plan selector in Cart/Checkout Blocks */
.bos4w-blocks-cart-plans {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.bos4w-blocks-cart-plans__title {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 6px;
	color: rgba(0, 0, 0, 0.75);
}

.bos4w-blocks-cart-plans__option {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 4px 0;
	cursor: pointer;
}

.bos4w-blocks-cart-plans__option input[type="radio"] {
	margin-top: 2px;
}

.bos4w-blocks-cart-plans__label {
	font-size: 13px;
	line-height: 1.35;
	color: rgba(0, 0, 0, 0.85);
}

