#step-bar {
    view-transition-name: step-bar;
}

.uacc-step-bar {
    display: flex;
    gap: var(--jello-spacing-tiny);
    padding-bottom: var(--jello-spacing-large);
    width: 100%;
}

.uacc-step-bar-step {
    background-color: var(--jello-color-border-neutral);
    border-radius: var(--jello-border-radius-huge);
    flex: 1 1 0;
    height: var(--jello-spacing-tiny);
}

.uacc-step-bar-step.is-active {
    background-color: var(--jello-color-interactive-base);
}
