/* ---------- NEWS LIST ----------- */
/* перенесенр в стиле.wcc
.news-item {
   position:relative;
    h4 {
        margin-bottom: 4px;
    }
    img {
        height: 180px;
        object-fit: cover;
    }
    a {
        display: block;
        height:340px;
        overflow:hidden;
        border:solid 10px var(--green-white);
        font-size:smaller;
    }
    .date {
        padding: 2px 5px;
        color: var(--text-secondary);
        float:right;
        position:absolute; top:0;right:0;
        background:var(--green-white);

    }

}
*/
.news-list {margin-top:30px}

.pagination-list {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    list-style-type: none;
}

.pagination-list_item a {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 20%;
    background-color: var(--green-white);
}

.pagination-list_item.active a {
    background: var(--green);
    color: #fff;
}
