body.rf-copy-guard,
body.rf-copy-guard .rf-shell,
body.rf-copy-guard .rf-shell * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
body.rf-copy-guard input,
body.rf-copy-guard textarea,
body.rf-copy-guard select,
body.rf-copy-guard [contenteditable="true"],
body.rf-copy-guard [contenteditable=""],
body.rf-copy-guard .rf-cpm-textarea,
body.rf-copy-guard .rf-cpm-input,
body.rf-copy-guard .rf-comment-form,
body.rf-copy-guard .rf-feed-reels-comment-form,
body.rf-copy-guard .rf-comment-sheet-form,
body.rf-copy-guard .rf-dm-compose,
body.rf-copy-guard .rf-publish-modal,
body.rf-copy-guard .rf-creator-editor {
  -webkit-user-select: text;
  user-select: text;
  -webkit-touch-callout: default;
}
