.pkp_navigation_search_wrapper {
    display: none !important;
}
.cmp_breadcrumbs {
    display: none !important;
}

/* ===========================================
   IJCEECE - Custom Theme for OJS 3.5
   =========================================== */

/* Hide Register, Login, Search */
.pkp_navigation_user,
.pkp_site_nav_toggle,
.pkp_navigation_search,
.pkp_head_wrapper .pkp_search,
.obj_issue_toc .cmp_breadcrumbs,
.cmp_breadcrumbs {
    display: none !important;
}

/* Hide breadcrumbs */
.pkp_structure_content .cmp_breadcrumbs {
    display: none !important;
}

/* Header */
.pkp_structure_head {
    background: #ffffff !important;
    border-bottom: 1px solid #e5e5e5;
}

.pkp_site_name {
    text-align: left;
    margin: 30px 0;
}

.pkp_site_name a {
    color: #111 !important;
    font-size: 42px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.2;
}

/* Navigation */
.pkp_navigation_primary_wrapper {
    background: #ffffff !important;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.pkp_navigation_primary {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.pkp_navigation_primary > li > a {
    color: #111 !important;
    font-size: 17px;
    font-weight: 500;
    padding: 18px 8px;
}

.pkp_navigation_primary > li > a:hover {
    color: #0056b3 !important;
}

/* Main page */
.pkp_structure_content {
    max-width: 1280px;
    margin: auto;
    padding-top: 30px;
}

/* Home page title */
.page_index_journal h1,
.page_index_site h1 {
    text-align: left;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* Journal description */
.page_index_journal .journal-description {
    font-size: 18px;
    line-height: 1.9;
    text-align: justify;
}

/* Buttons */
button,
.btn,
.cmp_button,
.obj_issue_summary .title a {
    border-radius: 0;
}

/* Remove sidebar if present */
.pkp_structure_sidebar {
    display: none;
}

.pkp_structure_main {
    width: 100%;
}

/* Footer */
.pkp_structure_footer_wrapper {
    background: #f8f8f8;
    border-top: 1px solid #ddd;
    padding: 30px;
}

/* Login page */
.page_login .cmp_breadcrumbs {
    display: none !important;
}

.page_login .pkp_page_content {
    max-width: 450px;
    margin: 70px auto;
}

.page_login h1 {
    text-align: left;
}

/* Responsive */
@media (max-width:768px){

.pkp_site_name a{
    font-size:28px;
}

.pkp_navigation_primary{
    flex-direction:column;
    text-align:center;
}

}

/* Remove the vertical divider lines */
.pkp_structure_content,
.pkp_structure_main,
.pkp_page_content,
.pkp_structure_sidebar {
    border-left: none !important;
    border-right: none !important;
    box-shadow: none !important;
}

/* Remove container borders */
.pkp_structure_content::before,
.pkp_structure_content::after,
.pkp_structure_main::before,
.pkp_structure_main::after {
    display: none !important;
    border: none !important;
}

/* Remove header bottom line */
.pkp_structure_head {
    border-bottom: none !important;
    box-shadow: none !important;
}

/* Remove navigation border */
.pkp_navigation_primary_wrapper {
    border-top: none !important;
    border-bottom: none !important;
}

/* Remove any header separator */
.pkp_site_name {
    border-bottom: none !important;
}

/* Remove border under the header */
.pkp_brand_wrapper {
    border-bottom: none !important;
}

/* Hide Notifications tab */
a[href*="notifications"] {
    display: none !important;
}

/* Hide API Key tab */
a[href*="apiKey"] {
    display: none !important;
}

/* Alternative selectors for OJS 3.5 */
li:has(a[href*="notifications"]),
li:has(a[href*="apiKey"]) {
    display: none !important;
}

/* Hide Notifications and API Key tabs in OJS dashboard profile */
.page_user_profile .pkpTabs__button[aria-controls*="notifications"],
.page_user_profile .pkpTabs__button[aria-controls*="apiKey"],
.page_user_profile a[id*="notifications"],
.page_user_profile a[id*="apiKey"] {
    display: none !important;
}

/* Backup: hide 6th and 7th profile tabs */
.page_user_profile .pkpTabs__tabs button:nth-child(6),
.page_user_profile .pkpTabs__tabs button:nth-child(7),
.page_user_profile .pkpTabs__tabs a:nth-child(6),
.page_user_profile .pkpTabs__tabs a:nth-child(7) {
    display: none !important;
}