.lsc-more-row {
    text-align: center;
    padding: 10px 12px;
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.lsc-more-link {
    display: inline-block;
    font-weight: 400;
    text-decoration: none;
    color: #0a678c;
    transition: color 200ms ease-in-out;
}
.lsc-more-link > span {
    display: inline;
    font-weight: normal;
}

.lsc-more-link:hover {
    color: #1382b2;
    text-decoration: underline;
}

.dgwt-wcas-suggestion-headline {
    text-decoration: none;
}

.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline .dgwt-wcas-st {
    font-size: 14px;
}