.vsk-firstarticle {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.vsk-firstarticle-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.vsk-firstarticle-title {
    font-size: 24px;
    margin: 15px 0;
}

.vsk-firstarticle-title a {
    text-decoration: none;
    color: #333;
}

.vsk-firstarticle-title a:hover {
    text-decoration: underline;
}

.vsk-firstarticle-excerpt {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
}