.elementor-kit-2409{--e-global-color-primary:#00277C;--e-global-color-secondary:#365194;--e-global-color-text:#F6F6DE;--e-global-color-accent:#C4A97E;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-2409 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Container utama untuk center alignment */
.elementor-element.e-con-full.e-flex.e-con.e-child {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

/* Card styling dengan ukuran konsisten */
.elementor-element.e-con-full.tk-card.e-flex.e-con.e-child {
    width: 280px; 
    height: 300px; 
    max-width: 100%; 
    flex-shrink: 0; 
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Thumbnail image container */
.post-thumb-img-content.post-thumb {
    width: 512px;
    height: 512px; 
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

/* Thumbnail image styling */
.post-thumb-img-content.post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

/* Hover effect untuk gambar */
.post-thumb-img-content.post-thumb:hover img {
    transform: scale(1.05);
}

/* Hilangkan komentar dan form komentar */
.comments-link,
.comment-respond {
    display: none !important;
}

/* Meta data styling */
.entry-meta {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100%;
    margin: 15px 0;
    padding: 0 10px;
    font-size: 14px;
    color: transparent;
}

/* Author positioning */
.posted-by {
    margin-left: auto !important;
    font-weight: 600;
    color: #333;
}

/* Date styling */
.posted-on {
    color: #888;
}

/* Responsive design */
@media (max-width: 768px) {
    .elementor-element.e-con-full.tk-card.e-flex.e-con.e-child {
        width: 100%;
        height: auto;
        min-height: 250px;
    }
    
    .post-thumb-img-content.post-thumb {
        height: 200px;
    }
    
    .entry-meta {
        flex-direction: column;
        gap: 5px !important;
        text-align: center;
    }
    
    .posted-by {
        margin-left: 0 !important;
    }
}

/* Konsistensi untuk semua post thumbnails */
.wp-post-image,
.attachment-large,
.size-large {
    border-radius: 12px !important;
}

/* Memastikan konsistensi di berbagai elementor widgets */
.elementor-widget-container .post-thumb {
    margin-bottom: 15px;
}/* End custom CSS */