

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

.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__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/components/smart/smart.documents/templates/.default/style.css?1750755536793 */
