/* ========================================= */
/* 1️⃣ CHANGE SUPPORTERS TITLE */
/* ========================================= */

/* Hide original heading text */
h5.text-center.fw-normal.mb-4 {
    font-size: 0 !important;
    position: relative;
}

/* Insert your custom title */
h5.text-center.fw-normal.mb-4::after {
    content: "";
    font-size: 22px;
    font-weight: 500;
    position: absolute;
    left: 0;
    right: 0;
}


/* ========================================= */
/* 2️⃣ REMOVE VIEW ALL SUPPORTERS / DONATE */
/* ========================================= */

a[href*="foundation.btcpayserver.org"],
a[href*="btcpayserver.org/donate"],
p.text-center span {
    display: none !important;
}

/* If paragraph becomes empty, hide it */
footer p.text-center:empty {
    display: none !important;
}



/* ===================================================== */
/* 3️⃣ REMOVE SOCIAL LINKS BELOW */
/* ===================================================== */

footer a,
footer .social,
footer .social-links {
    display: none !important;
}


/* ===================================================== */
/* 4️⃣ ADD YOUR COPYRIGHT */
/* ===================================================== */

footer::after {
    content: "© ConstaPay 2026. All Rights Reserved.";
    display: block;
    text-align: center;
    padding: 20px;
    font-size: 14px;
    color: #888;
}
