.news-list {
    padding: 45px 0 30px;
}

.news-list.content {
    padding: 0;
}

.news-list.content .post__item {
    margin-bottom: 15px;
}

.news-list.content .post__item:nth-child(3n) {
    margin-right: 0;
}

.news-list.art {
    background: #f5f5f6;
}

.news-list.art .news-list__img .corner {
    background: #17a100;
    color: #fff;
    display: none;
}

.news-list.art .news-list__img .corner:after {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 14 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0C0 0 0.28125 0 2.5 0C2.96951 0 3.4375 0 4.35625 1.5C6.5 5 11 13 11 13H0V0Z' fill='%2317A100'/%3E%3C/svg%3E%0A");
}

.news-list .news-list__item {
    color: #303030;
}

.news-list .news-list__img {
    width: 100%;
    height: 161px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    overflow: hidden;
}

.news-list .news-list__img img {
    min-width: 100%;
    object-fit: cover;
}

.news-list .news-list__img .corner {
    background: linear-gradient(180deg, #ffb800 0%, #ff0909 100%), linear-gradient(0deg, #f00001, #f00001), linear-gradient(0deg, #ffdd2d, #ffdd2d), linear-gradient(0deg, #eec800, #eec800), linear-gradient(180deg, #dd0406 0%, rgba(221, 4, 6, 0) 100%), linear-gradient(0deg, #584ae2, #584ae2), linear-gradient(180deg, #fff 0%, #f4f4f7 100%);
    color: #fff;
    top: inherit;
    bottom: 0;
    display: none;
}

.news-list .news-list__img .corner:after {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='13' viewBox='0 0 11 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0C0 0 0.28125 0 2.5 0C2.96951 0 3.4375 0 4.35625 1.5C6.5 5 11 13 11 13H0V0Z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M0 0C0 0 0.28125 0 2.5 0C2.96951 0 3.4375 0 4.35625 1.5C6.5 5 11 13 11 13H0V0Z' fill='%23584AE2'/%3E%3Cpath d='M0 0C0 0 0.28125 0 2.5 0C2.96951 0 3.4375 0 4.35625 1.5C6.5 5 11 13 11 13H0V0Z' fill='url(%23paint1_linear)'/%3E%3Cpath d='M0 0C0 0 0.28125 0 2.5 0C2.96951 0 3.4375 0 4.35625 1.5C6.5 5 11 13 11 13H0V0Z' fill='%23EEC800'/%3E%3Cpath d='M0 0C0 0 0.28125 0 2.5 0C2.96951 0 3.4375 0 4.35625 1.5C6.5 5 11 13 11 13H0V0Z' fill='%23FFDD2D'/%3E%3Cpath d='M0 0C0 0 0.28125 0 2.5 0C2.96951 0 3.4375 0 4.35625 1.5C6.5 5 11 13 11 13H0V0Z' fill='%23F00001'/%3E%3Cpath d='M0 0C0 0 0.28125 0 2.5 0C2.96951 0 3.4375 0 4.35625 1.5C6.5 5 11 13 11 13H0V0Z' fill='url(%23paint2_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='5.5' y1='0' x2='5.5' y2='13' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23F4F4F7'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='5.5' y1='0' x2='5.5' y2='13' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DD0406'/%3E%3Cstop offset='1' stop-color='%23DD0406' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='5.5' y1='0' x2='5.5' y2='13' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='1' stop-color='%23FF0909'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

.news-list .news-list__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #303030;
    margin-bottom: 5px;
}

.news-list .news-list__title:hover {
    text-decoration: underline;
}

.news-list .news-list__datw {
    text-transform: uppercase;
    color: rgba(48, 48, 48, .7);
    font-size: 14px;
    font-weight: 500;
}

.news-list-widget {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (min-width: 600px) {
    .news-list-widget {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 768px) {
    .news-list-widget {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
