/* Accent word ("artikelen") — `font-size`/`line-height: inherit` defeat the
   global `span { font-size }` reset in app.css (CSS-only exception per
   CLAUDE.md) so the word tracks the heading's size instead of dropping to
   the base text size. */
.related-content__accent {
    font-size: inherit;
    line-height: inherit;
}
