@media print {
    .bn-breaking-bar,
    .bn-site-header,
    .bn-site-footer,
    .bn-ad-slot,
    .bn-social-share,
    .bn-hero-carousel,
    .bn-related-news,
    .bn-author-box {
        display: none !important;
    }

    .single-news {
        max-width: 100%;
        padding: 0;
    }

    .post-content {
        font-size: 14px;
        line-height: 1.6;
    }

    a { text-decoration: none; color: #000; }
}

.share-print {
    background: #555;
    border: none;
    cursor: pointer;
}

.share-print:hover { opacity: 0.85; }
