.auto-summary-wrapper {
    margin: 30px 0;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 5px;
    border-left: 4px solid #4285f4;
}

.auto-summary-wrapper h4 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    color: #333;
}

.auto-summary-content {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
} 