lightening aura components style classes are not getting applied to respective component html

Issue details:

1. component hierarchy:
2. sub_component_1 style class file name will be sub_component_1.css
3. style classes will be  loaded as given below:
4. when component div tag try to utilize the above style, its not applying.

Work around:
wrap your component with div tag having a style class as "c + COMP_Name", given an example below:

Comments