.booking-stepper {
    width: 100%;
    min-height: 44px;
    margin: 0 auto;
}

.booking-stepper span::before {
    width: 20px !important;
    height: 20px !important;
    top: -2px !important;
}

.booking-stepper .pass span::before {
   background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 1L4 8.51L1 5.51' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
   background-position: center !important;
   background-size: 9px 6px !important;
   background-repeat: no-repeat !important;
}

.booking-stepper .step-title {
    max-width: 135px;
    width: 100%;
    margin: 0 auto;

    font-family: 'Walkway Black', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #231F20;
}

.booking-stepper .booking-stepper--buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
    width: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.booking-stepper .booking-stepper--buttons .booking-stepper--button {
    position: relative;
    border: 1px solid #231F20;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
}

.booking-stepper .booking-stepper--buttons .booking-stepper--button.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.booking-stepper .booking-stepper--steps {
    position: relative;
    z-index: 0;
}

/* .booking-stepper .booking-stepper-container ul li:first-child {
    background: pink;
    display: flex;
    justify-content: flex-start;
}

.booking-stepper .booking-stepper-container ul li:last-child {
    background: pink;
    display: flex;
    justify-content: flex-end;
} */

.booking-stepper .booking-stepper--last {
    width: 100px;
}

.booking-stepper .booking-stepper-container.has-actions {
    display: grid;
    grid-template-columns: 100px 1fr 100px;
    align-items: center;
}

.booking-stepper .booking-stepper-container ul li span::before {
    margin: 0 auto 14px;
    margin-top: -1.5px;
}

.booking-stepper .booking-stepper-container {
    align-items: flex-start;
}

@media screen and (max-width: 1023px) {
    .booking-stepper .booking-stepper-container.has-actions {
        display: grid;
        grid-template-columns: 100px 1fr 0;
        gap: 40px;
        align-items: center;
    }

    .booking-stepper .step-title {
        display: none;
    } 

    .booking-stepper .booking-stepper-container {
        align-items: center !important;
        height: 44px;
    }

    .booking-stepper .booking-stepper-container ul li {
        height: 18px;
    }

    .booking-stepper .booking-stepper-container ul {
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .booking-stepper .booking-stepper--steps {
        display: flex;
        height: 100%;
        align-items: center; 
    }

    .booking-stepper .booking-stepper-container ul li:first-child {
        margin-left: 0;
    }

    .booking-stepper .booking-stepper-container ul li:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .booking-stepper .booking-stepper-container ul li {
        /* margin-top: 10px; */
    }
}

.booking-stepper-container ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
}

.booking-stepper-container ul li {
    font-family: Walkway Black;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.24em;
    text-align: center;
    color: #231F20;
    text-transform: uppercase;
    flex: 1;
    position: relative;
}

/* .booking-stepper-container ul li::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    transform: translateX(50%);
    width: 100%;
    height: 1px;
    background-color: #0000004D;
    z-index: 1;
} */

.booking-stepper-container ul li::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #0000004D;
    z-index: 1;
}

.booking-stepper-container ul li:last-child::after {
    display: none;
}

.booking-stepper-container ul li span::before {
    content: '';
    width: 13px;
    height: 13px;
    border: 2px solid #BC9C77;
    display: block;
    margin: 0 auto 33px;
    border-radius: 50%;
    background-color: white;
    z-index: 2;
    position: relative;
}

.booking-stepper-container ul li.active.pass span:before {
    background: #BC9C77;
}

.booking-stepper-container ul li.active:not(.pass) span:after{
    content: '';
    background: #BC9C77;
    position: absolute;
    border-radius: 50%;
    top: 1.5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background-size: cover;
    width: 10px;
    height: 10px;
}
.booking-stepper-container ul li.active.pass:after {
    height: 2px;
    border-color: #BC9C77;
    background-color: #BC9C77;
}
.booking-stepper-container ul li.current {
    color: #b89268;
}

.booking-stepper-container ul li{
        font-size: 7px;
    }

    /* .booking-stepper-container ul li span::before{
        width: 8px;
        height: 8px;
        border-width: 1px;
    } */
    /* .booking-stepper-container ul li.active:not(.pass) span:after {
        width: 15px;
        height: 15px;
        top: -4px;
        border-width: 1px;
    }
    .booking-stepper-container ul li::after{
        top: 3px;
    } */