/* Local overrides for the self-hosted build.
   Loaded after the Webflow stylesheet so these rules win. */

/* The "Made in Webflow" badge is injected by webflow.js at runtime.
   This site is no longer hosted on Webflow, so hide it. */
.w-webflow-badge { display: none !important; }

/* Keep button labels on a single line. On narrow screens "Join Group"
   was wrapping to two lines, which broke the pill shape next to Donate. */
.w-button,
.button { white-space: nowrap; }
