/* ── Hide default HumHub footer everywhere ── */
#footer,
.humhub-footer,
footer.footer,
.footer-nav.footer-nav-sidebar,
.footer-nav.footer-nav-login {
    display: none !important;
}

/* ══════════════════════════════════════════
   Custom footer — base
   ══════════════════════════════════════════ */
#custom-footer {
    width: 100%;
    text-align: center;
    padding: 14px 20px;
    font-size: 12px;
    letter-spacing: 0.03em;

    /* Blend into the light-grey app background */
    background: transparent;
    color: #999;
    border: none;
}

#custom-footer .custom-footer-copyright {
    display: inline-block;
}

/* ══════════════════════════════════════════
   Login page — blend into dark navy
   The login layout body has .login-container
   ══════════════════════════════════════════ */
body.login-container #custom-footer {
    background: transparent;
    color: rgba(255, 255, 255, 0.35);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 12px;
}
