/* Custom theme = base (light) theme + dark overrides + hide HRF supporter logo. */
/* BTCPay custom theme REPLACES the base theme. default-dark.css is only a partial */
/* overlay, so we must import the full light base FIRST, then the dark overrides. */
@import url("/main/themes/default.css");
@import url("/main/themes/default-dark.css");

/* Hide only the HRF supporter tile on signed-out pages (only supporter linking to hrf.org). */
.px-4:has(> a[href="https://hrf.org"]) { display: none !important; }
a[href="https://hrf.org"] { display: none !important; }
