

/* Start:/bitrix/templates/.default/components/bitrix/news.detail/blog_1_custom/style.css?1764005441948*/
.news-list--docs.active .news-list--docs__show-all { display:none; }

.news-list {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.news-item.news-item-custom {
    display: flex;
    gap: 40px;
    align-items: center;
    background-color: #F6F7FA;
    padding: 24px 22px;
    border-radius: 8px;
}

.news-item-custom .preview_picture {
    width: 46px;
    height: 46px;
}

.news-item-custom .document__title a {
    color: #000;
    text-decoration: underline;
}

.news-list--docs {
    border-radius: 8px;
}

.document__button {
    display: flex;
    gap: 8px;
    align-items: center;
}

.document__button img {
    width: 20px !important;
    height: 20px;
}

.document__info {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.document__text_link {
    color: #000;
    text-decoration: underline;
}

.document__text {
    color: #616262;
    margin-bottom: 0;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news.detail/blog_1_custom/style.css?1764005441948 */
