/* English OS minimal copy protection, scoped only to marked proof/result areas. */
[data-copy-protected] {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
[data-copy-protected] img {
  -webkit-user-drag: none;
}
.copy-protection-notice {
  margin: 18px auto 0;
  padding: 12px 14px;
  max-width: 980px;
  border: 1px solid rgba(17, 24, 39, 0.14);
  border-radius: 10px;
  color: #4b5563;
  background: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}
