.u-highlight {
  /* So wrapped inline text has consistent padding */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
:is(h1, h2, h3, h4).u-highlight {
	display: inline;
}