.newave-cv-badge,
.newave-product-cv {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--newave-primary, #0d9488);
}

.newave-cv-badge__value,
.newave-product-cv .newave-cv-badge__value {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2rem;
	padding: 0.15rem 0.55rem;
	border-radius: 999px;
	background: rgba(13, 148, 136, 0.12);
	color: var(--newave-primary, #0d9488);
}

/* Price left, CV right */
.newave-product-price-cv-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	width: 100%;
}

.newave-product-price-cv-row > .newave-product-cv,
.newave-product-price-cv-row > .newave-product-card__cv {
	margin: 0;
	flex-shrink: 0;
	margin-left: auto;
}

.newave-product-price-cv-row > .newave-product-card__price,
.newave-product-price-cv-row > .newave-product-card__price.wc-block-components-product-price,
.newave-product-price-cv-row > .wp-block-woocommerce-product-price,
.newave-product-price-cv-row > .wc-block-components-product-price {
	margin: 0 !important;
	flex: 0 1 auto;
	min-width: 0;
}

.newave-product-card--shop .newave-product-card__footer .newave-product-price-cv-row {
	flex: 0 0 auto;
	width: 100%;
	min-width: 0;
}

.newave-product-card--featured .newave-product-price-cv-row {
	margin-top: auto;
}

.newave-single-product__summary .newave-product-price-cv-row {
	margin-bottom: 2rem;
}

.newave-cv-total th,
.newave-cv-total td {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.newave-cv-total__amount {
	color: var(--newave-primary, #0d9488);
}

.newave-wc-block-cv-total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	padding: 0.85rem 0;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	font-size: 0.9375rem;
}

.newave-wc-block-cv-total__label {
	font-weight: 600;
}

.newave-wc-block-cv-total__value {
	font-weight: 700;
	color: var(--newave-primary, #0d9488);
}
