/* Paired with protect-images.js. The class lands on <html> at runtime, so with
   JavaScript off — and for crawlers — images behave completely normally. */
.img-protected img, .img-protected picture {
  -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
  -webkit-touch-callout: none;   /* the iOS long-press "Save Image" sheet */
  -webkit-user-drag: none;
}
