How Can I Use Multiple Different Templates for Different Post Categories

Hi, how can I use multiple blog post templates? Ideally I want to use template A for posts of category X, and template B for all other Posts (so excluding X). None of the related threads here have solved this for me. Details:

Blog Post Template Dark
I want to use this for posts of type Post, for any individual post that is in the (Market Reports) Category.
Sample Page: May 2025 Market Report | Kevin T. Real Estate Group

Blog Post Template Light
I want to use this for posts of type Post, for any individual post that is NOT in the (Market Reports) Category.
Sample Page: https://kevintrealestate.com/blog/saying-goodbye-is-never-easy/

I can get the dark blog post template to render for all my Market Report category posts, but I can’t get the Light template to render the NON Market Report Category posts. I’ve tried every template condition setup I can think of: Just using a single Terms condition targeting or excluding Market Reports category in each template, and also adding a second condition (tried both before and after) of Post Type > Posts. I’ve saved permalinks after each change, and my site always just shows the default WP blog post template for the NON Market Reports Category posts. Here is what the Light template should look like:

If it matters, the Light template was created by duplicating (with Bricks) the Dark Template. Sample Configuration that it’s set to right now:

OK Answering here for future folks, and posing another question. Main problem I had is that the Light template wasn’t published :man_facepalming:.

After publishing, here is the configuration that gets my desired results: Dark Template has a single condition of Terms > Market Reports Category. Light Template has 2 conditions. Post Type > Posts, and Terms > EXCLUDE Market Reports Category. Which brings me to my next question:

How is Bricks evaluating template conditions?
Are these And or Or when adding multiple conditions. Does order matter? What order is each template evaluated in? Older templates first?