.native-stepper{--native-step-size:1.5rem;display:flex;list-style:none;padding:0;margin:0 0 2rem}.native-stepper__step{position:relative;flex:1 1;display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0}.native-stepper__step:before{content:"";position:absolute;top:calc(var(--native-step-size) / 2);right:50%;left:-50%;height:1px;background-color:var(--bs-border-color)}.native-stepper__step:first-child:before{display:none}.native-stepper__step[data-state=active]:before,.native-stepper__step[data-state=completed]:before{background-color:var(--bs-primary)}.native-stepper__icon{position:relative;z-index:1;box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:var(--native-step-size);height:var(--native-step-size);border:1px solid var(--bs-border-color);border-radius:50%;font-size:.75rem;font-weight:400;line-height:1;background-color:var(--bs-secondary-bg);color:var(--bs-secondary-color)}.native-stepper__step[data-state=completed] .native-stepper__icon{border:2px solid var(--bs-primary);background-color:var(--bs-primary);color:#fff}.native-stepper__step[data-state=active] .native-stepper__icon{border:2px solid var(--bs-primary);background-color:var(--bs-body-bg);color:var(--bs-secondary-color)}.native-stepper__label{margin-top:.5rem;font-size:.875rem;font-weight:500;color:var(--bs-body-color)}