/* Hide Framer's on-page "Edit site" pencil / editor bar for all visitors.
   Survives Framer re-exports when this stylesheet stays linked from the HTML. */

#__framer-editorbar,
#__framer-editorbar-container,
#__framer-editorbar-button,
#__framer-editorbar-label,
#__framer-editorbar-loading-spinner,
[id^="__framer-editorbar"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  position: fixed !important;
  z-index: -1 !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
}
