.form-table input[type=text]{
    width: 80%;
}
.form-table input[type=email]{
    width: 80%;
}
.form-table th{
    width: 100px;
}

.widefat.fixed .button.edit-btn{
    width: 50px;
    height: 30px;
    font-size: 13.5px;
    text-align: center;
}


.reservation-label{
    margin-top: 15px;
    display: block;
    font-size: 15px;
}
.reservation-label #wd_store_select{
    width: 200px;
}

#wd_datepicker_inline{
    width: 500px;
    margin-top: 10px;
}
#wd_datepicker_inline .ui-datepicker-inline{
    width: 100%;
}
.reservation-flex{
    display: flex;
    margin: 40px 0 0;
}
.reservation-flex #wd_selected_date{
    font-size: 16px;
    font-weight: bold;
    margin-right: 40px;
}
.reservation-flex #wd_dayoff_control{
    font-size: 16px;
    font-weight: bold;
}

#wd_reservation_slots{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    max-width: 650px;
    margin: 20px 0 50px;
    gap: 20px;
}
#wd_reservation_slots label{
    font-size: 16px;
    font-weight: bold;
}
.wp-core-ui .button.large-btn{
    height: 40px;
    width: 60px;
    font-size: 16px;
}