.bookly-columnizer .bookly-hour.twobooked {
    background-color: red!important;
    height:fit-content!important;
}
.bookly-columnizer .bookly-hour.onebooked {
    background-color: yellow!important;
    height:fit-content!important;
}
.woefbutton-time-prev {
    background-position: 50% 8px;
}
.woefbutton-time-next {
    background-position: 50% -56px;
}
.woefbutton-time-next, .woefbutton-time-prev {
    min-width: 60px;
    height: 35px !important;
    padding: 0 5px !important;
}
div.bookly-columnizer-wrap[style*="height:"] {
    height: fit-content!important;
}