/* Strongly remove the "Ready to Take the Next Step?" CTA bar */
.nextt-force-remove-next-step-bar-hidden,
body .nextt-force-remove-next-step-bar-hidden,
html body .nextt-force-remove-next-step-bar-hidden {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  max-height: 0 !important;
  min-height: 0 !important;
  width: 0 !important;
  max-width: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

/* Extra fallback for common CTA class names. These only activate if JS has added the hide class. */
.elementor-section.nextt-force-remove-next-step-bar-hidden,
.elementor-widget.nextt-force-remove-next-step-bar-hidden,
.wp-block-group.nextt-force-remove-next-step-bar-hidden {
  display: none !important;
}
