.wallet-pass-identity {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.wallet-pass-photo {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 12px;
  object-fit: cover;
  background: var(--navy);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .04em;
}

.wallet-pass-identity-text {
  min-width: 0;
}

.wallet-pass-identity .wallet-pass-type {
  margin-bottom: 5px;
}

.wallet-pass-identity .wallet-pass-number {
  margin-bottom: 0;
  font-size: 13px;
}
