/* Accent word ("Vergelijkbare vacatures") — `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. */
.similar-jobs__accent {
    font-size: inherit;
    line-height: inherit;
}
