Is there a way in SCSS to target all child elements of a specific type with a certain style? For instance, if I want to add a class called 'radioCircles' to a div that will give all radio buttons inside that div a border-radius of 10px. Keep in mind that the div may contain other types of elements, but I only want the style to affect radio buttons.