/* Mengatur background header dan font agar lebih modern */
.pkp_structure_head {
    background-color: #2c3e50; /* Warna biru tua profesional */
    border-bottom: 3px solid #e74c3c; /* Aksen warna merah */
}

.pkp_navigation_user > li > a, 
.pkp_navigation_primary > li > a {
    color: #ffffff !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}

/* Efek hover pada menu */
.pkp_navigation_primary > li > a:hover {
    color: #e74c3c !important;
    transition: 0.3s;
}

/* Memberikan bayangan halus pada box artikel */
.obj_article_details {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* Merapikan judul artikel */
.obj_article_details .page_title {
    font-family: 'Montserrat', sans-serif;
    color: #2c3e50;
    line-height: 1.4;
    font-weight: 700;
}

/* Mempercantik tombol PDF */
.obj_article_details .item.galleries a.file {
    background-color: #e74c3c;
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
}

/* Mengatur box di sidebar */
.pkp_structure_sidebar .block {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
}

/* Mengatur judul blok sidebar */
.pkp_structure_sidebar .block .title {
    font-size: 16px;
    border-bottom: 2px solid #2c3e50;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #2c3e50;
    text-transform: uppercase;
}
