/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 16 2026 | 10:36:31 */
.blog-loop .post-box {
    display: flex;
    flex-direction: column;
}

.blog-loop .post-desc {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
}

.blog-loop .post-footer {
    margin-top: auto;
}


.blog-loop .post-box:first-child .post-desc .post-footer {
    margin-top: 0 !important;
}