.cws-suggested-posts {
    margin: 40px 0;
    padding-top: 20px;
    border-top: 2px solid #eee;
}

.cws-post-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.cws-post a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.cws-thumb img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.cws-post h4 {
    margin: 10px 0 5px;
    font-size: 18px;
}

.cws-post p {
    font-size: 14px;
    color: #555;
}