/* Arcade-only product capture. A separate filename is deliberate: the shared
   category stylesheet may remain cached while a new Arcade page is deployed. */
.preview--shot {
  width: 100%;
  max-width: 320px;
  justify-self: end;
  background: #0b0a0e;
  border-color: rgba(231, 169, 59, .3);
}

.preview--shot img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 780 / 976;
  object-fit: cover;
}

.preview--shot figcaption {
  padding: .72rem .9rem .78rem;
  border-top: 1px solid var(--cat-line);
  color: var(--cat-text-3);
  font-family: var(--cat-mono);
  font-size: .62rem;
  letter-spacing: .035em;
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 760px) {
  .preview--shot {
    max-width: 286px;
    justify-self: center;
  }
}
