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

.news-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
}

.news-post {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.news-meta {
    color: gray;
    font-size: 0.9rem;
}

.news-content {
    font-size: 1rem;
}

.read-more {
    display: inline-block;
    margin-top: 10px;
    color: blue;
    text-decoration: underline;
}

.news-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 5px;
}

.news-video {
    margin-top: 20px;
    text-align: center;
}

.news-video iframe {
    max-width: 100%;
    border-radius: 8px;
}
