I understand why you have these styles, but I don’t understand why you’re using !important for it. I have to override it every time with more specific selectors.
In addition, this file is full of other styles with “!important”, and I believe this option should only be used in critical cases or when you’re feeling lazy.
These styles defined in your CSS never display correctly in my case, so I have to override them and use the !important flag, but I don’t like doing that, and that’s why I decided to let you know that there’s no need to include (!important) in your styles.
I suspect I’m not the only one who has to override these styles and encounter this problem.