.stepper-indicator{display:flex;align-items:flex-start;gap:8px;width:100%;min-height:34px}.stepper-indicator .stepper-left{width:24px;align-self:stretch}.stepper-indicator .stepper-left .stepper-number{width:24px;height:24px;background:#393939;border-radius:12px;display:flex;justify-content:center;align-items:center;color:#f4f4f4;font-size:14px;font-family:IBM Plex Sans,sans-serif;font-weight:400;line-height:18px;letter-spacing:.16px;margin-bottom:2px;cursor:pointer;transition:background-color .2s ease-out,color .2s ease-out;flex-shrink:0}.stepper-indicator .stepper-left .stepper-line{width:2px;height:calc(100% - 32px);background:#393939;margin:4px 11px}.stepper-indicator .stepper-right{flex:1;padding-top:2px;margin-bottom:14px;display:flex;flex-direction:column;gap:8px;cursor:pointer}.stepper-indicator .stepper-right .stepper-label{color:#f4f4f4;font-size:14px;font-family:IBM Plex Sans,sans-serif;font-weight:400;line-height:20px;letter-spacing:.16px}.stepper-indicator .stepper-right .stepper-content{padding:6px 8px;border-radius:4px;border:1px solid #525252;color:#c6c6c6;font-size:12px;font-family:IBM Plex Sans,sans-serif;font-weight:400;line-height:16px;letter-spacing:.32px;max-height:0;overflow:hidden;transition:max-height .3s ease-out,opacity .3s ease-out,padding .3s ease-out;opacity:0}.stepper-indicator.active .stepper-left .stepper-number{background:#f4f4f4;color:#161616}.stepper-indicator.active .stepper-right .stepper-content{max-height:500px;opacity:1;padding:6px 8px}.stepper-indicator:last-child .stepper-left .stepper-line{display:none}