!important
Respect the ITCSS logic of having more specificity the later a rule occurs in the stylesheet.
.c-button { background: blue !important; padding: 1rem 0.8rem; }
.c-button { background: blue; padding: 1rem 0.8rem; }