/*==========================================================================ATEK — CONSENT BANNER CLICK-THROUGH FIXDate:2026-08-22THE BUG (confirmed live on atekdistribution.com):Complianz hides the consent banner by adding the class .cmplz-hidden.The banner stylesheet contains this rule:#cmplz-cookiebanner-container .cmplz-cookiebanner{display:flex!important}That selector (1 ID + 1 class) outranks .cmplz-hidden (1 class),and bothcarry!important— so the hide never takes effect. After a visitor clicksAccept or Deny,Complianz records the consent correctly,but the bannerremains in the layout at opacity 0:an INVISIBLE full-width bar,roughly177px tall,pinned across the bottom of every page.Measured on the live homepage:hasHiddenClass: truedisplay: flex