*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:Arial, Helvetica, sans-serif;
    background:#f4f7fb;
    color:#333;
}

.fpdm-cover{
    width:100%;
    height:300px;
    background-image:url("https://res.cloudinary.com/arsaydwv/image/upload/v1784065422/FB_IMG_1782392935528_ezq0hk.jpg");
    background-size:cover;
    background-position:center top;
    background-repeat:no-repeat;
}

.fpdm-hero{
    background:#fff;
    text-align:center;
    padding:35px 20px;
}

.fpdm-hero h1{
    font-size:42px;
    color:#3f2b1f;
    font-weight:700;
}

.fpdm-hero p{
    color:#666;
    font-size:20px;
}

main{
    max-width:1200px;
    margin:auto;
    padding:20px;
}

#search{
    width:100%;
    padding:14px;
    border:1px solid #ddd;
    border-radius:10px;
    font-size:16px;
    margin-bottom:20px;
}

.filter{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin-bottom:30px;
}

.filter button{

    border:none;
    background:#fff;
    color:#333;

    padding:10px 18px;

    border-radius:25px;

    cursor:pointer;

    font-size:15px;

    box-shadow:0 3px 10px rgba(0,0,0,.08);

    transition:all .25s ease;
}

/* Hover */

.filter button:hover{

    background:#0B7A3D;

    color:#fff;

    transform:translateY(-2px);

    box-shadow:0 8px 18px rgba(11,122,61,.30);

}

/* Tombol aktif */

.filter button.active{

    background:#0B7A3D;

    color:#fff;

    box-shadow:0 8px 18px rgba(11,122,61,.30);

}
#jurnal-list{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(220px,1fr));

.card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    transition:.3s;

}

.card:hover{

    transform:translateY(-8px);

    box-shadow:0 15px 35px rgba(0,0,0,.12);

}

.card img{

    width:100%;

    aspect-ratio:3/4;

    object-fit:cover;

    display:block;

}

.card-body{

    padding:18px;

}

.card-body h3{

    font-size:20px;

    margin-bottom:12px;

    color:#222;

}

.kampus{

    color:#666;

    font-size:14px;

    margin-bottom:15px;

}

.badge{

    display:inline-block;

    background:#E8F5E9;

    color:#0B7A3D;

    font-weight:bold;

    padding:6px 14px;

    border-radius:30px;

    margin-bottom:18px;

}

.btn{

    display:block;

    text-align:center;

    text-decoration:none;

    background:#0B7A3D;

    color:white;

    padding:12px;

    border-radius:10px;

    font-weight:bold;

    transition:.3s;

}

.btn:hover{

    background:#075E2D;

}
    gap:20px;
}

/* ===========================
   INFORMASI JURNAL
=========================== */

.info{

    margin:18px 0;

}

.row{

    display:grid;

    grid-template-columns:110px 15px 1fr;

    gap:5px;

    margin-bottom:10px;

    align-items:start;

}

.label{

    font-weight:600;

    color:#555;

}

.separator{

    text-align:center;

    font-weight:bold;

    color:#555;

}

.value{

    color:#222;

    line-height:1.5;

    word-break:break-word;

}
