body[data-content-protection-enabled="1"]:not([data-content-protection-exempt="1"]) [data-copy-protected-content] {
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none;
}

body[data-content-protection-enabled="1"]:not([data-content-protection-exempt="1"]) [data-copy-protected-content] img,
body[data-content-protection-enabled="1"]:not([data-content-protection-exempt="1"]) [data-copy-protected-content] canvas {
    -webkit-user-drag: none;
    user-select: none;
}

body[data-content-protection-enabled="1"] [data-copy-protected-content] :is(input, textarea, select, [contenteditable]:not([contenteditable="false"]), [role="textbox"], .ck-content, .ck-editor__editable) {
    -webkit-touch-callout: default;
    -webkit-user-select: text;
    user-select: text;
}

[data-content-print-overlay] {
    display: none;
}

[data-devtools-blank-overlay] {
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    display: none;
    background: #fff;
}

[data-devtools-blank-overlay][data-active="1"] {
    display: block;
}

@media print {
    body[data-content-protection-active="1"] > :not([data-content-print-overlay]) {
        display: none !important;
    }

    body[data-content-protection-active="1"] [data-content-print-overlay] {
        display: grid !important;
        min-height: 90vh;
        place-items: center;
        padding: 48px;
        background: #fff !important;
        color: #333 !important;
        text-align: center;
    }

    [data-content-print-overlay] strong {
        font-size: 24px;
    }

    [data-content-print-overlay] p {
        margin-top: 8px;
        font-size: 15px;
    }
}

