/* Smart Post Enhancer Frontend Styles */
.spe-summary-box {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-right: 5px solid #22c55e;
    border-radius: 8px;
    padding: 16px 20px;
    margin: 24px 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.spe-summary-header {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #15803d;
    font-size: 15px;
    margin-bottom: 8px;
}

.spe-summary-text {
    color: #1f2937;
    font-size: 14.5px;
    line-height: 1.8;
    margin: 0;
}

.spe-quote-box {
    background: #f8fafc;
    border-right: 4px solid #3b82f6;
    margin: 20px 0;
    padding: 14px 18px;
    border-radius: 4px;
}

.spe-quote-text {
    font-style: italic;
    color: #334155;
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
}
