Use standard tags in CPT archive templates?

I’ve set up a custom post type using ACF Pro.

I’ve added standard post tags to it. I’d like to create archive pages that uses standard tags for both posts and the CPT (sermons).

I’ve created two Archive templates in Bricks. However, I’m not getting the setup correct. It doesn’t show posts from the CPT that’s been tagged.

https://dockpage.co/bp/sermons/ shows correctly.
https://dockpage.co/bp/articles/ shows correctly.
https://dockpage.co/bp/tag/beatitudes/ doesn’t work correctly. It shows all posts.
https://dockpage.co/bp/tag/family/ doesn’t work correctly. I have sermon CPTs tagged with the Family tag, but it displays blsnk.

Here are the setups for the two archive templates:

Post archive…
Conditions.
Archive.
Archive type: Categories & Tags, Post type = Posts
Archive terms = All terms (Categories) All terms (Tags)

Query loop: Post type = Blank (seems to default to Posts)

Sermon archive…
Conditions.
Archive.
Post type = Sermons.

Query loop: Post type = Sermons

Some screenshots…