.evidenceScreenshot a {
  display: block;
  background: #eef0f3;
}

.evidenceScreenshot img {
  min-width: 0 !important;
  max-height: 760px;
  object-fit: contain;
  object-position: top center;
}

.evidenceScreenshot figcaption span {
  display: block;
  margin-top: 5px;
  color: var(--oxblood);
  font-weight: 800;
}

.article section > .evidenceDetails {
  grid-column: 2;
  width: 100%;
  margin: 4px 0 42px;
  border-block: 1px solid var(--ink);
  padding: 20px 0;
}

.evidenceDetails summary {
  cursor: pointer;
  font: 800 12px/1.4 Arial, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.evidenceDetails > p {
  max-width: 760px;
  color: var(--muted);
  line-height: 1.6;
}

.evidenceGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.evidenceGrid .artifactFigure {
  margin-bottom: 0;
}

@media (max-width: 850px) {
  .article section > .evidenceDetails {
    grid-column: 1;
  }

  .evidenceGrid {
    grid-template-columns: 1fr;
  }
}
