
    .swiper-wrapper a.p-search-news-card__figure {
        height: 210px;
        width: 100%;
    }
    .swiper-wrapper a.p-search-news-card__title {
        height: auto;
        width: auto;
    }

@media only screen and (max-width: 1199px) {
        .swiper-wrapper a.p-search-news-card__figure {
            height: 210px;
            width: 100%;
        }
        .swiper-wrapper a.p-search-news-card__title {
            height: auto;
            width: auto;
        }
}

@media only screen and (max-width: 850px) {
        .swiper-wrapper a.p-search-news-card__figure {
            height: 210px;
            width: 100%;
        }
        .swiper-wrapper a.p-search-news-card__title {
            height: auto;
            width: auto;
        }
}

.p-search-news__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.1428571429rem;
}
.p-search-news__slider .swiper-button-prev, .p-search-news__slider .swiper-button-next {
    top: 105px;
}

@media only screen and (max-width: 1199.9px) {
    .p-search-news__slider {
        overflow: visible;
    }
}

.p-search-news-card {
    user-select: none !important;
}

@media only screen and (max-width: 1199.9px) {
    .p-search-news-card {
        width: 25.7142857143rem !important;
    }
}

@media only screen and (max-width: 599.9px) {
    .p-search-news-card {
        width: 379px !important; /*width: 21.4285714286rem !important;*/
    }
}

.p-search-news-card__figure {
    display: block;
    margin-bottom: 1.0714285714rem;
    border-radius: 2.1428571429rem;
    overflow: hidden;
}

    .p-search-news-card__figure img {
        width: 100%;
    }

.p-search-news-card__date {
    font: 500 0.9285714286rem/1 var(--font);
    color: #999EA5;
    margin-bottom: 0.7142857143rem;
}

.p-search-news-card__title {
    font: 600 1.5714285714rem/1.1 var(--font);
    text-decoration: none !important;
}

@media only screen and (min-width: 1200px) {
    .p-search-news-card__title {
        font-size: 1.7142857143rem;
    }
}

.p-search-news-card__additional {
    display: flex;
    gap: 1.1428571429rem;
    margin-top: 0.8571428571rem;
    max-height: 63px;
    overflow-y: hidden;
    position: relative;
}

    .p-search-news-card__additional::after {
        display: block;
        bottom: 0;
        right: 0;
        content: ' ';
        width: 100px;
        background-image: linear-gradient(to right, rgba(255,255,255,0), white);
        position: absolute;
        line-height: 1.5rem;
        height: 1.5rem;
    }

.p-search-news-card__comments, .p-search-news-card__views {
    font-size: 0;
    color: #999EA5;
    font: 500 1.1428571429rem/1 var(--font);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none !important;
}

    .p-search-news-card__comments svg, .p-search-news-card__views svg {
        width: 1.2857142857rem;
        height: 1.2857142857rem;
        margin-top: -1px;
    }

    .p-search-news-card__views svg {
        width: 1.5714285714rem;
        height: 1.1428571429rem;
    }