/* Keep the profile editor title, eyebrow and description in separate line boxes. */
[data-ui-surface="user"].product-shell .profile-final-editor__header > div:first-child {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: 6px;
}

[data-ui-surface="user"].product-shell .profile-final-editor__header > div:first-child > span {
  display: block;
  margin: 0;
  line-height: 1.4;
  white-space: normal;
  overflow-wrap: anywhere;
}

[data-ui-surface="user"].product-shell .profile-final-editor__header > div:first-child > h1 {
  margin: 0 !important;
  line-height: 1.12;
  white-space: normal;
  overflow-wrap: anywhere;
}

[data-ui-surface="user"].product-shell .profile-final-editor__header > div:first-child > p {
  margin: 0;
  line-height: 1.6;
  white-space: normal;
  overflow-wrap: anywhere;
}
