
.single .page-header,
.page .page-header{
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 15px;
}

.single .page-header .meta{
    font-size: 1.125rem;
}

/** - */
.more-post-links{
    padding-left: 15px;
    padding-right: 15px;
}
.more-post-links .row{
    justify-content: space-between;
}
.more-post-links .page-numbers{
    flex-direction: column;
    /*align-items: flex-start;*/
    width: 230px;
    max-width: 49%;
}
.more-post-links .page-numbers:first-child{
    align-items: flex-start;
}
.more-post-links .page-numbers:nth-child(2){
    align-items: flex-end;
    text-align: right;
}

.more-post-links span{
    display: block;
}
.more-post-links .sign{
    display: flex;
    font-weight: 500;
}
.more-post-links .date{
    font-size: 14px;
    margin:8px 0;
}

.more-post-links .title{
    font-size: 18px;
    font-weight: 500;
}
@media (max-width: 575px){
    .more-post-links .date,
    .more-post-links .title{
        display: none;
    }
}

@media (min-width: 992px){
    .more-post-links a:hover,
    .more-post-links a:focus{
        color:#122034;
    }
}