/* ============================================================
   LC Post Content Widget — styles.css
   Styles the content written in the WordPress editor.
   All fonts come from the system stack unless you add
   Google Fonts to your theme / Elementor Site Settings.
   ============================================================ */

/* ── Base content wrapper ──────────────────────────────────── */
.lc-post-content {
    color: #1A1410;
    font-size: 17px;
    line-height: 1.85;
}

/* ── Paragraphs ────────────────────────────────────────────── */
.lc-post-content p {
    margin-bottom: 1.25em;
}

/* ── Headings ──────────────────────────────────────────────── */
.lc-post-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1A1410;
    margin: 2em 0 0.4em;
    line-height: 1.2;
}

.lc-post-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1A1410;
    margin: 1.5em 0 0.4em;
    line-height: 1.25;
}

.lc-post-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1A1410;
    margin: 1.25em 0 0.3em;
}

/* ── Intro Box ─────────────────────────────────────────────── */
/* In Block Editor: Paragraph block → Styles tab → LC Intro Box */
.lc-post-content p.is-style-lc-intro-box,
.lc-post-content .lc-intro-box {
    background: #FDF8F2;
    border-left: 4px solid #E8742A;
    border-radius: 0 8px 8px 0;
    padding: 18px 22px;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 1.5em;
}

/* ── Verse Number ──────────────────────────────────────────── */
/* In Block Editor: Heading (H6) → Styles tab → LC Verse Number */
.lc-post-content h6.is-style-lc-verse-number,
.lc-post-content .lc-verse-number {
    font-size: 12px;
    font-weight: 700;
    color: #E8742A;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 6px;
}

/* ── Quote / Verse Card ────────────────────────────────────── */
/* In Block Editor: Quote block → Styles tab → LC Verse Card   */
/* The Citation field in the Quote block becomes the reference  */
/* label e.g. "Mark 16:15 (NIV)"                               */
.lc-post-content blockquote,
.lc-post-content .wp-block-quote {
    background: #FDF8F2;
    border: 1px solid #E8DDD4;
    border-left: 1px solid #E8DDD4;
    border-radius: 10px;
    padding: 22px 24px;
    margin: 0 0 1.5em;
    position: relative;
}

/* Decorative opening quotation mark */
.lc-post-content blockquote::before,
.lc-post-content .wp-block-quote::before {
    content: '\201C';
    font-size: 72px;
    color: #E8742A;
    opacity: 0.15;
    position: absolute;
    top: -10px;
    left: 14px;
    line-height: 1;
    pointer-events: none;
}

.lc-post-content blockquote p,
.lc-post-content .wp-block-quote p {
    font-style: italic;
    font-size: 16px;
    line-height: 1.75;
    color: #1A1410;
    margin: 0;
}

/* Citation = verse reference e.g. "Mark 16:15 (NIV)" */
.lc-post-content blockquote cite,
.lc-post-content .wp-block-quote cite {
    display: block;
    font-size: 11px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #E8742A;
    margin-bottom: 10px;
}

/* ── Separator / Divider ───────────────────────────────────── */
.lc-post-content hr,
.lc-post-content .wp-block-separator {
    border: none;
    border-top: 1px solid #E8DDD4;
    margin: 2em 0;
}

/* ── Links ─────────────────────────────────────────────────── */
.lc-post-content a {
    color: #E8742A;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.lc-post-content a:hover {
    color: #C4551A;
}

/* ── Lists ─────────────────────────────────────────────────── */
.lc-post-content ul,
.lc-post-content ol {
    padding-left: 1.5em;
    margin-bottom: 1.25em;
}

.lc-post-content li {
    margin-bottom: 0.4em;
    line-height: 1.75;
}

/* ── Images ────────────────────────────────────────────────── */
.lc-post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.lc-post-content figcaption {
    font-size: 13px;
    color: #6B5D52;
    text-align: center;
    margin-top: 8px;
}

/* ── CTA Banner ────────────────────────────────────────────── */
/* In Block Editor: Group block → Styles tab → LC CTA Banner   */
.lc-post-content .wp-block-group.is-style-lc-cta-banner {
    background: linear-gradient(135deg, #E8742A 0%, #C4551A 100%);
    border-radius: 12px;
    padding: 36px 44px;
    margin: 2em 0;
}

.lc-post-content .wp-block-group.is-style-lc-cta-banner h3 {
    color: #fff;
    margin-top: 0;
}

.lc-post-content .wp-block-group.is-style-lc-cta-banner p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}

.lc-post-content .wp-block-group.is-style-lc-cta-banner .wp-block-button__link {
    background: #fff;
    color: #C4551A;
    font-weight: 700;
    border-radius: 6px;
    border: none;
}

.lc-post-content .wp-block-group.is-style-lc-cta-banner .wp-block-button__link:hover {
    background: #FDF8F2;
}
