[data-tts]::before {
  white-space: normal;
  display: inline-block;
  width: max-content;
  max-width: min(18rem, 100vw - 2rem);
  overflow-wrap: break-word;
  box-sizing: border-box;
}
