Amazingly helpful, thanks! My issue seems to have been the order in which I placed my CSS. I had something like:
.responsive-tabs .responsive-tabs__list__item–active{}
and then this:
.responsive-tabs .responsive-tabs__list__item {}
I now have everything in the correct order, and it’s working.
Thanks again!