/* Homepages: transparent cue over the next-image preview. */
.proc-preview-cue {
  position: relative;
  container-type: inline-size;
}
.proc-preview-cue > svg {
  position: absolute;
  z-index: 1;
  top: 21cqw;
  right: calc(8% - 9px);
  transform: translate(50%, -50%);
  width: clamp(18px, 3cqw, 34px);
  height: auto;
  overflow: visible;
  pointer-events: none;
  opacity: 0.5;
}
.proc-preview-cue:has([data-proc]:last-child[data-selected]) > svg {
  visibility: hidden;
}
