
/* === WARNA DASAR DAN UMUM === */
body {
    background: #ffffff;
    font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

/* === HEADER & NAVIGASI UTAMA === */
#navigationPrimary a {
    color: #ffffff;
    font-weight: 600;
    font-size: 15.5px;
    text-transform: capitalize;
    padding: 8px 12px;
    display: inline-block;
    transition: color 0.3s;
}

#navigationPrimary a:hover {
    color: #f48d00;
}

#navigationPrimary ul {
    background: #4b3297;
    padding: 0;
    margin: 0;
    list-style: none;
}

#navigationPrimary [aria-expanded="true"]:before {
    border-bottom-color: #f48d00;
}

/* === LINK === */
a {
    color: #2E1B68;
    text-decoration: none;
    transition: color 0.3s;
}

a:hover {
    color: #f48d00;
}

/* === SIDEBAR (MODERNIZED) === */
.pkp_block {
    background-color: #f2f2f9;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.pkp_block .title {
    background: #2E1B68;
    color: #fff;
    padding: 10px 14px;
    margin: -15px -15px 15px -15px;
    border-radius: 8px 8px 0 0;
    font-size: 14px;
    font-weight: bold;
}

/* === JUDUL SEKSIONAL === */
.obj_issue_toc .section h2,
.pkp_page_index .current_issue h2 {
    border-bottom: 3px solid #f48d00;
    color: #2E1B68;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 6px;
}

/* === BUTTON === */
.cmp_button,
.cmp_form .buttons button,
.page_lost_password .buttons button,
.page_search .submit button {
    background: #2E1B68;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    padding: 10px 18px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
}

.cmp_button:hover,
.cmp_form .buttons button:hover,
.page_lost_password .buttons button:hover,
.page_search .submit button:hover {
    background: #f48d00;
}

/* === TABEL (hover table) === */
.hoverTable {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 6px;
}

.hoverTable th {
    background: #2E1B68;
    color: #ffffff;
    padding: 12px;
    text-align: left;
}

.hoverTable tr {
    background: #f9f9fc;
    color: #333;
}

.hoverTable tr:nth-child(even) {
    background: #eceaf8;
}

.hoverTable tr:hover {
    background-color: #e0dcf5;
}

.hoverTable a {
    color: #2E1B68;
}

.hoverTable a:hover {
    color: #f48d00;
}

/* === FOOTER MODERN === */
.pkp_structure_footer_wrapper {
    background: #ffffff;
    border-top: 1px solid #ddd;
    padding: 20px 0;
    text-align: center;
    font-size: 13px;
    color: #555;
}

.pkp_footer_content {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    letter-spacing: -0.3px;
}

.pkp_footer_content a {
    color: #2E1B68;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
    letter-spacing: normal;
}

.pkp_footer_content a:hover {
    color: #f48d00;
    letter-spacing: normal;
}

.pkp_brand_footer {
    display: none;
}

/* === HEADING ARTIKEL & TOC === */
.obj_article_summary > .title {
    color: #2E1B68;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

.obj_article_summary {
    border-bottom: solid 2px #f48d00;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/* === SUBMISSION BUTTON (sidebar) === */
.block_make_submission {
    padding: 18px; 
    background-color: #f5f5fb;
}

.block_make_submission a {
    display: block;              
    width: 100%;                 
    padding: 16px 0;             
    background-color: #6600cc;   
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;       
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.block_make_submission a:hover {
    background-color: #4b3297;
  
}

/* === LABEL & TOC === */
.obj_article_details .main_entry .label,
.obj_article_details .entry_details .item .label {
    border-bottom: 2px solid #f48d00;
    color: #2E1B68;
    font-weight: 600;
}

/* === SEARCH ICON NAV === */
.pkp_navigation_search_wrapper a {
    color: #fff;
}

/* === RESPONSIVE TABLE / MOBILE === */
@media (max-width: 768px) {
    .hoverTable th,
    .hoverTable td {
        font-size: 13.5px;
        padding: 8px;
    }

    .cmp_button,
    .cmp_form .buttons button {
        padding: 8px 12px;
        font-size: 14px;
    }

    .pkp_navigation_primary_row {
        padding: 10px 12px;
    }
}



/* === USER MENU (SIDEBAR) === */
.user-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.user-menu li {
    margin-bottom: 10px;
}

.user-menu a {
    display: block;
    background-color: #2E1B68;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    font-weight: 500;
    text-align: center;
    transition: background-color 0.3s ease;
}

.user-menu a:hover {
    background-color: #f48d00;
}

/* === TOOLS IMAGE BLOCK === */
.tools-logos {
    text-align: center;
    padding-top: 5px;
}

.tools-logos img {
  width: auto;
  max-width: 340px; /* ubah ke 360px jika ingin lebih besar lagi */
  height: auto;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
