

/* Start:/local/templates/.default/components/bitrix/news.list/documents/style.css?17700522091713*/
.news-detail {
    max-width:1280px
}

.document-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    flex-shrink: 0;
    background-color: #F1F4FF;
}

.document-list>* {
    max-width: 100% !important;
}

.document-list-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    gap: 16px;
    margin-bottom: 22px !important;
}
.document-list-header .document-list-label {
    margin: 0 !important;
}
@media (max-width:992px) {
    .document-list-header {
        flex-direction: column;
        gap: 4px;
    }
}

.document-actions {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
}
.document-actions .action-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F4F4F8;
    border-radius: 8px;
    color: #000;
    border-color: #f8f9fa;
    width: 32px;
    height: 32px;
    padding: 0;
    line-height: 32px;
    text-align: center;
}
.document-actions .action-button span {
    display: none;
    margin-left: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #53546E;
}
@media (max-width:992px) {
    .document-actions .action-button {
        height: 40px !important;
        width: 140px !important;
    }
    .document-actions .action-button span {
        display: block;
    }
}
.document-actions .action-button.btn-pdf span {
    font-weight: 600 !important;
}

.document-search {
    display: flex;
    flex: 1;
    width: 100%;
    justify-content: flex-end;
}
@media (max-width:992px) {
    .document-search {
        justify-content: space-between;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/documents/style.css?17700522091713 */
