.popular-article-v2 .post-item .row > * {
    flex-grow: 1;
}

.popular-article-v2 .post-item a {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    text-decoration: underline;
    padding: 15px 0;
    cursor: pointer;
    display: block;
}

.popular-article-v2 .post-item {
    padding: 0;
    border: 1px solid transparent;
    border-bottom: 1px solid #d0d0d0;
    margin-top: -1px;
    cursor: pointer;
}

.popular-article-v2 .post-item:hover a {
    color: #dc0019;
}

.popular-article-v2 .post-item:focus,
.popular-article-v2 .post-item:active,
.popular-article-v2 .post-item:active:focus {
    color: #dc0019;
    border-color: #dc0019;
    border-radius: 4px;
}

.popular-article-v2 .heading-wrapper .title h2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}