/**
 * Design-pure mode: Elementor product UI is the only visible wizard.
 * Bridge config is JSON-only; do not restyle or hide Elementor sections.
 */

.cc-ttw-wizard,
.cc-ttw-wizard-unavailable,
.cc-ttw-wizard-mount {
  display: none !important;
}

/* Hide the red caret under selected condition pills */
#condition-sec .active-btn:before,
#condition-sec .condition-btn.active-btn:before {
  content: none !important;
  display: none !important;
  border: 0 !important;
}
