I always prefix my component classes with the component name. For example: 'fancy-slider_container', 'fancy-slider_legend', 'fancy-button_legend_label'...
That gives me scoping without any tooling, and makes the code much easier to inspect, the class name is telling me where to find it exactly. And removes most of selector complexity and specificity nonsense.