body {
    background: url('https://jurnal-jams.or.id/public/site/2.png') no-repeat center center fixed;
    background-size: cover;
    background-color: #f4f4f4;
}

.pkp_site_name .is_img img {
    display: inline-block;
    max-height: 200px;
    max-width: 2500px; 
    width: auto;
    height: auto; 
}

.pkp_structure_head {
    background: rgba(255, 255, 255, 0.001);
    padding: 10px;
    border-radius: 10px;
}

.pkp_navigation_primary {
    background: linear-gradient(90deg, #003366, #003366);
    border-bottom: 2px solid #16036B;
}

.pkp_navigation_primary a {
    color: Goldenrod !important;
    font-weight: bold;
}

.pkp_structure_main, 
.pkp_page_article {
    background-color: white !important;
    color: black !important;
    padding: 20px;
    border-radius: 10px;
}

.pkp_button, .pkp_button_default {
    background-color: #0066cc !important;
    color: Navy !important;
    border-radius: 5px;
    padding: 8px 15px;
    font-weight: bold;
}

.pkp_button:hover, .pkp_button_default:hover {
    background-color: #004488 !important;
    color: #fff !important;
}

/* Footer layout */
.pkp_footer_content {
    float: left;
    width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pkp_brand_footer {
    float: right;
    width: 20%;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Footer styling */
.pkp_structure_footer_wrapper {
    background: #003366;
    color: white;
    padding: 15px;
    text-align: center;
}

/* FINAL: ukuran kecil & spasi rapat */
.pkp_structure_footer,
.pkp_structure_footer p,
.pkp_structure_footer div,
.pkp_structure_footer span,
.pkp_structure_footer a {
    font-size: 10pt;
    line-height: 1;
}

/* hilangkan jarak antar paragraf */
.pkp_structure_footer p {
    margin: 0;
}

/* warna link footer */
.pkp_structure_footer a {
    color: #ffcc00 !important;
}