.cart-item__bundle-components {
  width: 100%;
}

.cart-item__bundle-components .cart-item__bundle-label {
  font-weight: 600;
}

.cart-item__bundle-components .cart-item__bundle-item {
  display: flex;
  gap: 6px;
}

.cart-item__bundle-components .cart-item__bundle-item-quantity {
  white-space: nowrap;
}