/* Hide Framer badge and editor chrome if injected after load */
#__framer-badge-container,
#__framer-editorbar,
#__framer-editorbar-container,
.__framer-badge,
[data-framer-editorbar],
iframe[src*="framer.com/edit"],
iframe#__framer-editorbar {
	display: none !important;
	visibility: hidden !important;
	width: 0 !important;
	height: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
	position: fixed !important;
	left: -9999px !important;
	top: -9999px !important;
	border: none !important;
}
