Tidy up CSS
The platform is really powerful, and my restaurant client loves how simple it is to use.
As a developer, though, it's kinda painful trying to style the forms so they match our web style. I struggle with finding the right selectors to add styling to.
Consider going through and adding some additional classes to some things, as well as maybe grouping some elements, so they're easier to target.
Specifically, the buttons for booking time selection. It would be so much easier to style these into a grid if they were contained in a div by themselves. Don't think it would hurt your code, but it would make my life a lot easier.
There are a few other suggestions, but this one was the first I thought of.
Besides that, it's really great work. Looking forward to see how it improves.