/**
 * INATGI editorial-name link presentation
 *
 * Applies to:
 * 1. Editor in Chief names on every journal homepage.
 * 2. Deputy editor names where present.
 * 3. Editorial-board member links on editorialMasthead pages.
 *
 * Links remain active and retain their existing colors.
 */

/* Journal homepage: Editor in Chief and Deputy Editor names. */
body.pkp_page_index.pkp_op_index
.inatgi-editorial-leadership
.inatgi-eic-managed-content
a:not(.inatgi-btn),

body.pkp_page_index.pkp_op_index
.inatgi-editorial-leadership
.inatgi-deputy-editor-meta
a:not(.inatgi-btn),

body.pkp_page_index.pkp_op_index
.inatgi-editorial-leadership
.inatgi-eic-managed-content
a:not(.inatgi-btn):visited,

body.pkp_page_index.pkp_op_index
.inatgi-editorial-leadership
.inatgi-eic-managed-content
a:not(.inatgi-btn):hover,

body.pkp_page_index.pkp_op_index
.inatgi-editorial-leadership
.inatgi-eic-managed-content
a:not(.inatgi-btn):focus,

body.pkp_page_index.pkp_op_index
.inatgi-editorial-leadership
.inatgi-eic-managed-content
a:not(.inatgi-btn):active,

body.pkp_page_index.pkp_op_index
.inatgi-editorial-leadership
.inatgi-deputy-editor-meta
a:not(.inatgi-btn):visited,

body.pkp_page_index.pkp_op_index
.inatgi-editorial-leadership
.inatgi-deputy-editor-meta
a:not(.inatgi-btn):hover,

body.pkp_page_index.pkp_op_index
.inatgi-editorial-leadership
.inatgi-deputy-editor-meta
a:not(.inatgi-btn):focus,

body.pkp_page_index.pkp_op_index
.inatgi-editorial-leadership
.inatgi-deputy-editor-meta
a:not(.inatgi-btn):active {
    text-decoration: none !important;
    text-decoration-line: none !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    background-image: none !important;
}

/*
 * OJS 3.5 Editorial Masthead:
 * remove underlines from editor and editorial-board member links.
 */
body.pkp_page_about.pkp_op_editorialMasthead
.pkp_structure_main
a:not(.pkp_button):not(.button):not(.inatgi-btn),

body.pkp_page_about.pkp_op_editorialMasthead
.pkp_structure_main
a:not(.pkp_button):not(.button):not(.inatgi-btn):visited,

body.pkp_page_about.pkp_op_editorialMasthead
.pkp_structure_main
a:not(.pkp_button):not(.button):not(.inatgi-btn):hover,

body.pkp_page_about.pkp_op_editorialMasthead
.pkp_structure_main
a:not(.pkp_button):not(.button):not(.inatgi-btn):focus,

body.pkp_page_about.pkp_op_editorialMasthead
.pkp_structure_main
a:not(.pkp_button):not(.button):not(.inatgi-btn):active {
    text-decoration: none !important;
    text-decoration-line: none !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    background-image: none !important;
}

/* Compatibility with older editorialTeam route or page classes. */
body.pkp_page_about.pkp_op_editorialTeam
.pkp_structure_main
a:not(.pkp_button):not(.button):not(.inatgi-btn),

.page_editorial_team a,
.page_editorial_masthead a,
.page_editorialMasthead a {
    text-decoration: none !important;
    text-decoration-line: none !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    background-image: none !important;
}
