.hbwex-copy-protected {
    -webkit-user-select: none;
    user-select: none;
}

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

.hbwex-image-protected img {
    -webkit-user-drag: none;
    user-drag: none;
}
