/* The original generated visual remains intact; no individual panel is cropped. */
.full-work-visual {
  margin: 0 0 32px;
  padding: 14px;
  border: 1px solid rgba(153, 141, 255, 0.35);
  border-radius: 10px;
  background: #0e0e16;
}

.full-work-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.full-work-visual figcaption {
  padding: 12px 2px 0;
  color: #c5c0d6;
  font: 12px/1.2 "DM Mono", monospace;
  letter-spacing: .06em;
  text-align: center;
  text-transform: uppercase;
}
