Replies: 0
The stylesheet below overwrites basic html styles with !important rule.
This is disturbing and, let me say, really not the best practise.
plugins/booking-system-edoobox/css/edbs-main.css
h2 {
font-size: 1rem!important;
}
p {
margin-bottom: .5rem!important;
}