﻿/* Content Protection & Copy Prevention Styles */
*, *::before, *::after {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

img, a, video, audio, svg {
    -webkit-user-drag: none !important;
    -khtml-user-drag: none !important;
    -moz-user-drag: none !important;
    -o-user-drag: none !important;
    user-drag: none !important;
}

body, html {
    -webkit-touch-callout: none !important;
    -webkit-tap-highlight-color: transparent !important;
}
