

/* Start:/local/components/parnas/documents/templates/.default/style.css?1781111878867*/
.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-search {
    display: flex;
    flex: 1;
    width: 100%;
    justify-content: flex-end;
}
@media (max-width:992px) {
    .document-search {
        justify-content: space-between;
    }
}
/* End */
/* /local/components/parnas/documents/templates/.default/style.css?1781111878867 */
