/* Shared Step 3 and follow-up rules carried into the formal customer detail. */
.avatar-identity-tag {
  justify-self: center;
}

.identity-evidence {
  display: grid;
  gap: 2px;
}

.identity-location {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.35;
}

.identity-address {
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.45;
}

@media (max-width: 760px) {
  .identity-location,
  .identity-address {
    font-size: 14px;
  }
}
