.news-content {
    line-height: 1.8;
}
.news-content img {
    max-width: 100%;
    height: auto;
    margin: 1.5rem 0;
}
.news-date {
    color: #6c757d;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}
.news-meta {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 1rem 0;
    margin-bottom: 2rem;
}
.related-news-item {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f8f9fa;
}
.related-news-item:last-child {
    border-bottom: none;
}