.asp-protected-content {
  position: relative;
  overflow: hidden;
}

.asp-protected-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  user-select: none;
}

.asp-protection-notice {
  font-size: 14px;
  line-height: 1.4;
  color: #666;
}
