/* /site/v2/inc/_anti-framer-editor.css
 * framer visitor editor toolbar (Edit Content 버튼) 차단
 * Phase 3-D Patch 1 · 2026-05-12 15:58
 */
[data-framer-editor-bar],
[data-framer-editor-toolbar],
[class*="framer-editor"],
[id*="framer-editor"],
[class*="EditorBar"],
[id*="EditorBar"],
[class*="editor-bar"],
[id*="editor-bar"],
iframe[src*="framer.com/projects"],
iframe[src*="framer.com/edit"] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    left: -99999px !important;
}
