html,
body,
body *:not(input):not(textarea):not(select) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

img,
picture,
svg,
canvas {
  -webkit-user-drag: none;
  user-drag: none;
}

#pmp-copyright-protection-toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 2147483647;
  max-width: min(520px, calc(100vw - 32px));
  padding: 14px 18px;
  color: #fff;
  background: rgba(33, 37, 41, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

#pmp-copyright-protection-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
