.elementor-3069 .elementor-element.elementor-element-ca6ee0c{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-faab279 *//* Judul & tanggal */
.post-date-tokoh {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    color: #444;
}

.post-date-tokoh .site-name {
    color: #44b026;
    font-style: italic;
}


/* Meta kegiatan */
.highlight-meta-kegiatan {
    text-align: center;
    margin: 20px 0;
}

.status-badge {
    display: inline-block;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

.status-berlangsung { background: #a6b91a; color: #fff; }
.status-akan-datang { background: #2eb872; color: #fff; }
.status-selesai     { background: #a61a2e; color: #fff; }

/* Share button */
.share-button {
    background: #44b026;
    color: white;
    padding: 10px 28px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

/* Responsif */
@media (max-width: 768px) {
    .post-date-tokoh {
        font-size: 14px;
    }
    .highlight-meta-kegiatan {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
   .post-date-tokoh {
        font-size: 12px !important;
        margin-bottom: 8px;
    }
    .highlight-meta-kegiatan {
        font-size: 12px;
    }
    .status-badge {
        font-size: 12px;
        padding: 4px 14px;
    }
}/* End custom CSS */