/* AI Summary Styles - Professional Display */
.summary-content {
    line-height: 1.8;
    color: #212529;
}

.summary-content h5 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e9ecef;
    font-weight: 700;
}

.summary-content h5:first-child {
    margin-top: 0;
}

.summary-content p {
    text-align: justify;
    font-size: 0.95rem;
    color: #495057;
    line-height: 1.8;
}

.summary-bullets {
    list-style: none;
    padding-left: 0;
    margin: 1rem 0;
}

.summary-bullets li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.summary-bullets li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #667eea;
    font-weight: bold;
    font-size: 1.2rem;
}

.summary-content strong {
    color: #1e293b;
    font-weight: 600;
}

