/* Basic styling for your custom widget */
.ccw-post-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ccw-post-list li {
    padding: 5px 0;
    border-bottom: 1px dashed #ccc;
}

.ccw-post-list li:last-child {
    border-bottom: none;
}

.ccw-post-list a {
    text-decoration: none;
    font-weight: bold;
}