/*
 * LuckyFish Content Refresher — Frontend Styles v1.2.4
 * Styles for .lf-key-takeaway and .lf-faq blocks injected by the AI refresh prompt.
 * Low specificity so any theme stylesheet overrides these automatically.
 */

/* ── Key Takeaway callout ──────────────────────────────────────────────────── */
.lf-key-takeaway {
    background-color: #f0f7f0;
    border-left: 4px solid #2d6a2d;
    border-radius: 0 4px 4px 0;
    padding: 14px 18px;
    margin: 24px 0;
    font-size: 0.95em;
    line-height: 1.6;
    color: #1a3a1a;
}

.lf-key-takeaway strong {
    color: #1a4a1a;
    font-weight: 700;
}

/* ── FAQ section ───────────────────────────────────────────────────────────── */
.lf-faq {
    border-top: 2px solid #e0e0e0;
    margin-top: 40px;
    padding-top: 28px;
}

.lf-faq h2 {
    font-size: 1.3em;
    margin-bottom: 20px;
    color: inherit;
}

.lf-faq h3 {
    font-size: 1.05em;
    font-weight: 700;
    margin-top: 22px;
    margin-bottom: 8px;
    color: inherit;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 6px;
}

.lf-faq h3:first-of-type {
    margin-top: 0;
}

.lf-faq p {
    margin-top: 0;
    line-height: 1.7;
    color: inherit;
}
