/* ------------------------------------------------------------------
   local.css — the only stylesheet that is NOT part of the original
   Webflow export. Two small, deliberate additions:

   1. Hides the "Made in Webflow" badge that webflow.js injects at
      runtime (it is not in the HTML, so it can only be removed here).
   2. Keeps button labels on a single line. Poppins renders ~2px wider
      on Linux/macOS than on Windows, which can wrap "Build a farm"
      inside its fixed-width pill. No visual effect where it already
      fits.

   Delete this file and its <link> tags to get a byte-for-byte
   Webflow render.
   ------------------------------------------------------------------ */

.w-webflow-badge {
  display: none !important;
}

.button-content-tile,
.button-content-tile > div,
.button-content-tile-2,
.button-content-tile-2 > div {
  white-space: nowrap;
}
