header {
    background: url(../img/news/header.jpg) no-repeat center / cover;
}
.news-block {
}
.news-item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #c8c8c8;
    padding: 30px;
}
.news-item .date {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
    color: #959595;
    margin-bottom: 20px;
}
.news-item .day {
    margin-right: 20px;
    white-space: nowrap;
    padding: 10px 0;
}
.news-item .tags {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    min-width: 100px;
    white-space: nowrap;
    height: 25px;
    font-size: 14px;
    color: #fff;
    background-color: #333;
    letter-spacing: 2px;
}
.news-item .text {
    line-height: 1.7;
}

.wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
    font-family: "EB Garamond", serif;
}
.current {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    width: 0;
    height: 0;
    min-width: 50px;
    min-height: 50px;
    border: none;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
    background-color: #4ca535;
    text-align: center;
}
.wp-pagenavi .page {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    width: 0;
    height: 0;
    min-width: 50px;
    min-height: 50px;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
}
.nextpostslink {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    width: 0;
    height: 0;
    min-width: 50px;
    min-height: 50px;
    border: none;
    border-radius: 50%;
    color: #fff;
    background-color: #4ca535;
    text-align: center;
    margin-left: 10px;
}
.previouspostslink {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    width: 0;
    height: 0;
    min-width: 50px;
    min-height: 50px;
    border: none;
    border-radius: 50%;
    color: #fff;
    background-color: #4ca535;
    text-align: center;
    margin-right: 20px;
}
.wp-pagenavi .current:last-child {
    margin-right: 0;
}

@media (hover: hover) and (pointer: fine) {
    .news-item:hover {
        background-color: #f5f5f5;
        opacity: 1;
    }
    .wp-pagenavi .page:hover {
        background-color: #f5f5f5;
    }
}