.vd-post {
    max-width: 800px;
    margin: 0 auto;
}
.vd-post-subtitle {
    font-size: 18px;
    color: #6c757d;
    margin-bottom: 20px;
    line-height: 1.5;
}
.vd-post-meta {
    margin-bottom: 20px;
    color: #b6b6b6;
}
.vd-post-image {
    aspect-ratio: 3/2;
    overflow: hidden;
    margin-bottom: 20px;
}
.vd-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vd-post-content {
    line-height: 1.7;
}