You should use either a .info > label, .info > input or .info label, .info input selector.
As far as I know the selector should be placed before { }. I tried with selectors .info > label, .info > input and .info label, .info input and it just doesn’t work.
@jwilkins.oboe
Your response also helped me! I had made a separate selector but it was below the existing selectors. Could you elaborate on why that placement is important? My guess is that the .info input selector below specifies text to be aligned to the left.
I don’t believe it matters, actually, but the lessons algorithm will compare the results with the stored existing results, if it’s different it will be flagged as wrong, not because the result is wrong, but because this is how it’s made.
I was helped by your post. The key is to make only one (a selector as specified) additional selector with a comma to separate the new combination selector.