/* Public-page copy protection. Visual layout and pointer interactions remain unchanged. */
html, body, body *:not(input):not(textarea):not(select):not(option) {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  -webkit-touch-callout: none !important;
}

img, a {
  -webkit-user-drag: none;
}
