[data-content-protection="protected"],
.protected-page-wrap {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

[data-content-protection="protected"] input,
[data-content-protection="protected"] textarea,
[data-content-protection="protected"] select,
[data-content-protection="protected"] [contenteditable]:not([contenteditable="false"]),
[data-content-protection="protected"] [data-content-protection-allow],
body[data-content-protection="always"] input,
body[data-content-protection="always"] textarea,
body[data-content-protection="always"] select,
body[data-content-protection="always"] [contenteditable]:not([contenteditable="false"]),
body[data-content-protection="always"] [data-content-protection-allow] {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  user-select: text;
}

@media print {
  html[data-content-print-blocked="true"] body > *,
  body[data-screen="viewer"] > *,
  body[data-content-protection="always"] > * {
    display: none !important;
  }

  html[data-content-print-blocked="true"] body,
  body[data-screen="viewer"],
  body[data-content-protection="always"] {
    display: flex !important;
    min-height: 100vh !important;
    margin: 0 !important;
    padding: 32px !important;
    align-items: center !important;
    justify-content: center !important;
    background: #fff !important;
    box-sizing: border-box !important;
  }

  html[data-content-print-blocked="true"] body::before,
  body[data-screen="viewer"]::before,
  body[data-content-protection="always"]::before {
    display: block !important;
    width: min(100%, 720px) !important;
    padding: 48px 42px !important;
    border: 4px solid #b42318 !important;
    border-radius: 18px !important;
    color: #7a1610 !important;
    background: #fff5f4 !important;
    box-sizing: border-box !important;
    font: 900 26px/1.45 Arial, sans-serif !important;
    letter-spacing: .02em !important;
    text-align: center !important;
    white-space: pre-line !important;
    content: "PROTECTED CONTENT\A\A Copying, printing or sharing this content without permission is prohibited and may be punishable by law." !important;
  }

  html[data-content-print-blocked="true"] body::after,
  body[data-screen="viewer"]::after,
  body[data-content-protection="always"]::after {
    display: none !important;
    content: none !important;
  }
}
