@mixin auto-phrase() {
  [data-unitone-layout~="-auto-phrase"] {
    overflow-wrap: anywhere !important;
    word-break: keep-all !important;
  }
}
