/* Hide Orchid footer branding and license texts - but keep logout button and user menu */
footer small:not([class*="logout"]),
footer .text-muted:not([class*="logout"]),
footer a[href*="orchid"]:not([href*="logout"]),
footer a[href*="documentation"]:not([href*="logout"]),
footer a[href*="license"]:not([href*="logout"]),
footer a[href*="orchid.software"]:not([href*="logout"]),
[class*="crafted"]:not([class*="logout"]),
[class*="license"]:not([class*="logout"]):not([href*="logout"]),
[class*="licence"]:not([class*="logout"]):not([href*="logout"]),
[class*="documentation"]:not([class*="logout"]):not([href*="logout"]) {
    display: none !important;
    visibility: hidden !important;
}

