Within Conditional layout you can have multiple instances. I get the impression that only one at any time will be chosen, even when one changes the font and another the background. It seems that there is an order in which the conditions are checked and implemented.
I'd like to know the order in which the conditional layout are checked, whether the first match terminates further checks, how I may influence the order and how I can combine checks.
Also I'd like to know how multiple conditions on a single conditional layout are combined. Do you have to match all conditions, or one of the conditions, or maybe something else.
For instance I have two conditional layouts, one for font and another for background with different conditions. How can I combine these without having to implement a combined conditional layout.