CSS code writing recommendations:
Avoid global install of styles for HTML tags in CSS files containing description of styles of separate components.
Avoid using "!important".
It is allowed to redetermine component styles, but it is not guaranteed that the component is correctly displayed.
Next article: Component Use Scenarios