body.radiohy-copy-protected {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

body.radiohy-copy-protected input,
body.radiohy-copy-protected textarea,
body.radiohy-copy-protected select,
body.radiohy-copy-protected [contenteditable="true"],
body.radiohy-copy-protected .radiohy-chat-inner,
body.radiohy-copy-protected #radiohy-chat-wrapper,
body.radiohy-copy-protected .chat-input-area {
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
}

body.radiohy-copy-protected img {
    -webkit-user-drag: none;
    user-drag: none;
    pointer-events: auto;
}

.radiohy-copy-notice {
    display: none;
}

@media print {
    body.radiohy-copy-protected * {
        display: none !important;
    }
}
