.uchenie-sovet,
.academ-sovet,
.nauchno-sovet,
.sovet-etica,
[class*='draft-'],
[class*='report-'] {
    display: none;
}

.uchenie-sovet.active,
.academ-sovet.active,
.nauchno-sovet.active,
.sovet-etica.active,
[class*='draft-'].active,
[class*='report-'].active {
    display: block;
}

.file-link:hover {
    color: #007bff !important;
    text-decoration: underline !important;
}

.btn-link:focus {
    box-shadow: none;
}

.parent-topic-header {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eceff1;
    display: flex;
    align-items: center;
}

.parent-topic-header .border-right {
    width: 5px;
    height: 30px;
    background-color: #007bff;
    margin-right: 15px;
    border-radius: 2px;
}

/* Теперь этот селектор сильнее, чем .title-content .text-content */
div.parent-topic-header h3.text-content {
    color: #2c3e50;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 1.5rem;
}