
/* ===========================
   JDIH PORTAL
=========================== */

#jdih-portal-clean{
    background:#f7f9fc;
}

/* Card */

.jdih-card{
    border:none;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 6px 18px rgba(0,0,0,.05);
    transition:.25s;
    background:#fff;
}

.jdih-card:hover{
    transform:translateY(-3px);
    box-shadow:0 12px 28px rgba(0,0,0,.08);
}

/* Header */

.jdih-header{
    padding:18px 22px;
    background:#fff;
    border-bottom:1px solid #edf1f5;
}

.jdih-header h5{
    margin:0;
    font-size:18px;
    font-weight:700;
    color:#0d6efd;
}

.jdih-header .lihat{
    text-decoration:none;
    font-size:14px;
    font-weight:600;
}

.jdih-header .lihat:hover{
    text-decoration:underline;
}

/* Item */

.jdih-item{
    padding:18px 22px;
    border:0;
    border-bottom:1px solid #f1f4f7;
    transition:.25s;
}

.jdih-item:last-child{
    border-bottom:none;
}

.jdih-item:hover{
    background:#f8fbff;
    padding-left:28px;
}

/* Icon */

.jdih-icon{
    width:52px;
    height:52px;
    border-radius:12px;
    background:#eef5ff;
    color:#0d6efd;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    flex-shrink:0;
}

/* Judul */

.jdih-title{
    font-weight:600;
    color:#1d3557;
    font-size:15px;
    line-height:1.5;
    margin-bottom:8px;
}

/* Meta */

.jdih-meta{
    font-size:13px;
    color:#6c757d;
}

.jdih-meta i{
    color:#0d6efd;
    margin-right:4px;
}

.badge-kategori{
    background:#eef4ff;
    color:#0d6efd;
    font-weight:600;
    border-radius:20px;
    padding:6px 10px;
}

.empty-data{
    padding:35px;
    text-align:center;
    color:#888;
}
