/* Screenshot layout only. All article typography and components use the shared blog styles. */
.wallet-figure {
  margin: 30px 0;
  padding: 24px;
  border: 1px solid var(--brd);
  border-radius: var(--rL);
  background: var(--srf);
}
.wallet-figure img {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  margin: 0 auto;
  border-radius: 18px;
}
.wallet-figure figcaption {
  max-width: 520px;
  margin: 18px auto 0;
  color: var(--txS);
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 640px) {
  .wallet-figure { padding: 16px; }
}
