/* ==========================================
   REMOVE "BTCPay Server Supporters" SECTION
   ========================================== */

/* Hide the entire supporters block */
h3:contains("BTCPay Server Supporters"),
div.supporters,
section.supporters,
#Supporters {
    display: none !important;
}

/* Strong fallback (targets the specific supporters container layout) */
div.py-5.border-top.text-center {
    display: none !important;
}

/* ==========================================
   REMOVE FOOTER LINKS
   ========================================== */

/* Hide footer navigation links */
footer .nav,
footer .navbar-nav,
footer .nav-item,
footer .nav-link {
    display: none !important;
}

/* ==========================================
   REMOVE VERSION TEXT (optional)
   ========================================== */

footer small,
footer .text-muted {
    display: none !important;
}

/* ==========================================
   ADD YOUR OWN CLEAN FOOTER
   ========================================== */

footer::after {
    content: "© 2026 Consta Pay | Secure Crypto Payments";
    display: block;
    text-align: center;
    padding: 20px;
    font-weight: 600;
}
