/* ── Featured Image — full width ── */
.bs-img img,
.post-thumbnail img,
.wp-post-image,
article .featured-image img {
    width: 100% !important;
    height: auto !important;
    display: block;
    border-radius: 4px;
    margin-bottom: 1.2em;
}

/* ── NewzTrack Article Styles ── */

/* Lead paragraph — bold intro sentence like BBC */
.nzap-lead {
    font-size: 1.15em;
    font-weight: 600;
    line-height: 1.6;
    color: #1a1a1a;
    margin-bottom: 1.2em;
    border-left: 4px solid #cc0000;
    padding-left: 14px;
}

/* Regular paragraphs */
.single-content-full p,
.entry-content p {
    font-size: 1em;
    line-height: 1.8;
    color: #333;
    margin-bottom: 1.1em;
}

/* H2 subheadings — bold section breaks */
.single-content-full h2,
.entry-content h2 {
    font-size: 1.4em;
    font-weight: 700;
    color: #1a1a1a;
    margin: 1.8em 0 0.6em;
    padding-bottom: 6px;
    border-bottom: 2px solid #eee;
}

/* ── Key Takeaways Box ── */
.nzap-takeaways {
    background: #f7f7f7;
    border-left: 5px solid #cc0000;
    border-radius: 4px;
    padding: 20px 24px;
    margin: 2em 0;
}

.nzap-takeaways h3 {
    font-size: 1.1em;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.nzap-takeaways ul {
    margin: 0;
    padding-left: 20px;
}

.nzap-takeaways ul li {
    font-size: 0.97em;
    line-height: 1.7;
    color: #333;
    margin-bottom: 6px;
}

/* ── FAQ Section ── */
.nzap-faq {
    margin: 2em 0;
    border-top: 2px solid #eee;
    padding-top: 1.2em;
}

.nzap-faq h3 {
    font-size: 1.1em;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 1em;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.nzap-faq-item {
    margin-bottom: 1.2em;
    padding: 14px 18px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.nzap-faq-item h4 {
    font-size: 1em;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 6px;
}

.nzap-faq-item p {
    font-size: 0.95em;
    color: #555;
    margin: 0 !important;
    line-height: 1.7;
}

/* ── Source Link ── */
.nzap-source {
    font-size: 0.88em;
    color: #666;
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 1.5em !important;
}

.nzap-source a {
    color: #cc0000;
    word-break: break-all;
}

/* ── Related category link ── */
.nzap-related {
    font-size: 0.92em;
    background: #f0f4ff;
    padding: 10px 14px;
    border-radius: 4px;
    margin: 1.2em 0 !important;
}

.nzap-related a {
    color: #0044cc;
    font-weight: 600;
    text-decoration: none;
}

.nzap-related a:hover {
    text-decoration: underline;
}
