/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Oct 11 2025 | 21:06:46 */
.mt-next-posts-simple {
    margin-top: 30px;
    padding: 15px;
    background: #f5f5f5;
    border-left: 4px solid #e91e63;
    border-radius: 6px;
}

.mt-simple-title {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.mt-simple-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mt-simple-list li {
    margin: 4px 0;
}

.mt-simple-list a {
    text-decoration: none;
    color: #333;
}

.mt-simple-list a:hover {
    text-decoration: underline;
    color: #e91e63;
}
