/* LibreBooking Segítség/GitHub menü elrejtése */
#navHelpDropdown:has(#navHelp) {
    display: none !important;
}
/* Konfigurációs súgóüzenet elrejtése */
#page-manage-configuration h2:has(a[href*="github.com/LibreBooking"]) {
    display: none !important;
}

/* LibreBooking/GPL/verzió hivatkozás elrejtése a láblécből */
footer[role="contentinfo"] > div:has(a[href*="github.com/LibreBooking"]) {
    display: none !important;
}