.balanced {
  text-wrap: balance;
  overflow-wrap: normal !important; /* undo the old rule */
  word-break: keep-all;             /* keep words intact */
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
}
