.site-protection-enabled html,
.site-protection-enabled body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.site-protection-enabled input,
.site-protection-enabled textarea,
.site-protection-enabled select,
.site-protection-enabled [contenteditable="true"] {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.site-protection-enabled img {
  -webkit-user-drag: none;
  user-drag: none;
}

@media print {
  .site-protection-enabled html,
  .site-protection-enabled body {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
  }
}
