.news{
    margin: 10px auto;
    max-width: 1200px;
    width: 100%;
}

/*Посты из вк*/


.post {
    border: 1px solid #ddd;
    padding: 16px;
    margin-bottom: 20px;
    border-radius: 8px;
    background: #fff;
}
.post-date {
    color: #666;
    font-size: 13px;
    margin-bottom: 12px;
}
.post-text {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 16px;
}
.post-photos {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}
.post-photo {
    max-width: 200px;
    max-height: 150px;
    object-fit: cover;
    border-radius: 4px;
}
.post-stats {
    color: #666;
    font-size: 13px;
    display: flex;
    gap: 16px;
    padding-top: 12px;
    border-top: 1px solid #eee;
}