/* ==========================
   CARD
========================== */

.info-card{
    background:#fff;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    overflow:hidden;
}

.info-header{
    background:#0d47a1;
    color:#fff;
    padding:15px 20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.info-header span{
    font-size:18px;
    font-weight:600;
}

.lihat-semua{
    color:#fff;
    text-decoration:none;
    font-size:14px;
}

.lihat-semua:hover{
    color:#ffd54f;
}

.info-body{
    padding:0;
}

/* ==========================
   ITEM
========================== */

.info-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px 20px;
    border-bottom:1px solid #ececec;
}

.info-item:last-child{
    border-bottom:none;
}

.dokumen-left{
    display:flex;
    align-items:center;
    flex:1;
}

.dokumen-icon{
    width:50px;
    height:50px;
    border-radius:10px;
    background:#fff4f4;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-right:15px;
}

.dokumen-icon i{
    font-size:26px;
    color:#dc3545;
}

.dokumen-content{
    flex:1;
}

.judul{
    font-size:15px;
    font-weight:600;
    color:#222;
    line-height:22px;
    margin-bottom:5px;
}

.meta{
    font-size:13px;
    color:#777;
}

/* ==========================
   DOWNLOAD
========================== */

.dokumen-right{
    margin-left:15px;
}

.btn-download{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    transition:.3s;
}

.btn-download i{
    font-size:18px;
}

.btn-download:hover{
    background:#198754;
    color:#fff;
    transform:scale(1.1);
}

/* ==========================
   EMPTY
========================== */

.empty{
    padding:30px;
    text-align:center;
    color:#999;
}
<style>

/* ============================
   CARD ARTIKEL
============================ */

.artikel-card .info-header{
    padding:12px 16px;
}

.artikel-card .info-header span{
    font-size:15px;
    font-weight:600;
}

.artikel-card .lihat-semua{
    font-size:12px;
    font-weight:500;
}

.artikel-card .info-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px 15px;
    border-bottom:1px solid #f1f1f1;
}

.artikel-card .info-item:last-child{
    border-bottom:none;
}

.artikel-card .dokumen-left{
    display:flex;
    align-items:center;
    flex:1;
}

.artikel-card .dokumen-icon{
    margin-right:12px;
}

.artikel-thumb{
    width:40px;
    height:40px;
    border-radius:6px;
    object-fit:cover;
}

.artikel-card .judul{
    font-size:13px;
    font-weight:600;
    line-height:18px;
    color:#333;
    margin-bottom:3px;
}

.artikel-card .meta{
    font-size:11px;
    color:#888;
}

.artikel-card .meta i{
    margin-right:3px;
}

.artikel-card .btn-download{
    width:34px;
    height:34px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#0d6efd;
    color:#fff;
    text-decoration:none;
    transition:.3s;
    font-size:14px;
}

.artikel-card .btn-download:hover{
    background:#198754;
    color:#fff;
    transform:scale(1.08);
}

.artikel-card .empty{
    padding:25px;
    text-align:center;
    color:#888;
    font-size:13px;
}

</style>
<style>

/*=========================================
  CARD PENGUMUMAN
=========================================*/

.pengumuman-card .info-header{
    padding:12px 16px;
}

.pengumuman-card .info-header span{
    font-size:15px;
    font-weight:600;
}

.pengumuman-card .lihat-semua{
    font-size:12px;
    font-weight:500;
}

.pengumuman-card .info-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px 15px;
    border-bottom:1px solid #f1f1f1;
}

.pengumuman-card .info-item:last-child{
    border-bottom:none;
}

.pengumuman-card .dokumen-left{
    display:flex;
    align-items:center;
    flex:1;
}

.pengumuman-card .dokumen-icon{
    margin-right:12px;
}

.pengumuman-thumb{
    width:40px;
    height:40px;
    border-radius:6px;
    object-fit:cover;
    display:block;
}

.pengumuman-card .dokumen-content{
    flex:1;
}

.pengumuman-card .judul{
    font-size:13px;
    font-weight:600;
    color:#333;
    line-height:18px;
    margin-bottom:3px;
}

.pengumuman-card .meta{
    font-size:11px;
    color:#888;
}

.pengumuman-card .meta i{
    margin-right:3px;
}

.pengumuman-card .btn-download{
    width:34px;
    height:34px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#0d6efd;
    color:#fff;
    text-decoration:none;
    font-size:14px;
    transition:all .3s ease;
}

.pengumuman-card .btn-download:hover{
    background:#198754;
    color:#fff;
    transform:scale(1.08);
}

.pengumuman-card .empty{
    padding:25px;
    text-align:center;
    font-size:13px;
    color:#888;
}

</style>
/*=================================
 LINK TERKAIT
=================================*/

.link-terkait{
    background:#f7f9fc;
}

.link-box{
    background:#fff;
    border-radius:18px;
    border:1px solid #e8edf5;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
    padding:18px 50px;
}

.linkSwiper{
    width:100%;
}

.linkSwiper .swiper-slide{
    display:flex;
    justify-content:center;
    align-items:center;
    height:90px;
}

.linkSwiper .swiper-slide img{
    max-width:170px;
    max-height:60px;
    object-fit:contain;
    transition:.3s;
    filter:grayscale(10%);
}

.linkSwiper .swiper-slide img:hover{
    transform:scale(1.05);
    filter:none;
}

.linkSwiper .swiper-button-next,
.linkSwiper .swiper-button-prev{
    color:#003399;
    width:35px;
    height:35px;
}

.linkSwiper .swiper-button-next:after,
.linkSwiper .swiper-button-prev:after{
    font-size:18px;
}