/** HEADINGS **/
/** LABELS **/
/** SPANS **/
/** PARAGRAPHS **/
/** TODO: CODE/CONSOLE **/
@property --rotation {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes rotate-border {
  to {
    --rotation: 360deg;
  }
}
/**
* Design Tokens - Auto-generated by Style Dictionary
* Do not edit manually - run `pnpm tokens:build` to regenerate
*/
kv-dropdown-base:not(.hydrated) > [slot=list] {
  display: none;
}

:host {
  /**
   * @prop --stepper-width: defines in px how much space the stepper should take up
  */
  --stepper-width: 100%;
}

.wizard-footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--spacing-2xl);
}
.wizard-footer-container .actions-container {
  display: flex;
  flex: 1;
}
.wizard-footer-container .actions-container .wizard-stepper {
  width: var(--stepper-width);
  padding-right: var(--spacing-2xl);
}
.wizard-footer-container .buttons-container {
  display: flex;
  gap: var(--spacing-xl);
}