/*
 * OG CARD mobile vertical rhythm 0.9.3.1
 * Scope: smartphone layout only. Card artwork, typography, QR and data are unchanged.
 */
@media (max-width: 720px) {
  .member-v2-card-stage .og-card,
  .member-v2-dialog .og-card--presentation {
    aspect-ratio: auto;
    container-type: inline-size;
  }

  .member-v2-card-stage .og-card__body,
  .member-v2-dialog .og-card--presentation .og-card__body {
    flex: 0 0 auto;
    margin-top: 7cqw;
  }

  .member-v2-card-stage .og-card__identity,
  .member-v2-dialog .og-card--presentation .og-card__identity {
    height: auto;
  }

  .member-v2-card-stage .og-card__qr,
  .member-v2-dialog .og-card--presentation .og-card__qr {
    margin-top: 0;
  }

  .member-v2-card-stage .og-card footer.og-card__facts,
  .member-v2-dialog .og-card--presentation footer.og-card__facts {
    margin-top: 8cqw;
  }
}
