

/* Start:/bitrix/templates/ipovszrt/components/bitrix/news.list/desertation_list/style.css?17707012661708*/
.dissertation-card-minimal {
        border: 1px solid #e0e0e0;
        border-radius: 6px;
        background: white;
        margin-bottom: 24px;
        height: 100%;
        transition: all 0.3s ease;
    }
    
    .dissertation-card-minimal:hover {
        border-color: #3498db;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        transform: translateY(-2px);
    }
    
    .card-header-minimal {
        background: #f8f9fa;
        padding: 14px 20px;
        border-bottom: 1px solid #e0e0e0;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .date-badge {
        background: #2c3e50;
        color: white;
        padding: 6px 14px;
        border-radius: 4px;
        font-weight: 600;
        font-size: 0.9rem;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }
    
    .card-body-minimal {
        padding: 24px 20px;
    }
    
    .title-link {
        color: #2c3e50;
        font-weight: 600;
        font-size: 1.25rem;
        text-decoration: none;
        line-height: 1.4;
        display: block;
        margin-bottom: 16px;
        border-bottom: 2px solid transparent;
        padding-bottom: 8px;
        transition: all 0.2s ease;
    }
    
    .title-link:hover {
        color: #1a365d;
        border-bottom-color: #3498db;
    }
    
    .dissertation-text {
        color: #4a5568;
        line-height: 1.6;
        margin: 0;
        font-size: 1rem;
        padding: 12px 0;
        border-top: 1px solid #f5f5f5;
    }
    
    .text-muted {
        color: #718096;
        font-size: 0.9rem;
        margin-top: 16px;
        padding-top: 16px;
        border-top: 1px solid #f5f5f5;
    }

/* End */
/* /bitrix/templates/ipovszrt/components/bitrix/news.list/desertation_list/style.css?17707012661708 */
