/**
 * News Schema Pro — front-end styles
 */

.nsp-advertorial-banner {
    background: linear-gradient(90deg, #fff8e1 0%, #fffbf0 100%);
    border-left: 4px solid #f0c674;
    padding: 14px 18px;
    margin: 0 0 24px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
}
.nsp-advertorial-label {
    display: inline-block;
    background: #f0c674;
    color: #5d4a00;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-right: 8px;
}
.nsp-advertorial-sponsor {
    color: #50575e;
    font-size: 13px;
}
.nsp-advertorial-sponsor em {
    font-style: normal;
    font-weight: 600;
    color: #1d2327;
}
.nsp-advertorial-disclosure {
    margin: 8px 0 0;
    font-size: 13px;
    color: #50575e;
    font-style: italic;
}

/* LiveBlog block (front-end) */
.nsp-liveblog-update {
    border-left: 3px solid #2271b1;
    padding: 12px 18px;
    margin: 0 0 20px;
    background: #f6f7f7;
    border-radius: 0 4px 4px 0;
}
.nsp-liveblog-update header {
    margin-bottom: 8px;
}
.nsp-liveblog-update h3 {
    margin: 0 0 4px;
    font-size: 18px;
}
.nsp-liveblog-time {
    color: #50575e;
    font-size: 13px;
    margin-right: 8px;
}
.nsp-liveblog-author {
    color: #50575e;
    font-size: 13px;
    font-style: italic;
}

/* FAQ item */
.nsp-faq-item {
    margin: 0 0 12px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 12px 16px;
}
.nsp-faq-item summary {
    font-weight: 600;
    cursor: pointer;
}
.nsp-faq-answer {
    margin-top: 10px;
    color: #50575e;
}
