

/* Start:/local/templates/novoplanCorp_s1/components/bitrix/news.list/documents/style.css?17762383111655*/
.documents-list {
    max-width: 100%;
}
.documents-list h2 {
    margin: 50px 0 20px;
}
.documents-section {
    margin-bottom: 30px;
}

.documents-section-title {
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
    color: #333;
}

.documents-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.document-item {
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F6F6F6;
}

.document-info {
    flex: 1;
}

.document-name {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #1F1F1F;
}

.document-size {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #545454;
    margin-left: 12px;
}

.document-actions {
    margin-left: 15px;
}


.document-no-file {
    display: inline-block;
    padding: 8px 20px;
    background: #95a5a6;
    color: white;
    border-radius: 4px;
    font-size: 14px;
    cursor: not-allowed;
}

.documents-empty {
    padding: 20px;
    text-align: center;
    color: #7f8c8d;
    font-style: italic;
}

@media (max-width: 768px) {
    .document-item {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .document-actions {
        margin-left: 0;
        margin-top: 10px;
    }
}
/* End */
/* /local/templates/novoplanCorp_s1/components/bitrix/news.list/documents/style.css?17762383111655 */
