.loq-account-view-head {
  margin-bottom: 16px;
}

.loq-account-view-head h3 {
  max-width: 20ch;
  margin: 0;
  color: var(--loq-account-title-color);
  font-size: 24px;
  font-weight: var(--loq-account-title-weight);
  line-height: 1.08;
}

.loq-account-view-head p {
  max-width: 32ch;
  margin: 10px 0 0;
  color: var(--loq-account-muted-color);
  font-size: var(--loq-account-subtitle-size);
  font-weight: var(--loq-account-body-weight);
  line-height: 1.42;
}
