@rcade a neat trick to use in these situations is to chain the selector with itself to increase its specificity.

So for example …

.some-class.some-class { }

… will select elements based on .some-class but with twice the specificity.