/* Editorial rule: headings use one colour; highlighted line breaks inherit it. */
:where(h1, h2, h3, h4, h5, h6) > span {
    color: inherit !important;
}
