/*
|--------------------------------------------------------------------------
| Public preview images
|--------------------------------------------------------------------------
|
| Listing, search and category pages receive Cloudinary quality-reduced
| derivatives. The source pixel width, height and aspect ratio are preserved;
| the existing page CSS continues to control each image's visual dimensions.
|
| These rules discourage casual image saving without affecting card links.
| They are not DRM: anything displayed by a browser can ultimately be copied.
|
*/

img[data-protected-preview],
.protected-preview-image {
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    user-select: none;
}

img[data-protected-preview] {
    max-width: 100%;
}
