

/* Start:/local/templates/xtech_landing/components/bitrix/news/.default/bitrix/news.list/.default/style.css?17829019963124*/
.news-empty-state {
    width: 100%;
    padding: 60px 0;
    text-align: center;
    font-size: 18px;
    color: #828b95;
}

.news-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(354px, 1fr));
    gap: 20px;
}

.news-date {
    color: #B8B9C0;
}

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

.portfolio-filter-dropdown {
    display: none;
}

@media (max-width: 576px) {
    .portfolio-filters {
        display: none;
    }

    .portfolio-filter-dropdown {
        display: block;
        position: relative;
        margin-bottom: 32px;
    }

    .portfolio-filter-dropdown .dropdown__placeholder {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 0;
        border-bottom: 2px solid #1018281A;
        cursor: pointer;
        color: #7700FF;
        font-weight: 500;
    }

    .portfolio-filter-dropdown.dropdown-open .dropdown__placeholder {
        border-color: #7700FF;
    }

    .portfolio-filter-dropdown.dropdown-open .dropdown__arrow path {
        stroke: #7700FF;
    }

    .portfolio-filter-dropdown.dropdown-open .dropdown__arrow {
        transform: rotate(180deg);
    }

    .portfolio-filter-dropdown .dropdown__items {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        max-height: 250px;
        overflow-y: auto;
        background: white;
        border-radius: 8px;
        box-shadow: 0px 32px 32px 0px #1C293D0F, 0px 0px 32px 0px #1C293D0D;
        z-index: 200;
        padding: 16px 20px;
        margin-top: 2px;
    }

    .portfolio-filter-dropdown .dropdown__item {
        cursor: pointer;
        padding: 10px 0;
        border-bottom: 1px solid #1018281A;
        font-size: 16px;
        line-height: 24px;
        color: #101828;
    }

    .portfolio-filter-dropdown .dropdown__item:last-child {
        border-bottom: none;
    }

    .portfolio-filter-dropdown .dropdown__item:hover {
        color: #7700FF;
    }

    .portfolio-filter-dropdown .dropdown__item--selected {
        color: #7700FF;
    }
}


.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;
}

.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;
}

.img-container {
    height: 100%;
    max-height: 260px;
    width: 100%;
    overflow: hidden;
}

.news-card-img {
    border-radius: var(--rtk-border-radius);
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-color: #E7E7E9;
}
/* End */
/* /local/templates/xtech_landing/components/bitrix/news/.default/bitrix/news.list/.default/style.css?17829019963124 */
