/* Keep it minimal; rely on Bootstrap 5 from theme */
#jc-pricing-root { min-height: 120px; }
.checkout-wizard {
  position: relative;
  overflow: hidden;
}

/* Track that slides left/right */
.checkout-track {
  display: flex;
  width: 200%;                  /* two panels */
  transition: transform 300ms ease; /* smooth slide */
  will-change: transform;
}

/* Each panel takes full viewport width of the left column */
.checkout-panel {
  flex: 0 0 100%;
  max-width: 100%;
}