.elementor-kit-442{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:1500ms;--e-preloader-animation:tada;--e-preloader-animation-duration:1500ms;--e-preloader-delay:300ms;--e-preloader-width:11%;--e-preloader-max-width:12%;}.elementor-kit-442 e-page-transition{background-color:#C6EAF4;}.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 *//* ============================
   STYLE UMUM KARTU POSTINGAN
   ============================ */
.post-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.10);
    padding-bottom: 15px;
    transition: all 0.3s ease;
    position: relative;
}

/* Hover lebih elegan */
.post-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

/* ============================
   STYLE GAMBAR
   ============================ */
.post-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: none;
    border-radius: 18px 18px 0 0;
}

/* ============================
   BADGE KATEGORI (JURNALISTIK)
   ============================ */
.post-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #1DAA7D;  /* Hijau */
    color: white;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 10;
}

/* Jika ada icon */
.post-badge i,
.post-badge svg {
    width: 14px;
    height: 14px;
    fill: white;
}

/* ============================
   JUDUL POST
   ============================ */
.post-title {
    text-align: center;
    padding: 15px 20px 5px;
    font-size: 17px;
    font-weight: 700;
    color: #25364E;
    line-height: 1.4;
}

/* Hilangkan underline di link */
.post-title a {
    color: inherit;
    text-decoration: none;
}

.post-title a:hover {
    color: #1DAA7D;
}

/* ============================
   RESPONSIVE
   ============================ */
@media (max-width: 768px) {
    .post-card img {
        height: 170px;
    }
    .post-title {
        font-size: 16px;
    }
}/* End custom CSS */