.fcp-cart-channel-tabs {
	margin: 0 0 1.5rem;
}

.fcp-cart-channel-tabs__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: center;
}

.fcp-cart-channel-tabs__link {
	align-items: center;
	border: 1px solid currentColor;
	border-radius: 999px;
	box-sizing: border-box;
	display: inline-flex;
	gap: 0.5rem;
	min-height: 40px;
	padding: 0.45rem 0.9rem;
	text-decoration: none;
}

.fcp-cart-channel-tabs__item.is-active .fcp-cart-channel-tabs__link {
	font-weight: 600;
}

.fcp-cart-channel-tabs__count {
	opacity: 0.75;
}

.fcp-campaign-cart-header {
	margin-bottom: 2.5rem;
}

.fcp-campaign-cart-heading {
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.15;
}

.fcp-checkout-message {
	margin: 0 0 1.5rem;
}

.fcp-checkout-message--blocks {
	max-width: var(--wp--style--global--content-size, 1100px);
}
