.app-copy-protected,
.app-copy-protected * {
    -webkit-user-select: none;
    user-select: none;
}

.app-copy-protected input,
.app-copy-protected textarea,
.app-copy-protected select,
.app-copy-protected [contenteditable="true"],
.app-copy-protected [data-allow-copy],
.app-copy-protected .allow-text-copy {
    -webkit-user-select: text;
    user-select: text;
}

.app-copy-protected img:not([data-allow-copy]) {
    -webkit-user-drag: none;
}
