html.jrcm-no-select body,
html.jrcm-no-select body * {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    -webkit-touch-callout: none !important;
}

html.jrcm-no-select input,
html.jrcm-no-select textarea,
html.jrcm-no-select select,
html.jrcm-no-select option,
html.jrcm-no-select [contenteditable="true"],
html.jrcm-no-select [contenteditable=""],
html.jrcm-no-select .jrcm-allow-interaction,
html.jrcm-no-select .jrcm-allow-interaction * {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    user-select: text !important;
    -webkit-touch-callout: default !important;
}

.jrcm-protection-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    background: #000;
    color: #fff;
    align-items: center;
    justify-content: center;
    text-align: center;
    font: 600 16px/1.4 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html.jrcm-screen-shield .jrcm-protection-overlay {
    display: flex;
}

@media print {
    html.jrcm-print-blocked,
    html.jrcm-print-blocked body {
        background: #000 !important;
        color: #000 !important;
    }

    html.jrcm-print-blocked body > * {
        display: none !important;
    }

    html.jrcm-print-blocked body::before {
        content: "";
        display: block !important;
        position: fixed;
        inset: 0;
        background: #000 !important;
        width: 100vw;
        height: 100vh;
    }
}
