Using
:is()
in complex selectors selects more than you might initially think
Demo for
https://brm.us/css-is-matching
Demo
Selector
Choose
.a .b .c
.a :is(.b .c)