.content-protected,
.content-protected * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.content-protected img,
.content-protected svg {
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none;
}

.content-protected input,
.content-protected textarea,
.content-protected [contenteditable="true"] {
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  pointer-events: auto;
}

.content-protection-banner {
  position: sticky;
  top: 0;
  z-index: 500;
  padding: 10px 16px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f1f5f9;
  background: linear-gradient(90deg, rgba(94, 26, 26, 0.96), rgba(38, 10, 10, 0.96));
  border-bottom: 1px solid rgba(255, 205, 205, 0.18);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}
