/* =========================================================
   EXXACON – Footer Branding (final, single-source)
   Ergebnis: genau 1x © Exxacon Fondation
   ========================================================= */

/* 1) Externe / Community-Links ausblenden */
footer a[href*="github.com"],
footer a[href*="btcpayserver.org"],
footer a[href*="chat.btcpayserver.org"],
footer a[href*="mattermost"],
footer a[href*="twitter.com"],
footer a[href*="t.me"],
footer a[href*="telegram"],
footer a[href*="/api"],
footer a[href*="/docs"] {
  display: none !important;
}

/* 2) Original BTCPay Copyright (font) ausblenden */
footer font {
  visibility: hidden !important;
  position: relative !important;
}

/* 3) EINMAL unser Copyright einsetzen */
footer font::after {
  content: "© Exxacon Fondation";
  visibility: visible !important;
  position: absolute;
  left: 0;
  top: 0;
  color: inherit !important;
  font-size: inherit !important;
}

/* 4) Sicherheit: alle anderen potenziellen Ersetzungen deaktivieren */
footer small::after,
footer [class*="copyright"]::after {
  content: "" !important;
}
