/*
 * ============================================================
 *  COLOR OVERRIDE — JAIS (Journal of Applied & Interdisciplinary Sciences)
 *  SCHEME: Burnt Orange / Amber
 * ============================================================
 *  HOW TO USE:
 *  Upload via JAIS journal dashboard:
 *  Settings → Website → Appearance → Additional Stylesheet
 *  (Upload AFTER the base quillspark_addon.css, or paste below it)
 *
 *  Replaces greens with orange/amber tones.
 *  Base layout from quillspark_addon.css stays untouched.
 *
 *    Nav / Header orange:   #b34a00
 *    Accent gold:           #d4a000
 *    Footer dark brown:     #5c2500
 * ============================================================ */

/* A. Header band */
.pkp_structure_head {
    background-color: #b34a00 !important;
    border-bottom: 3px solid #d4a000 !important;
}

/* C. Nav bar */
.pkp_navigation_primary_row {
    background: #b34a00 !important;
}

#navigationPrimary > li > a {
    color: #fff !important;
}

#navigationPrimary > li > a:hover,
#navigationPrimary > li > a:focus {
    border-bottom-color: #d4a000 !important;
}

.pkp_site_nav_menu {
    background: #b34a00 !important;
}

/* D. Dropdown */
#navigationPrimary ul {
    border-top-color: #d4a000 !important;
}

#navigationPrimary ul a {
    color: #b34a00 !important;
}

#navigationPrimary ul a:hover,
#navigationPrimary ul a:focus {
    color: #5c2500 !important;
    border-left-color: #b34a00 !important;
    background: #fdf3e8 !important;
}

/* F. Footer */
.pkp_structure_footer_wrapper {
    background: #5c2500 !important;
    border-top-color: #d4a000 !important;
}

/* H. Article labels */
.obj_article_details .main_entry .item .label {
    color: #5c2500 !important;
    border-bottom-color: #d4a000 !important;
}

.obj_article_details .main_entry .item.doi .label,
.obj_article_details .main_entry .item.keywords .label {
    color: #b34a00 !important;
}

.obj_article_details .entry_details .sub_item .label {
    color: #b34a00 !important;
}

.obj_article_details .entry_details .sub_item:not(:first-child) .label {
    border-bottom-color: #d4a000 !important;
}

.obj_article_details .entry_details .item > .label,
.obj_article_details .entry_details .sub_item:first-child > .label {
    background: #fdf3e8 !important;
    color: #5c2500 !important;
}

/* I. Article title links */
.obj_article_summary > .title a {
    color: #b34a00 !important;
}

.obj_article_summary > .title a:hover,
.obj_article_summary > .title a:focus {
    color: #e05e00 !important;
}

.obj_article_details > .page_title {
    color: #5c2500 !important;
}

a { color: #b34a00 !important; }
a:hover, a:focus { color: #e05e00 !important; }

/* J. Galley buttons */
.cmp_manuscript_button,
.block_make_submission a,
.obj_galley_link {
    background: #b34a00 !important;
    border-color: #5c2500 !important;
}

.cmp_manuscript_button:hover,
.cmp_manuscript_button:focus,
.block_make_submission a:hover,
.block_make_submission a:focus,
.obj_galley_link:hover,
.obj_galley_link:focus {
    background: #e05e00 !important;
}

/* O. Search link — white to match nav items */
.pkp_navigation_search_wrapper a,
.pkp_search.pkp_search_desktop {
    color: #fff !important;
    text-decoration: none;
}
.pkp_navigation_search_wrapper a:hover,
.pkp_search.pkp_search_desktop:hover {
    color: rgba(255,255,255,0.75) !important;
    text-decoration: none;
}
