.root {
  display: inline-block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  hyphens: auto;
  white-space: normal;
  max-height: calc(2em * var(--line-height));
  overflow: hidden;
}
