.select-offer{
    display: block;
    background: var(--white);
}

.select-offer .white-button{
    padding: 0.3125vw 0.9375vw;
    height: auto !important;
    text-align: center;
}
.select-offer .white-button.bold-14.gray{
    min-width: 16vw;
}

.select-offer-container{
    display: flex;
    justify-content: space-between;
}

.select-offer-content{
    width: 62.5vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6765vw;
    height: fit-content;
    order: 1;
}

.select-offer-item{
    width: 30.4687vw;
    padding: 1.25vw;
    background: #FFFFFF;
    /* Light/shadow-sm */
    box-shadow: 0px 0.47vw 0.47vw -0.47vw rgba(0, 0, 0, 0.16), 0px 0px 0.0781vw rgba(0, 0, 0, 0.4);
    border-radius: 0.625vw;
    height: 10.9375vw;
}

.select-offer-item .row{
    align-items: end;
    justify-content: space-between;
}

.select-offer-item .row .regular-12{
    width: 17.2656vw;
}

.room-col-content{
    width: 20vw;
    order: 2;
}

.room-steps{
    width: 1.25vw;
    align-self: end;
}

.mb-44{
    margin-bottom: 3.1vw;
}

.invis-no-resp{
    display: none;
}
.invis-no-resp2{
    display: none;
}

@media (min-height: 120vw){
    .invis-no-resp2{
        display: block;
    }
    .select-offer{
        padding: 5vw 4vw;
    }
    .invis-in-resp{
        display: none;
    }
    .select-offer-container {
        display: block;
    }
    .room-col-content{
        width: 100%;
        margin-bottom: 10vw;
    }
    .select-offer-content{
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
    }
    .room-steps {
        width: 3.5vw;
        align-self: end;
        margin-right: 2.5vw !important;
    }
    .box-select-offer-res{
        height: 28vw !important;
        align-content: space-evenly !important;
    }
    .room-col-content #cab-type-ttl{
        margin-bottom: 1vw !important;
        width: 100% !important;
    }
    .room-col-content .mb-44{
        margin-bottom: 8vw !important;
    }
    .select-offer .regular-12.gray.mb-8{
        height: 6vw !important;
    }
    .room-col-content .regular-12.greenblue.mb-28{
        margin-bottom: 3.2vw !important;
    }
    .select-offer-item{
        width: 100% !important;
    }
    .select-offer-item{
        width: 100% !important;
        height: auto !important;
        padding: 5vw !important;
        border-radius: 2vw !important;
        box-shadow: 0px 1vw 1vw -1vw rgba(0, 0, 0, 0.16), 0px 0px 0.15vw rgba(0, 0, 0, 0.4) !important;
        margin-bottom: 4vw;
    }
    .select-offer-item .row{
        display: block !important;
    }
    .select-offer-item .row .regular-12{
        width: 100% !important;
    }
    .select-offer-item .row .white-button{
        width: 100% !important;
        margin-top: 3vw !important;
        border: 0.0256vw solid var(--black) !important;
        border-radius: 2vw !important;
        height: 8vw !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .continue-no-update{
        width: 100% !important;
        margin-top: 3vw !important;
        border: 0.0256vw solid var(--black) !important;
        border-radius: 2vw !important;
        height: 8vw !important;
        display: flex !important;
        align-items: center;
        background: none !important;
        justify-content: center;
    }
}