/* =========================================================
   HESS — Hydro-Environmental Sciences & Solutions
   OJS 3.5 — Bootstrap Theme Journal
   Custom Journal Stylesheet
   ========================================================= */


/* =========================================================
   1. GENERAL PAGE
   ========================================================= */

body {
    background: #F7F9FA !important;
}


/* =========================================================
   2. HEADER
   ========================================================= */

.pkp_structure_head {
    background: #FFFFFF !important;
    border-bottom: 1px solid #E1E7EB !important;
    box-shadow: none !important;
}


/* =========================================================
   3. JOURNAL LOGO / SITE NAME
   ========================================================= */

.pkp_site_name {
    background: #FFFFFF !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.pkp_site_name a {
    background: transparent !important;
    color: #34434D !important;
    text-decoration: none !important;
}

.pkp_site_name img {
    max-height: 120px !important;
    width: auto !important;
}


/* =========================================================
   4. USER NAVIGATION
   ========================================================= */

.pkp_navigation_user_wrapper {
    background: #FFFFFF !important;
}

.pkp_navigation_user > li > a,
.pkp_navigation_user > li > a:visited {
    color: #4A5963 !important;
    background: transparent !important;
}

.pkp_navigation_user > li > a:hover,
.pkp_navigation_user > li > a:focus {
    color: #005A8D !important;
    background: transparent !important;
}


/* =========================================================
   5. PRIMARY NAVIGATION
   ========================================================= */

.pkp_navigation_primary_row {
    background: #FFFFFF !important;
    border-top: 1px solid #EEF1F3 !important;
    border-bottom: 1px solid #E1E7EB !important;
}

.pkp_navigation_primary {
    background: transparent !important;
}

.pkp_navigation_primary > li > a,
.pkp_navigation_primary > li > a:visited {
    color: #34434D !important;
    background: transparent !important;
    font-weight: 500 !important;
    border-bottom: 2px solid transparent !important;
    padding-top: 0.85rem !important;
    padding-bottom: 0.85rem !important;
}

.pkp_navigation_primary > li > a:hover,
.pkp_navigation_primary > li > a:focus {
    color: #005A8D !important;
    background: transparent !important;
    border-bottom-color: #005A8D !important;
}


/* =========================================================
   6. DROPDOWN MENUS
   ========================================================= */

.pkp_navigation_primary .dropdown-menu {
    background: #FFFFFF !important;
    border: 1px solid #E1E7EB !important;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08) !important;
}

.pkp_navigation_primary .dropdown-menu a {
    color: #34434D !important;
    background: #FFFFFF !important;
}

.pkp_navigation_primary .dropdown-menu a:hover,
.pkp_navigation_primary .dropdown-menu a:focus {
    color: #005A8D !important;
    background: #F7F9FA !important;
}


/* =========================================================
   7. GENERAL NAVIGATION TRANSITION
   ========================================================= */

.pkp_navigation_primary li a {
    transition: all 0.2s ease !important;
}


/* =========================================================
   8. ORCID — PRESERVE ORIGINAL STYLING
   ========================================================= */

.orcid-connect-wrapper {
    margin-bottom: 1.5rem;
    padding: 1rem;
    background-color: #f5faee;
    border: 1px solid #a6ce39;
    border-radius: 6px;
}

.orcid-connect-wrapper .orcid_icon {
    width: 1.2em !important;
    height: 1.2em !important;
    max-width: 20px !important;
    max-height: 20px !important;
    vertical-align: middle;
    flex-shrink: 0;
}

.orcid-connect-wrapper #connect-orcid-button {
    display: inline-flex;
    align-items: center;
    background-color: #a6ce39;
    color: #fff !important;
    border: none;
    border-radius: 4px;
    padding: 0.6rem 1.2rem;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
    line-height: 1;
}

.orcid-connect-wrapper #connect-orcid-button:hover {
    background-color: #8fb52f;
}

.orcid-connect-wrapper .orcid_button_container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.orcid-connect-wrapper a#orcid-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #a6ce39;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 0.5rem;
}


/* =========================================================
   END OF HESS CUSTOM CSS
   ========================================================= */