.wst-latest-posts {
    width: 100%;
}

.wst-first-post {
    margin-bottom: 0px;
}

.wst-post-image {
    display: block;
    line-height: 0;
    margin-bottom: 12px;
}

.wst-featured-image {
    width: 100%;
    height: 302px;
    display: block;
    object-fit: cover;
}

.wst-post-title {
    margin: 0;
}

.wst-first-post .wst-post-title {
    font-size: 16px;
    line-height: 1.3;
}

.wst-first-post {
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
}

.wst-other-post {
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
}

.wst-other-post .wst-post-title {
    font-size: 16px;
    line-height: 1.4;
}

.wst-post-title a {
    text-decoration: none;
}

.wst-post-title a:hover {
    text-decoration: underline;
}

.wst-no-posts {
    margin: 0;
}
