/* ============================================
   News Autopilot — Frontend Styles v2.1.4
   ============================================ */

.nap-figure {
    margin: 28px auto;
    text-align: center;
    display: block;
}

.nap-figure img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 6px;
}

.nap-figcaption {
    display: block;
    margin: 8px auto 0;
    max-width: 90%;
    font-size: 13px;
    font-style: italic;
    color: #666;
    line-height: 1.5;
    text-align: center;
    padding: 6px 12px 6px 14px;
    border-left: 3px solid #59c700;
    background: #f9f9f9;
    border-radius: 0 4px 4px 0;
}

.nap-faq-block {
    margin: 36px 0;
    padding: 24px 28px;
    background: #f9f9f9;
    border-radius: 8px;
    border-left: 4px solid #59c700;
}

.nap-faq-block > h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
}

.nap-faq-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.nap-faq-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.nap-faq-item h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #222;
    line-height: 1.4;
}

.nap-faq-answer p {
    margin: 0;
    font-size: 15px;
    color: #444;
    line-height: 1.7;
}