.pf-v5-c-masthead__brand img {
    height: 30px;
    /* content: url() overrides the broken relative src that KC renders for logo=.
       The url() here resolves relative to this CSS file, so ../img correctly
       reaches the theme resources path regardless of the cache-busting hash. */
    content: url(../img/logo.svg);
}