.exwdgt__book_button {
    background-color: #ef373f;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-family: "Metropolis", Arial, sans-serif;
    font-weight: bold !important;
    display: block;
    border-radius: 2px;
    border: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    width: 100%;
    height: 40px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.exwdgt__book_button_container{
    width: auto;
    float: none;
    padding: 10px 20px;
    background-color: #eee;
    border-bottom: 2px solid #fff;
}

.exwdgt_book_button_wrap{
    display: flex;
    height: 90px;
    align-items: center;
}

.exwdgt_book_button_wrap{
    height: auto;
}