/* ===== LPPM UNIVERSITAS NGUDI WALUYO ===== */

/* Font */
body {
    font-family: 'Noto Sans', Arial, sans-serif;
    font-size: 14px;
    color: #333;
    background: #f5f7fa;
}

/* Header */
.pkp_structure_head {
    background: linear-gradient(135deg,#0D47A1,#1565C0);
    border-bottom: 4px solid #FFC107;
}

/* Logo */
.pkp_site_name .is_img img {
    max-height: 120px;
    width: auto;
}

/* Menu */
.pkp_navigation_primary_row {
    background: #0D47A1;
}

.pkp_navigation_primary_row a {
    color: #fff !important;
    font-weight: 600;
}

.pkp_navigation_primary_row a:hover {
    color: #FFC107 !important;
}

/* Judul */
.page h1,
.page h2,
.page h3 {
    color: #0D47A1;
    font-weight: 700;
}

/* Tombol */
.obj_issue_toc .read_more,
.cmp_button,
button,
input[type=submit] {
    background: #0D47A1;
    border-color: #0D47A1;
    color: #fff;
    border-radius: 6px;
}

.cmp_button:hover,
button:hover,
input[type=submit]:hover {
    background: #1565C0;
}

/* Sidebar */
.pkp_block {
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
}

.pkp_block .title {
    background: #0D47A1;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    font-weight: bold;
}

/* Konten */
.page {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

/* Announcement */
.obj_announcement_summary {
    border-left: 4px solid #0D47A1;
    padding-left: 15px;
}

/* Link */
a {
    color: #1565C0;
}

a:hover {
    color: #FFC107;
}

/* Footer */
.pkp_structure_footer_wrapper {
    background: #0D47A1;
    color: #fff;
    margin-top: 40px;
}

.pkp_footer_content {
    color: #fff;
    padding: 20px;
}

.pkp_footer_content a {
    color: #FFC107;
}

/* Dashboard Submission */
.listPanel__item {
    border-radius: 8px;
}

/* Form */
input,
select,
textarea {
    border-radius: 6px;
}

/* Responsive */
@media (max-width:768px){
    .pkp_site_name .is_img img {
        max-height: 80px;
    }
}