.nav__highlightedArticle .wl-tagcloud ul {
    padding-left: 0.5rem;
    text-align: left;
}

.nav__highlightedArticle .wl-tagcloud a {
    display: inline-block;
    margin: .5rem 0 0 0;
    padding: .4rem .8rem;
    line-height: 1;
    font-size: .8rem;
    border: 1px solid #b7b7b7;
    border-radius: 1.5em;
    white-space: nowrap;
}

.nav__highlightedArticle .subsection--line {
    margin-bottom: 0;
    padding: 0.5rem 0.5rem 0.9rem 0.5rem;
    font-size: .875rem;
    font-weight: 700;
    color: inherit;
    letter-spacing: 0;
    line-height: normal;
    text-transform: none;
    text-decoration: none;
    -webkit-transition: color .4s cubic-bezier(.165,.84,.44,1);
    transition: color .4s cubic-bezier(.165,.84,.44,1);
}

.nav__highlightedArticle .subsection--line::before {
    content: none;
}

.nav__highlightedArticle .subsection--line span {
    padding-right: 0;
    background-color: transparent;
}

.nav__highlightedArticle .wl-tagcloud [class*='wl-tc'] {
    display: inline-block;
}
