
/* ===============================================================
   ArenaPay — Unified Dark Theme Safe CSS
   Works with "Extend the BTCPay Server dark theme" enabled.
   Removes:
   - Login page supporters row
   - Login page footer bar
   - Invoice/minimal "Powered by BTCPay" badges
   - Invoice footer "Powered by BTCPay Server" link
   =============================================================== */

/* 1) Login page supporters block */
.row.justify-content-center.mt-5 {
  display: none !important;
}

/* 2) Login page footer bar */
footer.btcpay-footer {
  display: none !important;
}

/* 3) Invoice/minimal "Powered by BTCPay" badges */
.invoice .powered-by,
.minimal .powered-by,
.invoice [class*="powered-by" i],
.minimal [class*="powered-by" i] {
  display: none !important;
}

/* 4) Invoice footer "Powered by BTCPay Server" link */
footer.store-footer a.store-powered-by {
  display: none !important;
}

/* Safety: do not alter colors, typography, or layout beyond hiding above elements */
