/* Written by docs/detach.py. Hides the source template's own chrome:
   the Framer badge and the template-store "Remix Template" link.
   Hidden rather than deleted so React hydration still finds its own DOM. */
#__framer-badge-container,
[data-framer-name="Remix Template"] {
  display: none !important;
}
