I have a nested card component with a “light” variant set up to have a light background and dark text, which renders correctly in the Bricks editor, but when I view the section on the front end, it renders the “base” variant (with the blue background and light text) of the nested component.
I’ve added custom CSS on the query loop block rendering the cards, selecting the classes from the nested component, and making my styling adjustments there.