/* =====================================================
   KURSI Journal - Custom Style
   STIKes Bakti Utama Pati
=====================================================*/

/* Lebar konten */
.pkp_structure_content {
    max-width: 1280px;
    margin: auto;
}

/* Header Homepage Image */
.pkp_page_index .homepage_image img{
    display:block;
    width:50%;
    max-width:1100px;
    height:auto;
    max-height:420px;
    object-fit:contain;
    margin:25px auto;
    border-radius:12px;
    box-shadow:0 8px 24px rgba(0,0,0,.12);
}

/* Jika gambar dibungkus link */
.pkp_page_index .homepage_image a{
    display:block;
    text-align:center;
}

/* Hilangkan margin bawah berlebihan */
.homepage_image{
    margin-bottom:20px;
}

/* About Journal */
.pkp_page_index .cmp_announcements,
.pkp_page_index .homepage_about{
    background:#fff;
    padding:25px;
    border-radius:12px;
    box-shadow:0 2px 12px rgba(0,0,0,.06);
    margin-bottom:30px;
}

/* Current Issue */
.current_issue{
    background:#fff;
    padding:25px;
    border-radius:12px;
    box-shadow:0 2px 12px rgba(0,0,0,.06);
}

/* Sidebar */
.pkp_structure_sidebar{
    background:#fafafa;
    padding:20px;
    border-radius:12px;
}

/* Tombol */
.obj_galley_link,
.cmp_button,
button{
    border-radius:8px;
}

/* Judul */
.page h1{
    color:#003366;
    font-weight:700;
}

/* Responsive */
@media (max-width:768px){

.pkp_page_index .homepage_image img{
    max-height:220px;
}

}