.minuta-cart-item-coupons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.375rem;
	margin: 0.5rem 0 0;
	padding: 0;
	list-style: none;
}

.minuta-cart-item-coupon {
	display: inline-flex;
	align-items: baseline;
	gap: 0.375rem;
	margin: 0;
	padding: 0.25rem 0.5rem;
	border: 1px solid #a7f3d0;
	border-radius: 0.25rem;
	background: #ecfdf5;
	color: #166534;
	font-size: 0.75rem;
	line-height: 1.35;
}

.minuta-cart-item-coupon__amount {
	font-weight: 600;
	white-space: nowrap;
}
