.elementor-2867 .elementor-element.elementor-element-526356f{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-8f7c042 *//* Default badge style */
.kategori-badge {
    font-size: 14px;
    color: #fff;
    background: #44b026;
    padding: 5px 15px;
    border-radius: 20px;
    margin: 0 5px;
    display: inline-block;
}

/* Badge khusus */
.badge-inspiratif {
    background: #44b026; /* hijau */
}

.badge-kategori {
    background: #44b026; /* sama hijau, bisa kamu beda’in kalau mau */
}

.post-date-tokoh {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    color: #444; /* lebih gelap biar jelas */
}

.post-date-tokoh .site-name {
    color: #44b026;
    font-style: italic;
}



/* Untuk layar kecil (max-width: 480px) */
@media (max-width: 480px) {
    .kategori-badge {
        font-size: 10px !important;
        padding: 2px 8px !important;
        border-radius: 12px !important;
        margin: 2px 2px !important;
    }
   .post-date-tokoh {
        font-size: 11px !important;  /* jangan terlalu kecil */
        margin-bottom: 8px;
    }
    
}
.custom-single-post{
    line-height: 1.7;
}/* End custom CSS */