.elementor-200 .elementor-element.elementor-element-67f5634{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-200 .elementor-element.elementor-element-96277bc{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-200 .elementor-element.elementor-element-c7ab800{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-200 .elementor-element.elementor-element-9d9b951{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:100px 100px 100px 100px;}.elementor-200 .elementor-element.elementor-element-9d9b951 .ui-e-grid{grid-template-columns:repeat(3, minmax(0, 1fr));--ui-e-column-count:3;grid-gap:20px;}.elementor-200 .elementor-element.elementor-element-9d9b951 .ui-e-adv-grid{grid-template-columns:repeat(3, minmax(0, 1fr));grid-gap:20px;}.elementor-200 .elementor-element.elementor-element-9d9b951 .ui-e-post-top{--ui-e-img-size:57;}.elementor-200 .elementor-element.elementor-element-9d9b951 .ui-e-post-img{background-position:center center;}.elementor-200 .elementor-element.elementor-element-9d9b951 .ui-e-post-title{margin-top:1.2em;}.elementor-200 .elementor-element.elementor-element-9d9b951 .ui-e-post-text{margin-top:0.8em;}.elementor-200 .elementor-element.elementor-element-9d9b951 {--ui-e-content-space:0em;}.elementor-200 .elementor-element.elementor-element-9d9b951 .ui-e-top {gap:8px;}.elementor-200 .elementor-element.elementor-element-9d9b951  .ui-e-before_title{margin-top:1.2em;}.elementor-200 .elementor-element.elementor-element-9d9b951 .ui-e-before_title {gap:8px;}.elementor-200 .elementor-element.elementor-element-9d9b951  .ui-e-after_title{margin-top:1.2em;}.elementor-200 .elementor-element.elementor-element-9d9b951 .ui-e-after_title {gap:8px;}.elementor-200 .elementor-element.elementor-element-9d9b951  .ui-e-bottom{margin-top:1.2em;}.elementor-200 .elementor-element.elementor-element-9d9b951 .ui-e-bottom {gap:8px;}.elementor-200 .elementor-element.elementor-element-a513581{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-200 .elementor-element.elementor-element-71fc421{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:1024px){.elementor-200 .elementor-element.elementor-element-9d9b951 .ui-e-grid{grid-template-columns:repeat(2, minmax(0, 1fr));--ui-e-column-count:2;}.elementor-200 .elementor-element.elementor-element-9d9b951 .ui-e-adv-grid{grid-template-columns:repeat(2, minmax(0, 1fr));}}@media(max-width:767px){.elementor-200 .elementor-element.elementor-element-9d9b951{padding:20px 20px 20px 20px;}.elementor-200 .elementor-element.elementor-element-9d9b951 .ui-e-grid{grid-template-columns:repeat(1, minmax(0, 1fr));--ui-e-column-count:1;}.elementor-200 .elementor-element.elementor-element-9d9b951 .ui-e-adv-grid{grid-template-columns:repeat(1, minmax(0, 1fr));}}/* Start custom CSS for uicore-advanced-post-grid, class: .elementor-element-9d9b951 *//* ==========================================
   TRIBARA.ID - CUSTOM ADVANCED POST GRID (UICORE)
   Style: Clean Modern Corporate Blog Grid
   Colors: #1A355F (Tribara Navy), #2563EB (Active Blue)
========================================== */

/* 1. Reset & Setup Grid Layout */
.elementor-widget-uicore-advanced-post-grid .ui-e-adv-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)) !important;
    gap: 30px !important;
    padding: 10px 0 !important;
}

/* 2. Style untuk Item Kartu Blog (Card) */
.elementor-widget-uicore-advanced-post-grid .ui-e-post-item {
    background-color: #FFFFFF !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 6px -1px rgba(26, 53, 95, 0.03), 0 2px 4px -1px rgba(26, 53, 95, 0.02) !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

/* Efek Angkat Kartu Saat Hover */
.elementor-widget-uicore-advanced-post-grid .ui-e-post-item:hover {
    transform: translateY(-6px) !important;
    border-color: #CBD5E1 !important;
    box-shadow: 0 20px 25px -5px rgba(26, 53, 95, 0.08), 0 10px 10px -5px rgba(26, 53, 95, 0.03) !important;
}

/* 3. Area Gambar (Thumbnail) */
.elementor-widget-uicore-advanced-post-grid .ui-e-post-top {
    position: relative !important;
    overflow: hidden !important;
    aspect-ratio: 16 / 9 !important; /* Proporsi gambar konsisten horizontal */
    background-color: #F1F5F9 !important;
}

.elementor-widget-uicore-advanced-post-grid .ui-e-post-img-wrapp {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.elementor-widget-uicore-advanced-post-grid .ui-e-post-img {
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Zoom Smooth Image saat Hover */
.elementor-widget-uicore-advanced-post-grid .ui-e-post-item:hover .ui-e-post-img {
    transform: scale(1.06) !important;
}

/* 4. Area Konten Teks */
.elementor-widget-uicore-advanced-post-grid .ui-e-post-content {
    padding: 24px !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
}

/* Judul Artikel (H4) */
.elementor-widget-uicore-advanced-post-grid .ui-e-post-content a {
    text-decoration: none !important;
}

.elementor-widget-uicore-advanced-post-grid .ui-e-post-title {
    font-size: 20px !important; /* Ukuran desktop ideal */
    font-weight: 600 !important;
    color: #1A355F !important; /* Warna Navy Utama Tribara */
    line-height: 1.4 !important;
    margin: 0 0 12px 0 !important;
    transition: color 0.3s ease !important;
}

/* Judul berubah warna menjadi Biru Aktif saat Kartu disentuh */
.elementor-widget-uicore-advanced-post-grid .ui-e-post-item:hover .ui-e-post-title {
    color: #2563EB !important;
}

/* Deskripsi Singkat (Excerpt) */
.elementor-widget-uicore-advanced-post-grid .ui-e-post-text {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    color: #64748B !important; /* Abu-abu profesional */
    line-height: 1.6 !important;
    margin-bottom: 16px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important; /* Membatasi teks maksimal 3 baris agar tinggi kartu sejajar */
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

/* Bagian Bawah Kartu / Meta Space */
.elementor-widget-uicore-advanced-post-grid .ui-e-post-meta.ui-e-bottom {
    margin-top: auto !important;
    border-top: 1px solid #F1F5F9 !important;
    padding-top: 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

/* Tombol Read More (Opsional, Ditambahkan Secara Visual lewat Indikator Panah/Link) */
.elementor-widget-uicore-advanced-post-grid .ui-e-post-meta.ui-e-bottom::after {
    content: 'Baca Selengkapnya →' !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #2563EB !important;
    transition: color 0.3s ease !important;
}

.elementor-widget-uicore-advanced-post-grid .ui-e-post-item:hover .ui-e-post-meta.ui-e-bottom::after {
    color: #1A355F !important;
}

/* 5. Pengaturan Responsif (Mobile & Tablet) */
@media (max-width: 992px) {
    .elementor-widget-uicore-advanced-post-grid .ui-e-adv-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
        gap: 20px !important;
    }
}

@media (max-width: 768px) {
    .elementor-widget-uicore-advanced-post-grid .ui-e-adv-grid {
        grid-template-columns: 1fr !important; /* 1 Kolom penuh di HP */
    }
    .elementor-widget-uicore-advanced-post-grid .ui-e-post-content {
        padding: 20px !important;
    }
    .elementor-widget-uicore-advanced-post-grid .ui-e-post-title {
        font-size: 18px !important; /* Mengikuti skala mobile list */
    }
}/* End custom CSS */