
/* Hide GitHub / New API attribution links in footer */
footer a[href*="github.com/QuantumNous"],
footer a[href*="github.com/songquanpeng"],
footer a[href*="docs.newapi.pro"],
footer a[href*="github.com/Calcium-Ion"] {
    display: none !important;
}

/* Hide the secondary attribution line in the footer entirely */
footer .text-muted-foreground\/45:has(a[href*="github.com"]),
footer div:has(> span > a[href*="github.com"]) {
    display: none !important;
}

/* Also hide any links pointing to QuantumNous/new-api anywhere */
a[href="https://github.com/QuantumNous/new-api"],
a[href*="github.com/QuantumNous"] {
    display: none !important;
}
