/**
 * Discourage casual image saving on public pages.
 */

.apescape-image-protection img,
.apescape-image-protection .apescape-protected-image {
	-webkit-touch-callout: none;
	-webkit-user-drag: none;
	user-select: none;
}

.apescape-image-protection .apescape-post-hero,
.apescape-image-protection .entry-content figure,
.apescape-image-protection .apescape-blog-card__media,
.apescape-image-protection .apechain-os-collection-card__media {
	position: relative;
}

.apescape-image-protection .apescape-post-hero::after,
.apescape-image-protection .entry-content figure.wp-block-image::after,
.apescape-image-protection .apescape-blog-card__media::after,
.apescape-image-protection .apechain-os-collection-card__media::after {
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}
