.cpd-posts-list {
    margin: 20px 0;
}

.cpd-post {
    background-color: #f9f9f9;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.cpd-post h2 {
    font-size: 24px;
    margin: 0;
}

.cpd-post-thumbnail img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
}

.cpd-post-category, .cpd-post-date {
    font-size: 14px;
    color: #555;
    margin-top: 5px;
}
