#wpcg-notice {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%) translateY(12px);
  z-index: 2147483647;
  max-width: min(92vw, 520px);
  padding: 12px 16px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.86);
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}

#wpcg-notice.wpcg-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

img {
  -webkit-user-drag: none;
}

@media print {
  body.wpcg-print-protected > * {
    display: none !important;
  }

  body.wpcg-print-protected::before {
    content: "Contenuto protetto da copyright.";
    display: block;
    padding: 40px;
    font: 18px/1.4 sans-serif;
  }
}
