I've added a third party widget to a webpage I manage in Hubspot, and it is changing the other CSS on the page. Font family, size, and colors have all changed without me editing any CSS. I haven't found a solution that works yet. I believe the widget is adding a style tag to the body of my page, but I don't have a way to remove it. I'd appreciate any suggestions or direction toward an answer.
The widget is added with a div and script tag from the 3rd party like this:
<div id="ss-custom-reviews-widget-r"></div>
<script id="ss-custom-reviews-widget-s" src="https://12345.cloudfront.net/custom_script.js"
ss-custom-reviews-widget-api-key="12345" widget-key="{{ tableRow[0].expID }}"
type='text/javascript'> </script>
I'm unable to edit the css or js files for the widget.