.m-0 { margin: 0 !important; }
.p-0 { padding: 0 !important; }
.mb-1rem { margin-bottom: 1rem !important; }
.mt-1rem { margin-top: 1rem !important; }
.pt-25rem { padding-top: 2.5rem !important; }
.pt-1rem { padding-top: 1rem !important; }
.pt-0 { padding-top: 0px !important; }
textarea.noresize { resize: none !important; }
.site-header__logo img { width: auto; max-width: 100%; max-height: 60px !important; }

fieldset:not(.toggle) input[type="radio"] + label:before, 
fieldset:not(.toggle) input[type="radio"] + label:after {
    border-radius: 50% !important;
}

ul.bookings-list div > li {
    position: relative;
    z-index: 1;
    margin-bottom: 1em;
}