Hi @drauth,
We checked your site and it looks like all our plugin CSS files are loaded with a different/modified URL. It could be caused by some caching or optimization plugins in the site.
The current style reference on the website is as below:
<link rel='stylesheet' id='cookie-law-info-css' href='https://danziconsulting.com/wp-content/plugins/cookie-law-info/public/css/A.cookie-law-info-public.css,qver=2.0.1.pagespeed.cf.5m7c7Jutf5.css' type='text/css' media='all'/>
<link rel='stylesheet' id='cookie-law-info-gdpr-css' href='https://danziconsulting.com/wp-content/plugins/cookie-law-info/public/css/A.cookie-law-info-gdpr.css,qver=2.0.1.pagespeed.cf.JhbFcEUmGZ.css' type='text/css' media='all'/>
To work correctly, it should be as below:
<link rel='stylesheet' id='cookie-law-info-css' href='https://danziconsulting.com/wp-content/plugins/cookie-law-info/public/css/cookie-law-info-public.css?ver=2.0.1' media='all'/>
<link rel='stylesheet' id='cookie-law-info-gdpr-css' href='https://danziconsulting.com/wp-content/plugins/cookie-law-info/public/css/cookie-law-info-gdpr.css?ver=2.0.1' media='all'/>
Please check issue and exclude our plugin CSS files if needed to fix the issue.