/* Prevent mobile long-press save/share callouts and desktop dragging inside the image gallery.
   Note: this discourages casual saving; no front-end code can fully prevent screenshots or network access. */
.ccc-gallery-overlay,
.ccc-gallery-modal,
.ccc-gallery-stage-wrap,
.ccc-gallery-stage,
.ccc-gallery-thumbs,
.ccc-gallery-thumb{
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  user-select: none !important;
}

.ccc-gallery-stage img,
.ccc-gallery-thumb img{
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  user-select: none !important;
  -webkit-user-drag: none !important;
  user-drag: none !important;
  pointer-events: none !important;
}
