/* XENO SHOP - public content protection (admin accounts are excluded in index.php) */
html.xeno-content-protected,
html.xeno-content-protected body {
    -webkit-touch-callout: none;
}
html.xeno-content-protected body,
html.xeno-content-protected body *:not(input):not(textarea):not([contenteditable="true"]) {
    -webkit-user-select: none !important;
    user-select: none !important;
}
html.xeno-content-protected img,
html.xeno-content-protected video {
    -webkit-user-drag: none !important;
    user-drag: none !important;
}
@media print {
    html.xeno-content-protected body {
        display: none !important;
    }
}
