.category-recents {
    margin-top: 38px;
    padding: 32px 0 4px;
    border-top: 1px solid var(--line, #d8dadc);
    color: var(--text, #454e57);
    text-align: center;
}

.category-recents h2 {
    margin: 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;
}

.category-recents .post-list {
    margin: 0;
    padding: 24px 0 0;
    list-style: none;
}

.category-recents .post-item {
    margin: 0 0 11px;
    padding: 0;
    font-size: 17px;
    line-height: 1.5;
}

.category-recents .post-item.has-thumbnail {
    margin-bottom: 18px;
}

.category-recents .post-line {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
}

.category-recents .post-title {
    color: var(--text, #465059);
}

.category-recents .post-meta {
    margin: 0;
    color: var(--muted, #737c84);
}

.category-recents .slash {
    padding: 0 8px;
}

.category-recents .post-thumbnail,
.category-recents .post-thumbnail:hover {
    display: block;
    width: 152px;
    height: 98px;
    margin: 4px auto 0;
    border: 0;
}

.category-recents .post-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    border: 3px solid #fff;
    object-fit: cover;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .38);
}

.category-recents .pagenav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    margin-top: 30px;
    font-size: 17px;
}

.category-recents .pagenav a {
    color: var(--text, #465059);
}

@media screen and (max-width: 600px) {
    .category-recents {
        margin-top: 32px;
        padding-top: 28px;
    }

    .category-recents h2 {
        font-size: 17px;
    }
}
