/* GURU C360 frontend content protection. Skipped for logged-in admins. */
body.guru-c360-content-protected {
    -webkit-touch-callout: none;
}

body.guru-c360-content-protected :not(input):not(textarea):not(select):not(button):not(option):not(label):not([contenteditable="true"]):not(.guru-c360-allow-copy):not(.guru-c360-allow-copy *) {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body.guru-c360-content-protected img,
body.guru-c360-content-protected video,
body.guru-c360-content-protected svg,
body.guru-c360-content-protected canvas {
    -webkit-user-drag: none;
    user-drag: none;
}

body.guru-c360-content-protected .guru-c360-allow-copy,
body.guru-c360-content-protected .guru-c360-allow-copy * {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    -webkit-touch-callout: default;
}
