/* Public-site content protection (admin layout is excluded). */
body.dn-protect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body.dn-protect input,
body.dn-protect textarea,
body.dn-protect select,
body.dn-protect option,
body.dn-protect [contenteditable="true"],
body.dn-protect .allow-select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

body.dn-protect img {
    -webkit-user-drag: none;
    user-drag: none;
    pointer-events: auto;
}
