.child-list {
    padding: 0;
    width: 100%;
    margin: 0 0 15px;
    background: #fff;
}

.child-list a {
    display: inline-block;
    line-height: 34px;
    padding: 0 14px;
    color: #111;
    border: 1px solid #ddd;
    border-radius: 30px;
    margin: 0 5px 5px 0;
    font-size: 13px;
    font-weight: normal;
}

.child-list a:hover {
    background: var(--s-secondary);
    border: 1px solid var(--s-secondary);
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .child-list a {
        line-height: 26px;
        padding: 0 10px;
        margin: 0 4px 4px 0;
        font-size: 11px;
    }
}