/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 27 2026 | 00:52:19 */
.my-posts-list {
    display: grid;
    gap: 20px;
}

.my-post-item {
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,.06);
}

.my-post-item h3 {
    margin-bottom: 10px;
}

.my-post-item a {
    display: inline-block;
    margin-right: 12px;
}

