
        .research-report-details {
            margin: 20px 0;
            padding: 20px;
            border: 1px solid #ddd;
            background: #f9f9f9;
        }
        
        .research-report-details h2 {
            margin-top: 0;
        }
        
        .research-report-details ul {
            list-style: none;
            padding-left: 0;
        }
        
        .research-report-details li {
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #eee;
        }
        
        .research-report-preview {
            margin-top: 30px;
        }
        
        .research-reports-list {
            margin: 20px 0;
        }
        
        .research-report-item {
            padding: 15px;
            margin-bottom: 15px;
            border: 1px solid #ddd;
            background: #fff;
        }
        
        .research-report-item h3 {
            margin-top: 0;
        }
    