Create style with hierarchical sublists including enclosing list marker

I’m trying to create a paragraph style that will be a hierarchical numbered list, like so:
2. 3.

1. Topic 1
2. Topic 2
   2.1. Topic 2.1 Ex duis labore anim et laborum elit voluptate pariatur
        aliquip deserunt quis officia non. 
        2.1.1. cillum officia ea. Do voluptate duis enim veniam labore 
               fugiat pariatur Lorem pariatur reprehenderit veniam excepteur ad. 

To do so, I tried to use a generic list, create the sub-items to the depth that a wanted. Then, for each paragraph/list depth, I configured the tab stops and the list marker options. The list was how I wanted.

Then I selected all paragraphs (ie all list levels) and created a new style with it.

I also tried to select only the first paragraph of the list and use that to create the style.

However, when I applied the style to the desired paragraphs, the second and third levels setting aren’t applied. The tab stops, left indent settings used to align the list weren’t saved/applied.

I tried to save each list level as a separate style (IE number_level_1 number_level_2 and number_level_3). The problem is that applying each style to the different levels of the list makes the text editor treat them as if they’re not part of the same list, and so the enclosing list marker is not prepended.

Is there a way to save and apply the different paragraph formatting options to create a hierarchical list (tab stops, left indent, type of marker), with different tab stops and left indent for each level while maintaining the ability to prepend the enclosing list marker?