.elementor-15219 .elementor-element.elementor-element-375805b{--display:flex;--padding-top:0px;--padding-bottom:25px;--padding-left:25px;--padding-right:25px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-15219 .elementor-element.elementor-element-037bcd0 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:20px;font-weight:700;}/* Start custom CSS for shortcode, class: .elementor-element-85e06de *//* ====== WRAPPER GRID (TIDAK DICENTER) ====== */
.lp-dashboard-cards {
    width: 100%;
    margin: 12px 0 64px;   /* atas–bawah saja, ikut padding container tema kamu */
    display: grid;
    gap: 24px;
}

/* jumlah kolom mengikuti parameter cols di shortcode */
.lp-dashboard-cols-1 { grid-template-columns: 1fr; }
.lp-dashboard-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lp-dashboard-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lp-dashboard-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* di tablet/HP tetap 1 kolom biar lega */
@media (max-width: 768px) {
    .lp-dashboard-cards {
        grid-template-columns: 1fr !important;
        margin: 24px 0 48px;
    }
}


/* ====== CARD DASAR ====== */
.lp-course-card {
    position: relative;
    border-radius: 24px;
    padding: 22px 26px;
    background: #ffffff;                         /* putih clean */
    border: 1px solid #e5e7eb;                   /* garis tipis */
    box-shadow: 0 18px 45px rgba(15, 23, 42, .05);
    overflow: hidden;
    color: #0f172a;
}

.lp-course-card.card-single {
    /* kalau mau ganti background cukup ubah di sini */
    background: #ffffff;
}

/* ====== TOP: BADGE & STATUS ====== */
.lp-course-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.lp-course-badge,
.lp-course-status-label {
    display: inline-flex;
    align-items: center;
    padding: 4px 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .02em;
}

.lp-course-badge {
    background: #f3f4f6;
    color: #4b5563;
}

.lp-course-status-label {
    background: #e5f0ff;
    color: #1d4ed8;
}

/* ====== MAIN: TEKS + AVATAR / BULATAN ====== */
.lp-course-card-main {
    display: flex;
    align-items: center;
    gap: 20px;
}

.lp-course-card-body {
    flex: 1 1 auto;
}

.lp-course-title {
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
}

.lp-course-excerpt {
    margin: 0 0 14px;
    font-size: 13px;
    line-height: 1.5;
    color: #6b7280;
}

/* meta kecil (jumlah modul) */
.lp-course-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #4b5563;
}

.lp-course-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.lp-course-meta-icon {
    font-size: 14px;
}

/* progress line */
.lp-course-progress {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
}

.lp-course-progress-bar {
    flex: 1 1 auto;
    height: 4px;
    border-radius: 999px;
    background: #e5e7eb;
    overflow: hidden;
}

.lp-course-progress-inner {
    height: 100%;
    border-radius: inherit;
    background: #111827;
    transform-origin: left center;
    transition: width .3s ease;
}

.lp-course-progress-text {
    font-size: 12px;
    font-weight: 600;
    color: #4b5563;
}

/* sisi kanan: bulatan kosong (seperti mockup) */
.lp-course-card-avatar {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-course-avatar-img,
.lp-course-avatar-placeholder {
    width: 90px;
    height: 90px;
    border-radius: 999px;
    background: #f9fafb;
    box-shadow: inset 0 0 0 1px #e5e7eb;
    object-fit: cover;
}

/* kalau belum pakai featured image, tetap tampil bulatan kosong */
.lp-course-avatar-placeholder {
    content: "";
}

/* ====== BOTTOM: BUTTON ====== */
.lp-course-card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
    font-size: 12px;
    color: #9ca3af;
}

.lp-course-start-date strong {
    font-weight: 600;
    color: #4b5563;
}

.lp-course-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 22px;
    border-radius: 999px;
    background: #111827;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 640px) {
    .lp-course-card-main {
        flex-direction: row-reverse;
        align-items: flex-start;
    }

    .lp-course-card-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}/* End custom CSS */