.post-article .listicle_article_tag_a {
    color: #4c4c4c;
    background: #fff;
    border: 1px solid #8d8d8d;
    white-space: normal;
    padding: 7px 15px;
    margin: 3px 4px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -webkit-border-radius: 100px;
    line-height: 1;
    font-size: 16px !important;
}

.post-article .listicle_article_tag_a:hover {
    background-color: #e0e0e0;
}
ol.listicle_anchor_point_ol li::marker {
    color: var(--theme-color);
}