div.ui-card__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: #111827;
}

.trend-date-format {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: #9299A5;
}

.news-trends-template .grid-list {
    gap: 24px;
}

.news-trends-template .bottom_nav_wrapper {
    display: none;
}

@media (max-width: 600px) {
    #main .news-trends-template .mobile-scrolled--items-3>*:where(a, div) {
        width: 111px;
    }

    .news-trends-template .grid-list {
        gap: 6.5px;
    }


    .news-trends-template .maxwidth-theme {
        max-width: calc(100% - 10px);
        overflow: hidden;
        padding-right: 0;
        margin-left: unset !important;
    }

    .news-trends-template div.ui-card__title {
        font-size: 11px;
        line-height: 16px;
    }

    .news-trends-template .ui-card__image {
        height: 134px;
    }

    .trend-date-format {
        display: none;
        font-size: 12px;
        line-height: 16px;
    }

    .news-trends-template .ui-card__info {
        margin-top: 6px;
    }
}