/* WAX V6.0.4 — CTA CLICK HOTFIX */

/* CTA decoration must never sit in the hit-test layer. */
.v60-cta-card{
  isolation:isolate!important;
}

.v60-cta-card:before,
.v60-cta-card:after{
  pointer-events:none!important;
  z-index:0!important;
}

/* Keep real content and the action above decorative layers. */
.v60-cta-card > *{
  position:relative!important;
  z-index:1!important;
}

.v60-cta-card > a,
.v60-cta-card .v60-btn,
.v60-cta-card .v60-btn.light{
  position:relative!important;
  z-index:3!important;
  pointer-events:auto!important;
  cursor:pointer!important;
  touch-action:manipulation!important;
}

/* Prevent any nested decoration from becoming the click target. */
.v60-cta-card > a > span{
  pointer-events:none!important;
}
