.ai-writer-summary {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-left: 4px solid #2271b1;
    border-radius: 4px;
    padding: 16px 20px;
    margin: 0 0 24px;
}

.ai-writer-summary-label {
    font-size: 13px;
    font-weight: 600;
    color: #2271b1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.ai-writer-summary-body {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
}

.ai-writer-summary-body p {
    margin: 0 0 10px;
}

.ai-writer-summary-body p:last-child {
    margin-bottom: 0;
}
