/* Hide Help & Privacy */
a[href="/settings/help"],
a[href^="/settings/help"] {
    display: none !important;
}

/* Hide Privacy Side Bar Menu */
a[href="/settings/user/privacy"],
a[href^="/settings/user/privacy"] {
    display: none !important;
}

/* Hide Mobile & desktop Side Bar Menu */
a[href="/settings/user/sync-clients"],
a[href^="/settings/user/sync-clients"] {
    display: none !important;
}

/* Hide Mobile & desktop Side Bar Menu */
a[href="/settings/user/connected-accounts"],
a[href^="/settings/user/connected-accounts"] {
    display: none !important;
}

/* Hide Sharing side bar menu */
a[href="/settings/user/sharing"],
a[href^="/settings/user/sharing"] {
    display: none !important;
}



/* Hide the entire footer including Nextcloud branding */
#footer,
#footer * {
    display: none !important;
    visibility: hidden !important;
}

/* Hide the "Developed by Nextcloud community" block with social icons and button */
.section.development-notice {
    display: none !important;
    visibility: hidden !important;
}

/* Hide "About & What's new" menu item */
a[href="/settings/about"],
a[href^="/settings/about"] {
    display: none !important;
    visibility: hidden !important;
}
