/* T-15 Clipping Wizard Modal Overlay Only */

.clipping-wizard-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--z-modal);
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}

.clipping-wizard-modal.modal-open {
  display: flex;
}

/* All other wizard styles handled by clipping-wizard.css */