.abc-pagination-tab {
    padding-top: 55px;
    margin-top: -55px;
    -webkit-background-clip: content-box;
    background-clip: content-box;
}
.abc-pagination-post a h2 {
    display: inline-block;
    color: #448AFF;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    background-image: linear-gradient(to top, #448AFF 0, #448AFF), linear-gradient(to top, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 0) !important;
    background-position: left bottom, left bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 0 1px, 100% 1px;
    transition: none 300ms ease-in-out;
    transition-property: background-size, color;
}
.abc-pagination-post__title {
    margin: 0;
}
.abc-pagination-post__excerpt {
    margin-top: 6px;
}
.abc-pagination-tab__close {
    width: 20px;
    height: 20px;
    padding: 4px;
    border: 2px solid #448aff;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
}
.abc-pagination-post a h2:hover {
    color: #005fff;
    background-size: 100% 1px, 100% 1px;
}
a.read-more:hover {
    color: #448AFF;
}