/* Only index13. Preserve the former h4/list-item appearance with native semantics. */
.kmb-pub .kmb-pub-title {
    margin: 0 0 7px;
    font-family: inherit;
    font-size: 13.5px;
    font-weight: 800;
    line-height: inherit;
    letter-spacing: normal;
    color: var(--anthracite, var(--navy));
}

/* Keep specificity below the existing .is-key, adjacent-border and focus rules. */
button.kmb-signal {
    appearance: none;
    display: block;
    width: 100%;
    margin: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
}

.kmb-matrix .kmb-question-trigger {
    appearance: none;
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    cursor: pointer;
}
