/* BNN Public Article Styling */
.bnn-article-wrapper {
    margin: 20px 0;
    font-size: 17px;
    line-height: 1.8;
    color: inherit;
}

.bnn-lead-paragraph {
    font-size: 1.15em;
    line-height: 1.7;
    font-weight: 500;
    margin-bottom: 24px;
    border-left: 3px solid #e11d48;
    padding-left: 16px;
}

.bnn-takeaways {
    background: rgba(15, 23, 42, 0.05);
    border: 1px solid rgba(225, 29, 72, 0.2);
    border-radius: 12px;
    padding: 20px 24px;
    margin: 28px 0;
}

.bnn-takeaways h4 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #e11d48;
    font-weight: 700;
}

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

.bnn-takeaways li {
    margin-bottom: 8px;
}

.bnn-quote {
    font-style: italic;
    border-left: 4px solid #0284c7;
    margin: 24px 0;
    padding: 12px 20px;
    background: rgba(2, 132, 199, 0.04);
    border-radius: 0 8px 8px 0;
}

/* Author Byline Card */
.bnn-author-card {
    margin-top: 40px;
    padding: 16px 20px;
    background: #f8fafc;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}

.bnn-author-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
}

.bnn-author-icon {
    font-size: 20px;
}

/* Social Media Connect Box */
.bnn-social-connect-box {
    margin-top: 24px;
    margin-bottom: 35px;
    padding: 24px;
    background: linear-gradient(135deg, #0a1128 0%, #001f54 100%);
    border-radius: 14px;
    color: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 31, 84, 0.2);
}

.bnn-social-header h4 {
    margin: 0 0 6px 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.bnn-social-header p {
    margin: 0 0 16px 0;
    color: #94a3b8;
    font-size: 14px;
}

.bnn-social-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 12px;
}

.bnn-social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.25s ease;
    color: #ffffff !important;
}

.bnn-social-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.bnn-btn-tiktok {
    background: #010101;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.bnn-btn-tiktok:hover {
    background: #111111;
    border-color: #ff0050;
}

.bnn-btn-twitter {
    background: #0f1419;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.bnn-btn-twitter:hover {
    background: #000000;
    border-color: #1d9bf0;
}

.bnn-btn-youtube {
    background: #cc0000;
}
.bnn-btn-youtube:hover {
    background: #e60000;
}

.bnn-btn-facebook {
    background: #1877f2;
}
.bnn-btn-facebook:hover {
    background: #166fe5;
}
