/* When CTB is active, hide elements marked to hide */
.bs-ctb .bs-hide-on-ctb {
  display: none !important;
}

/* Default: elements that should appear ONLY on CTB are hidden */
.bs-show-on-ctb {
  display: none !important;
}

/* When CTB is active, show them */
.bs-ctb .bs-show-on-ctb {
  display: inline-block !important;
}
