/* Reused phone screenshots retain their full aspect ratios and compact display. */
.collection-evidence-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 28px;
  margin: 28px 0;
}
.collection-evidence-grid figure {
  flex: 0 1 220px;
  min-width: 0;
  max-width: 100%;
  margin: 0;
}
.collection-evidence-grid figure a { display: block; }
.collection-evidence-grid figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}
.collection-evidence-grid figcaption {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

.collection-app-label { margin-bottom: 12px; font-weight: 700; text-align: center; }
