/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 02 2026 | 07:56:40 */
/* ========================================
   ATUR SPACE ATAS HALAMAN BLOG
   ======================================== */

/* LAPTOP / DESKTOP */
@media (min-width: 1025px) {
    body.single-post .wrap-detail-page {
        margin-top: -40px !important;
    }
}


/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
    body.single-post .wrap-detail-page {
        margin-top: -50px !important;
    }
}


/* MOBILE */
@media (max-width: 767px) {
    body.single-post .wrap-detail-page {
        margin-top: -60px !important;
    }
}