I created a test project, but I can't upload it here.

1) Create a new blank Flare project.
2) Create conditions as follows: Set1.A, Set1.B, Set2.A, Set2.B
3) Create stylesheet classes: Set1A, Set1B, Set2A, Set2B (all they do is set the condition...)
4) Open any topic
5) Add <p class="Set1A>set1A</p>
<p class="Set2A>set2A</p>
<p class="Set1A Set2A>set 1A and 2A</p>
6) Create 2 targets
show all Set1A - I expect to see the 2 from above
Set to show only Set1A and Set2A - this does not work like I expect.
For the first target, I expect to see 2 p tags. This works as expected.
For the second target, I expect to see 1 p tag, just the last one. But no matter how I try to set the Advanced conditions on the target, I don't get my expectation.
Note, I have 3 condition sets, with 5-15 different conditions in each.
Can someone please let me know how I get my expectations?
Thanks so much!