/* Remove Help links/menu */
a[href*="help.php"],
#help,
.help,
.nav-help {
    display: none !important;
}

/* Remove footer */
#footer,
.footer,
footer {
    display: none !important;
}

/* Remove LibreBooking branding */
a[href*="librebooking"],
img[alt*="LibreBooking"],
img[src*="librebooking"],
.poweredby,
.powered-by,
.branding {
    display: none !important;
}