
.news-container {
    max-width: 800px;
    margin: 0 auto;
}

.news-post {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.news-post img {
    max-width: 100%;
    border-radius: 5px;
    margin-top: 10px;
}

.interactions {
    margin-top: 10px;
}

.comment-list p {
    margin: 5px 0;
}