/**
 * AutoBlog AI — Post Styles
 * Applied only to posts generated by the plugin.
 */

/* ── TL;DR box ─────────────────────────────────────────────── */
.autoblog-tldr {
    background: #eef2ff;
    border-left: 4px solid #4f46e5;
    border-radius: 0 8px 8px 0;
    padding: 14px 18px;
    margin: 20px 0 24px;
    font-size: 15px;
    line-height: 1.6;
    color: #1e293b;
}

.autoblog-tldr strong {
    color: #4f46e5;
    font-weight: 700;
    margin-right: 4px;
}

/* ── FAQ section ───────────────────────────────────────────── */
.autoblog-faq {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px 28px;
    margin: 32px 0;
}

.autoblog-faq h2 {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e2e8f0;
}

.autoblog-faq h3 {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    margin: 18px 0 6px;
    padding-left: 14px;
    border-left: 3px solid #4f46e5;
}

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

.autoblog-faq p {
    font-size: 14px;
    color: #475569;
    line-height: 1.7;
    margin: 0 0 4px;
    padding-left: 14px;
}
