/* News Detail Page Specific Styles */

.article-header {
    padding: 3rem 0;
    background-color: #f8f9fa;
    text-align: center;
}

.article-header .article-meta {
    font-size: 0.9rem;
    color: #6c757d;
}

.article-content {
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 750px; /* Optimal reading width */
    margin: 2rem auto;
}

.article-content img {
    max-width: 100%;
    height: auto;
    margin: 2rem 0;
    border-radius: 10px;
}

.sticky-share-bar {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    text-align: center;
}

.related-news-section {
    padding: 4rem 0;
    background-color: #f8f9fa;
}