.disa-image-protected .model-card figure {
  position: relative;
}

.disa-image-protected .model-card figure::after {
  content: "";
  position: absolute;
  z-index: 4;
  right: 12px;
  bottom: 12px;
  width: clamp(62px, 9vw, 118px);
  height: 36px;
  pointer-events: none;
  background: url('/files/images/8539016logoooooo.png') right center / contain no-repeat;
  filter: drop-shadow(0 1px 4px #fff);
  opacity: .62;
}

.disa-image-protected img {
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
}

@media (prefers-reduced-motion: reduce) {
  .disa-compare-tray,
  .disa-compare-notice { transition: none; }
}
