.booking-stepper{padding:var(--baseline-4) var(--baseline);width:100%}.booking-stepper.is-hidden{display:none}.booking-stepper__container{align-items:center;display:flex;gap:calc(var(--baseline)/2);justify-content:space-between;margin:0 auto;max-width:var(--max-width-container);position:relative}.booking-stepper__step{align-items:center;display:flex;flex:1;flex-direction:column;position:relative}.booking-stepper__step.is-clickable{cursor:pointer}.booking-stepper__step:after{background-color:var(--semantic-surface-medium);content:"";height:8px;position:absolute;top:100%;width:100%;z-index:1}.booking-stepper__step:first-child:after{border-radius:10px 0 0 10px}.booking-stepper__step:last-child:after{border-radius:0 10px 10px 0}.booking-stepper__step.is-active:after{background-color:var(--ellipse-9)}.booking-stepper__step.is-completed:after{background-color:var(--primary-500)}.booking-stepper__step-indicator{align-items:center;background-color:#e0e0e0;border-radius:50%;display:flex;height:40px;justify-content:center;margin-bottom:8px;position:relative;transition:all .3s ease;width:40px;z-index:2}.booking-stepper__step.is-active .booking-stepper__step-indicator{background-color:#4caf50;box-shadow:0 2px 8px rgba(76,175,80,.3);color:#fff}.booking-stepper__step.is-completed .booking-stepper__step-indicator{background-color:#4caf50;color:#fff}.booking-stepper__step.is-pending .booking-stepper__step-indicator{background-color:#e0e0e0;border:2px solid #e0e0e0;color:#999}.booking-stepper__step-number{font-size:16px;font-weight:700}.booking-stepper__step-content{text-align:center}.booking-stepper__step-title{color:#666;font-size:14px;font-weight:400;transition:all .3s ease}.booking-stepper__step.is-active .booking-stepper__step-title{color:#333;font-weight:700}.booking-stepper__step.is-completed .booking-stepper__step-title{color:var(--typography-body);font-weight:500}.booking-stepper__step.is-pending .booking-stepper__step-title{color:var(--typography-body-light);font-weight:400}@media screen and (max-width:920px){.booking-stepper__container{align-items:flex-end;padding-top:var(--baseline-3)}.booking-stepper__step .booking-stepper__step-content{width:calc(100% + var(--baseline)/2)}.booking-stepper__step:first-child .booking-stepper__step-content{position:absolute;transform:translate(100%,-30px);transform-origin:center}.booking-stepper__step:nth-child(2) .booking-stepper__step-content{display:flex;justify-content:center;position:absolute;transform:translateY(-30px);transform-origin:center}.booking-stepper__step:nth-child(3) .booking-stepper__step-content{display:flex;justify-content:center;position:absolute;transform:translate(-100%,-30px);transform-origin:center}.booking-stepper__step:not(.is-active) .booking-stepper__step-content .booking-stepper__step-title{display:none}.booking-stepper__step-content{white-space:nowrap}.booking-stepper__step{width:33.33333%}}@media screen and (max-width:820px){.booking-stepper__step:first-child .booking-stepper__step-title{transform:translate(24vw,-30px)}}@media screen and (max-width:640px){.booking-stepper__step:first-child .booking-stepper__step-title{transform:translate(16vw,-30px)}}