img,
svg,
canvas,
video,
.protected-media {
  -webkit-user-drag: none;
  user-select: none;
}

body.asset-protected {
  -webkit-touch-callout: none;
}

.asset-protected .theme-card,
.asset-protected .project-grid article {
  position: relative;
}

.asset-protected .theme-card::after,
.asset-protected .project-grid article::after {
  content: "OSP Digital Solutions";
  position: absolute;
  right: 14px;
  bottom: 12px;
  z-index: 6;
  pointer-events: none;
  padding: 5px 9px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  color: rgba(255, 255, 255, .62);
  background: rgba(2, 8, 23, .42);
  backdrop-filter: blur(10px);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.asset-protect-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 9999;
  transform: translate(-50%, 18px);
  opacity: 0;
  pointer-events: none;
  max-width: min(92vw, 420px);
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 14px;
  color: #fff;
  background: rgba(2, 8, 23, .92);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  transition: .22s ease;
}

.asset-protect-toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
