

/* Start:/bitrix/templates/university_default/components/bitrix/news/dissertations/bitrix/news.detail/.default/style.css?17691546571353*/
/* Контейнер документов - чистый и без рамок */
.dissertation-sidebar {
    background: transparent;
    padding: 0;
    margin-top: 20px;
}

.dissertation-sidebar h3 {
    margin-top: 0;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #333;
    margin-bottom: 20px;
}

/* Таблица без границ */
.docs-table {
    width: 100%;
    border-collapse: collapse;
}

.docs-table td {
    padding: 8px 0; /* Уменьшили отступы для компактности */
    border: none;   /* Убрали все линии */
    vertical-align: middle;
}

/* Ссылка на документ */
.doc-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #444;
    font-size: 14px;
    transition: color 0.2s ease;
}

.doc-link:hover {
    color: #0056b3;
}

/* Иконка Font Awesome */
.doc-icon {
    width: 20px;
    margin-right: 12px;
    font-size: 18px;
    color: #888; /* Нейтральный цвет иконки */
    text-align: center;
    transition: color 0.2s ease;
}

.doc-link:hover .doc-icon {
    color: #0056b3;
}

/* Дата публикации */
.doc-date {
    text-align: right;
    font-size: 12px;
    color: #999;
    font-weight: 400;
    padding-left: 15px;
}
/* End */
/* /bitrix/templates/university_default/components/bitrix/news/dissertations/bitrix/news.detail/.default/style.css?17691546571353 */
