.identity-id-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 15px 0 0;
  padding: 10px 12px;
  border-radius: 5px;
  background: #f7f8f9;
  font-size: 13px;
}

.identity-id-row span {
  color: var(--muted);
}

.identity-id-row code {
  color: #161823;
  font-family: inherit;
  overflow-wrap: anywhere;
}
