﻿/**
 * CloudAxe HubSpot Button — critical anti-flicker CSS.
 * Hides HubSpot CTAs until the handler marks them as processed.
 */

.hs-cta-wrapper:not(.cax-hs-processed),
.hs-cta-embed:not(.cax-hs-processed),
[class*="hs-cta-embed"]:not(.cax-hs-processed) {
	visibility: hidden;
}

.hs-cta-wrapper.cax-hs-processed,
.hs-cta-embed.cax-hs-processed,
[class*="hs-cta-embed"].cax-hs-processed {
	visibility: visible;
}
