Prevent TWC CSS be overriden by the base website CSS style

Hi,
When I deploy TWC into the website, all CSS styles from TWC got overridden by the holding website CSS styles. As you can see below:

Is there any quick way I can avoid the override?

Best regards

Hi. There is no “standard” way to do it. You can create an additional CSS file with TWC styles and try to “force” your own styles via it. Avoid using “data-v-something” and randomly looking class names and IDs (containing sequences of numbers, for example) in selectors as they will change when a new version of TWC is provided.

Thanks a lot.