.screenshot-guide__privacy {
  padding: 16px 18px;
  background: var(--surface-tint);
  color: var(--text) !important;
  border: 1px solid var(--line);
}

.platform-shot-group {
  margin-top: 38px;
}

.platform-shot-group + .platform-shot-group {
  padding-top: 38px;
  border-top: 1px solid var(--line);
}

.platform-shot-group h3 {
  margin-bottom: 0;
  font-size: 1.5rem;
  letter-spacing: -.025em;
}

.shot-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
  margin-top: 22px;
}

.screenshot-figure {
  min-width: 0;
  margin: 0;
}

.screenshot-shell {
  overflow: hidden;
  background: var(--screenshot-tint);
  border: 1px solid var(--line-strong);
}

.screenshot-shell--phone {
  max-width: 360px;
  margin-inline: auto;
}

.screenshot-shell img {
  display: block;
  width: 100%;
  height: auto;
}

.screenshot-figure figcaption {
  margin-top: 12px;
  color: var(--copy);
  font-size: .92rem;
}

.screenshot-figure figcaption strong {
  color: var(--text);
}

@media (max-width: 600px) {
  .shot-pair {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .screenshot-shell--phone {
    max-width: 320px;
  }
}
