.article-shell.site-copy-protected,
.article-shell.site-copy-protected *,
.article-shell.is-copy-protected,
.article-shell.is-copy-protected * {
  -webkit-user-select: none !important;
  user-select: none !important;
}

.article-shell.site-copy-protected img,
.article-shell.is-copy-protected img {
  -webkit-user-drag: none !important;
  user-select: none !important;
}
