

/* Start:/local/templates/ulstd/components/bitrix/news.list/doc/style.css?17647459462568*/
.document-list-item {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    position: relative;
}

.document-icon {
    width: 50px;
    text-align: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.document-icon i {
    font-size: 32px;
    color: #666;
}

.fa-file-pdf { color: #e74c3c !important; }
.fa-file-word { color: #2b579a !important; }
.fa-file-excel { color: #217346 !important; }
.fa-file-powerpoint { color: #d24726 !important; }
.fa-file-alt { color: #7f8c8d !important; }
.fa-file-archive { color: #f39c12 !important; }
.fa-file-image { color: #9b59b6 !important; }

.document-content {
    flex-grow: 1;
}

.document-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
    text-decoration: none;
    display: block;
}

.document-title:hover {
    color: #0066cc;
}

.document-meta {
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
}

.document-date {
    margin-right: 10px;
}

.document-file-info {
    background: #f8f9fa;
    padding: 8px 12px;
    border-radius: 4px;
    margin-top: 8px;
    font-size: 13px;
    border-left: 3px solid #3498db;
}

.document-file-name {
    font-weight: bold;
    color: #333;
    margin-bottom: 3px;
}

.document-file-details {
    color: #666;
    font-size: 12px;
}

.document-file-type {
    display: inline-block;
    background: #e9ecef;
    padding: 2px 6px;
    border-radius: 3px;
    margin-right: 8px;
    font-size: 11px;
    text-transform: uppercase;
}

.document-file-size {
    margin-right: 8px;
}

.download-link {
    display: inline-block;
    background: #3498db;
    color: white;
    padding: 5px 12px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 12px;
    margin-top: 5px;
    transition: background 0.3s;
}

.download-link:hover {
    background: #2980b9;
    color: white;
    text-decoration: none;
}

.document-preview {
    font-size: 14px;
    color: #555;
    margin-top: 8px;
    line-height: 1.4;
}

.document-properties {
    margin-top: 8px;
    font-size: 12px;
    color: #777;
}

.document-property {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 3px;
}

.no-file {
    color: #999;
    font-style: italic;
    font-size: 12px;
}

/* Отладка для админов */
.debug-info {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    padding: 10px;
    margin: 10px 0;
    border-radius: 4px;
    font-size: 12px;
}

.debug-title {
    color: #856404;
    font-weight: bold;
    margin-bottom: 5px;
}
/* End */
/* /local/templates/ulstd/components/bitrix/news.list/doc/style.css?17647459462568 */
