

/* Start:/local/components/rtkit/news/templates/.default/style.css?17690017601195*/
.news-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(354px, 1fr));
    gap: 20px;
}


.news-card-img {
    border-radius: var(--rtk-border-radius);
    height: 260px;
    width: 100%;
    object-fit: cover;
    background-color: #E7E7E9;
}

.news-date {
    color: #B8B9C0;
}

.portfolio-filters {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}


.filter-btn {
    cursor: pointer;
    font: inherit;
    color: #101828;
    border-radius: 24px;
    padding: 12px 24px;
    background-color: #1018280D;
    font-weight: 500;
    border: none;
}

.filter-btn:hover {
    color: #7700FF;
}

.filter-btn.active {
    background-color: #7700FF;
    color: #fff;
    box-shadow: 0px 2px 4px 0px #1C293D1F;
    box-shadow: 0px 0px 1px 0px #1C293D33;
}

.news .card-body h4 {
    max-width: 427px;
}

.news .card-body {
    gap: 20px;
    padding: 20px 20px 20px 20px;
    height: 100%;
}

.news .card {
    gap: 20px;
}

.demo_day.page .card {
    gap: 20px;
    justify-content: space-between;
}

.demo_day.page .card-body h4 {
    max-width: 427px;
}

.demo_day.page .card-body {
    gap: 20px;
    padding: 0 20px 20px 20px;
}
/* End */
/* /local/components/rtkit/news/templates/.default/style.css?17690017601195 */
