/* Content Shield frontend styles */
html.cshield-blur body { filter: blur(8px); pointer-events: none; user-select: none; }
@media print { html.cshield-print-hide body { display: none !important; } }

/* General UX tweaks */
body { -webkit-tap-highlight-color: transparent; }
img { -webkit-user-drag: none; user-drag: none; }

/* Watermark container */
#cshield-wm { background-repeat: repeat; }
