/* IJICOM chrome-v6: attached ASTEEC blue #2559FA 20260722054602 */
/* IJICOM chrome-v5: indexing image moved to left brand column 20260722040000 */
/* IJICOM chrome-v1: auth + ILGI-style header/footer (blue) 20260722032121 */
.pkp_brand_footer{ display: none; }

/* ASTEEC login/register styles ported for IJICOM */
@keyframes asteec-btn-shimmer {
    0% { left: -120%; }
    100% { left: 120%; }
}

.pkp_page_login .page_login .buttons,
.pkp_page_user.pkp_op_register .page_register .buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    float: none;
}

.pkp_page_login .page_login .buttons button,
.pkp_page_login .page_login .buttons a,
.pkp_page_user.pkp_op_register .page_register .buttons button,
.pkp_page_user.pkp_op_register .page_register .buttons a {
    float: none !important;
    margin: 0 !important;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 8.5rem;
    padding: 0.7rem 1.6rem !important;
    border: none !important;
    border-radius: 999px !important;
    font-weight: 700 !important;
    font-size: 0.85rem !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #fff !important;
    line-height: 1.2 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
    z-index: 0;
}

.pkp_page_login .page_login .buttons button:hover,
.pkp_page_login .page_login .buttons a:hover,
.pkp_page_user.pkp_op_register .page_register .buttons button:hover,
.pkp_page_user.pkp_op_register .page_register .buttons a:hover,
.pkp_page_login .page_login .buttons button:focus,
.pkp_page_login .page_login .buttons a:focus,
.pkp_page_user.pkp_op_register .page_register .buttons button:focus,
.pkp_page_user.pkp_op_register .page_register .buttons a:focus {
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
    outline: none;
}

/* Login = green */
.pkp_page_login .page_login .buttons button.submit,
.pkp_page_user.pkp_op_register .page_register .buttons a.login {
    background: #2ecc71 !important;
}

.pkp_page_login .page_login .buttons button.submit:hover,
.pkp_page_login .page_login .buttons button.submit:focus,
.pkp_page_user.pkp_op_register .page_register .buttons a.login:hover,
.pkp_page_user.pkp_op_register .page_register .buttons a.login:focus {
    background: #27ae60 !important;
    filter: brightness(1.03);
}

/* Register = yellow/gold */
.pkp_page_login .page_login .buttons a.register,
.pkp_page_user.pkp_op_register .page_register .buttons button.submit {
    background: #f1c40f !important;
}

.pkp_page_login .page_login .buttons a.register:hover,
.pkp_page_login .page_login .buttons a.register:focus,
.pkp_page_user.pkp_op_register .page_register .buttons button.submit:hover,
.pkp_page_user.pkp_op_register .page_register .buttons button.submit:focus {
    background: #e0b40a !important;
    filter: brightness(1.03);
}

/* Moving white sheen on hover (login + register) */
.pkp_page_login .page_login .buttons button.submit::after,
.pkp_page_login .page_login .buttons a.register::after,
.pkp_page_user.pkp_op_register .page_register .buttons button.submit::after,
.pkp_page_user.pkp_op_register .page_register .buttons a.login::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 55%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.55) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-20deg);
    pointer-events: none;
    z-index: 1;
}

.pkp_page_login .page_login .buttons button.submit:hover::after,
.pkp_page_login .page_login .buttons a.register:hover::after,
.pkp_page_user.pkp_op_register .page_register .buttons button.submit:hover::after,
.pkp_page_user.pkp_op_register .page_register .buttons a.login:hover::after,
.pkp_page_login .page_login .buttons button.submit:focus::after,
.pkp_page_login .page_login .buttons a.register:focus::after,
.pkp_page_user.pkp_op_register .page_register .buttons button.submit:focus::after,
.pkp_page_user.pkp_op_register .page_register .buttons a.login:focus::after {
    animation: asteec-btn-shimmer 0.75s ease;
}

/* ASTEEC: elegant centered login card */
.pkp_page_login .pkp_structure_sidebar {
    display: none !important;
}

.pkp_page_login .pkp_structure_content.has_sidebar {
    display: block !important;
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.pkp_page_login .pkp_structure_main {
    float: none !important;
    width: 100% !important;
    max-width: 440px;
    margin: 0 auto !important;
    padding: 0 !important;
}

.pkp_page_login .pkp_structure_main:before,
.pkp_page_login .pkp_structure_main:after {
    display: none !important;
}

.pkp_page_login .page_login {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    padding: 2.5rem 2.25rem 2rem;
    text-align: center;
}

.pkp_page_login .page_login .cmp_breadcrumbs {
    display: none;
}

.pkp_page_login .page_login > p {
    display: none;
}

.pkp_page_login .page_login .login_heading,
.pkp_page_login .page_login h1 {
    margin: 0 0 1.75rem;
    text-align: center;
    font-size: 1.75rem;
    font-weight: 600;
    color: #333333;
    letter-spacing: 0.01em;
}

.pkp_page_login .page_login .login,
.pkp_page_login .page_login form.login {
    max-width: none !important;
    margin: 0 auto;
    text-align: center;
}

.pkp_page_login .page_login fieldset.fields {
    margin: 0;
    padding: 0;
    border: 0;
}

.pkp_page_login .page_login .fields > div {
    padding-bottom: 0.95rem !important;
    text-align: center;
}

.pkp_page_login .page_login .fields label {
    display: block;
    width: 100%;
}

.pkp_page_login .page_login .fields .label {
    display: none; /* placeholders used via attr; keep asterisks out of elegant UI */
}

.pkp_page_login .page_login .fields input[type="text"],
.pkp_page_login .page_login .fields input[type="email"],
.pkp_page_login .page_login .fields input[type="password"] {
    width: 100% !important;
    max-width: none !important;
    height: 3rem !important;
    padding: 0 1.35rem !important;
    border: 1px solid #dddddd !important;
    border-radius: 999px !important;
    background: #fff !important;
    box-shadow: none !important;
    text-align: left;
    font-size: 0.95rem !important;
    line-height: 3rem !important;
    color: #333 !important;
}

.pkp_page_login .page_login .fields input:focus {
    border-color: #2ecc71 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.15) !important;
}

.pkp_page_login .page_login .remember {
    text-align: center;
    margin: 0.15rem 0 0.85rem;
    padding-bottom: 0 !important;
}

.pkp_page_login .page_login .remember label {
    display: inline-flex !important;
    align-items: center;
    gap: 0.4rem;
    justify-content: center;
    font-size: 0.9rem;
    color: #666;
    cursor: pointer;
}

.pkp_page_login .page_login .remember .label {
    display: inline !important;
    font-weight: 400;
    color: #666;
}

.pkp_page_login .page_login .buttons {
    display: flex !important;
    justify-content: center;
    float: none !important;
    margin: 0.35rem 0 0.9rem !important;
}

.pkp_page_login .page_login .buttons button.submit {
    width: 100%;
    min-width: 0 !important;
    float: none !important;
    margin: 0 !important;
}

.pkp_page_login .page_login .buttons a.register {
    display: none !important;
}

.pkp_page_login .page_login .login_help_links {
    display: block;
    text-align: center;
    margin-top: 0.25rem;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #888888;
}

.pkp_page_login .page_login .login_help_links a {
    color: #888888;
    text-decoration: none;
}

.pkp_page_login .page_login .login_help_links a:hover,
.pkp_page_login .page_login .login_help_links a:focus {
    color: #555555;
    text-decoration: underline;
}

.pkp_page_login .page_login .pkp_form_error {
    text-align: center;
    margin-bottom: 1rem;
}

/* ASTEEC: elegant centered register card (aligned with login) */
.pkp_page_user.pkp_op_register .pkp_structure_sidebar {
    display: none !important;
}

.pkp_page_user.pkp_op_register .pkp_structure_content.has_sidebar {
    display: block !important;
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.pkp_page_user.pkp_op_register .pkp_structure_main {
    float: none !important;
    width: 100% !important;
    max-width: 760px;
    margin: 0 auto !important;
    padding: 0 !important;
}

.pkp_page_user.pkp_op_register .pkp_structure_main:before,
.pkp_page_user.pkp_op_register .pkp_structure_main:after {
    display: none !important;
}

.pkp_page_user.pkp_op_register .page_register {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    padding: 2.5rem 2.75rem 2.25rem;
    text-align: center;
}

.pkp_page_user.pkp_op_register .page_register .cmp_breadcrumbs,
.pkp_page_user.pkp_op_register .page_register > p {
    display: none;
}

.pkp_page_user.pkp_op_register .page_register .register_heading,
.pkp_page_user.pkp_op_register .page_register h1 {
    margin: 0 0 1.5rem;
    text-align: center;
    font-size: 1.75rem;
    font-weight: 600;
    color: #333333;
    letter-spacing: 0.01em;
}

.pkp_page_user.pkp_op_register .page_register form.register {
    margin: 0 auto;
    text-align: center;
}

.pkp_page_user.pkp_op_register .page_register fieldset {
    margin: 0 0 1.1rem;
    padding: 0;
    border: 0;
    text-align: center;
}

.pkp_page_user.pkp_op_register .page_register fieldset legend {
    display: block;
    width: 100%;
    margin: 0 0 0.85rem;
    padding: 0;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 600;
    color: #555;
}

.pkp_page_user.pkp_op_register .page_register .fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 0.85rem;
    margin: 0;
}

.pkp_page_user.pkp_op_register .page_register .fields > div {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 0 !important;
    text-align: center;
}


.pkp_page_user.pkp_op_register .page_register .fields label {
    display: block;
    width: 100%;
}

.pkp_page_user.pkp_op_register .page_register .fields .label {
    display: none;
}

.pkp_page_user.pkp_op_register .page_register .fields input[type="text"],
.pkp_page_user.pkp_op_register .page_register .fields input[type="email"],
.pkp_page_user.pkp_op_register .page_register .fields input[type="password"],
.pkp_page_user.pkp_op_register .page_register .fields select {
    width: 100% !important;
    max-width: none !important;
    height: 3rem !important;
    padding: 0 1.25rem !important;
    border: 1px solid #dddddd !important;
    border-radius: 999px !important;
    background: #fff !important;
    box-shadow: none !important;
    text-align: left;
    font-size: 0.95rem !important;
    line-height: 3rem !important;
    color: #333 !important;
}

.pkp_page_user.pkp_op_register .page_register .fields select {
    appearance: none;
    -webkit-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #999 50%), linear-gradient(135deg, #999 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(1.35rem), calc(100% - 12px) calc(1.35rem);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 2.2rem !important;
}

.pkp_page_user.pkp_op_register .page_register .fields input:focus,
.pkp_page_user.pkp_op_register .page_register .fields select:focus {
    border-color: #f1c40f !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(241, 196, 15, 0.18) !important;
}

/* Consent checkboxes: readable, left-aligned inside centered card */
.pkp_page_user.pkp_op_register .page_register fieldset.consent {
    text-align: left;
    margin-top: 0.35rem;
}

.pkp_page_user.pkp_op_register .page_register fieldset.consent .fields > div,
.pkp_page_user.pkp_op_register .page_register fieldset.consent .optin {
    width: 100%;
    text-align: left;
}

.pkp_page_user.pkp_op_register .page_register fieldset.consent label {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.88rem;
    line-height: 1.45;
    color: #555;
    text-align: left;
    cursor: default;
}

.pkp_page_user.pkp_op_register .page_register fieldset.consent .label,
.pkp_page_user.pkp_op_register .page_register fieldset.consent label > span:not(.pkp_screen_reader) {
    display: inline;
}

.pkp_page_user.pkp_op_register .page_register .buttons {
    display: flex !important;
    justify-content: center;
    float: none !important;
    margin: 0.85rem 0 0.75rem !important;
}

.pkp_page_user.pkp_op_register .page_register .buttons button.submit {
    width: 100%;
    min-width: 0 !important;
    float: none !important;
    margin: 0 !important;
}

.pkp_page_user.pkp_op_register .page_register .buttons a.login {
    display: none !important;
}

.pkp_page_user.pkp_op_register .page_register .register_help_links {
    display: block;
    text-align: center;
    margin-top: 0.15rem;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #888888;
}

.pkp_page_user.pkp_op_register .page_register .register_help_links a {
    color: #888888;
    text-decoration: none;
}

.pkp_page_user.pkp_op_register .page_register .register_help_links a:hover,
.pkp_page_user.pkp_op_register .page_register .register_help_links a:focus {
    color: #555555;
    text-decoration: underline;
}

.pkp_page_user.pkp_op_register .page_register .pkp_form_error,
.pkp_page_user.pkp_op_register .page_register #formErrors {
    text-align: center;
}

/* ASTEEC: register single data grid — efficient 2-col fields */
.pkp_page_user.pkp_op_register .page_register fieldset.register_data {
    margin-bottom: 0.85rem;
}

.pkp_page_user.pkp_op_register .page_register fieldset.register_data legend {
    margin-bottom: 1rem;
    font-size: 1.05rem;
    font-weight: 600;
    color: #333;
}

.pkp_page_user.pkp_op_register .page_register fieldset.login {
    display: none !important; /* legacy login fieldset removed from template */
}

.pkp_page_user.pkp_op_register .page_register fieldset.register_data .fields {
    gap: 0.7rem 0.85rem;
}

@media (min-width: 640px) {
    .pkp_page_user.pkp_op_register .page_register fieldset.register_data .fields > div {
        width: calc(50% - 0.425rem);
        flex: 0 0 calc(50% - 0.425rem);
    }
}


/* IJICOM: force visible auth page atmosphere (cache-bust friendly) */
body.pkp_page_login,
body.pkp_page_user.pkp_op_register {
    background: #eef2f5 !important;
}

body.pkp_page_login .pkp_structure_page,
body.pkp_page_user.pkp_op_register .pkp_structure_page {
    background: #eef2f5 !important;
}

body.pkp_page_login .pkp_structure_content,
body.pkp_page_user.pkp_op_register .pkp_structure_content {
    background: transparent !important;
}

body.pkp_page_login .pkp_structure_sidebar,
body.pkp_page_user.pkp_op_register .pkp_structure_sidebar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

body.pkp_page_login .pkp_structure_main,
body.pkp_page_user.pkp_op_register .pkp_structure_main {
    float: none !important;
    width: 100% !important;
    max-width: 440px !important;
    margin: 1.5rem auto 3rem !important;
    padding: 0 !important;
}

body.pkp_page_user.pkp_op_register .pkp_structure_main {
    max-width: 760px !important;
}

body.pkp_page_login .page_login,
body.pkp_page_user.pkp_op_register .page_register {
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12) !important;
}

body.pkp_page_login .page_login .buttons button.submit {
    background: #2ecc71 !important;
    color: #fff !important;
    border-radius: 999px !important;
    width: 100% !important;
}

body.pkp_page_user.pkp_op_register .page_register .buttons button.submit {
    background: #f1c40f !important;
    color: #fff !important;
    border-radius: 999px !important;
    width: 100% !important;
}


/* IJICOM: hide ORCID connect block on registration page */
body.pkp_page_user.pkp_op_register #connect-orcid-button,
body.pkp_page_user.pkp_op_register #orcid,
body.pkp_page_user.pkp_op_register a[href*="/orcidapi/about"],
body.pkp_page_user.pkp_op_register .orcid_icon {
    display: none !important;
}
/* ijicom header/footer chrome — ILGI layout, blue theme */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
  --ijicom-primary: #2559FA;
  --ijicom-primary-dark: #1C47D6;
  --ijicom-primary-darker: #1638B0;
  --ijicom-ink: #ffffff;
}

html, body,
.pkp_structure_page,
.pkp_structure_main,
.pkp_structure_main h1,
.pkp_structure_main h2,
.pkp_structure_main h3,
.pkp_structure_main h4,
.pkp_structure_main h5,
.pkp_structure_main h6,
.pkp_site_name,
.pkp_nav_list,
.pkp_navigation_primary,
.pkp_navigation_user,
.pkp_block .title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

body {
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

/* Header chrome */
.pkp_structure_head,
.pkp_structure_head .pkp_head_wrapper,
.pkp_site_nav_menu,
.pkp_navigation_primary_row,
.pkp_navigation_primary_wrapper {
  background-color: #2559FA !important;
  background: #2559FA !important;
}

.pkp_structure_head {
  background-image: linear-gradient(
    180deg,
    rgba(255,255,255,0.18) 0%,
    rgba(255,255,255,0.08) 50%,
    rgba(255,255,255,0.03) 100%
  ) !important;
  background-blend-mode: soft-light;
  border-bottom: 1px solid rgba(255,255,255,0.14) !important;
}

.pkp_structure_head,
.pkp_structure_head a,
.pkp_structure_head .pkp_site_name a,
.pkp_structure_head .pkp_navigation_primary a,
.pkp_structure_head .pkp_navigation_user a {
  color: #ffffff !important;
}

.pkp_structure_head .pkp_navigation_primary a:hover,
.pkp_structure_head .pkp_navigation_user a:hover,
.pkp_structure_head .pkp_site_name a:hover,
.pkp_structure_head .pkp_navigation_primary > li.current > a,
.pkp_structure_head .pkp_navigation_primary > li > a:focus {
  color: #d9ecf7 !important;
}



/* Footer chrome */
.pkp_structure_footer_wrapper,
.pkp_structure_footer_wrapper.ijicom_footer,
.ijicom_footer {
  background-color: #2559FA !important;
  background: #2559FA !important;
  background-image: linear-gradient(
    180deg,
    rgba(255,255,255,0.14) 0%,
    rgba(255,255,255,0.06) 55%,
    rgba(255,255,255,0.02) 100%
  ) !important;
  color: #ffffff !important;
}

.ijicom_footer .ijicom_footer_inner.pkp_structure_footer,
.ijicom_footer .pkp_structure_footer {
  width: min(1160px, calc(100% - 2rem)) !important;
  max-width: 1160px;
  margin: 0 auto !important;
  padding: 2.25rem 0 1.25rem !important;
  text-align: left !important;
  color: #ffffff;
}

.ijicom_footer_main {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 28px 40px !important;
  padding-bottom: 1.75rem;
}

.ijicom_footer_brand,
.ijicom_footer_journal.pkp_footer_content,
.ijicom_footer .pkp_footer_content {
  flex: 1 1 280px !important;
  max-width: 560px !important;
  width: auto !important;
}

.ijicom_footer_brand_link {
  display: inline-block;
  text-decoration: none !important;
  color: inherit !important;
}

.ijicom_footer_title {
  display: block;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}

.ijicom_footer_tagline {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.95rem;
  opacity: 1;
  color: #ffffff;
}

.ijicom_footer_office {
  margin-top: 14px;
  font-size: 1.02rem;
  line-height: 1.6;
  color: #ffffff;
  opacity: 1;
}

.ijicom_footer_office_title {
  display: block;
  margin-bottom: 6px;
  font-size: 1.02rem;
  font-weight: 700;
}

.ijicom_footer_office_addr {
  margin: 0;
  max-width: 34em;
}

.ijicom_footer_journal.pkp_footer_content,
.ijicom_footer .pkp_footer_content {
  padding: 0 !important;
  text-align: left !important;
  color: #ffffff !important;
  font-size: 1.02rem;
  line-height: 1.6;
}

.ijicom_footer .pkp_footer_content p,
.ijicom_footer .pkp_footer_content strong,
.ijicom_footer .pkp_footer_content span,
.ijicom_footer .pkp_footer_content a {
  color: #ffffff !important;
}

.ijicom_footer .pkp_footer_content a {
  text-decoration: underline;
}

/* Keep existing footer indexing images visible and sized correctly */
.ijicom_footer .pkp_footer_content img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  margin: 0.75rem 0 0 !important;
  opacity: 1 !important;
}

.ijicom_footer_bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.28);
  font-size: 0.98rem;
  color: rgba(255,255,255,0.9);
}

.ijicom_footer_links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.ijicom_footer_links a {
  color: rgba(255,255,255,0.9) !important;
  text-decoration: none !important;
  font-weight: 600;
}

.ijicom_footer_links a:hover,
.ijicom_footer_links a:focus {
  color: #ffffff !important;
  text-decoration: underline !important;
}

.ijicom_footer .pkp_brand_footer {
  display: none !important;
}

@media (max-width: 767px) {
  .ijicom_footer_main {
    flex-direction: column;
  }
  .ijicom_footer_bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Sidebar accents */
.pkp_structure_sidebar .pkp_block .title,
.pkp_structure_sidebar .block_custom .title,
.pkp_structure_sidebar .block_custom .content [style*="background"] {
  background: #2559FA !important;
  background-color: #2559FA !important;
  color: #ffffff !important;
}
.pkp_structure_sidebar .block_custom .content a {
  color: #ffffff !important;
  font-weight: 700 !important;
}

/* Dropdown menus — blue, white text */
.pkp_structure_head .pkp_nav_list ul,
.pkp_structure_head .pkp_navigation_primary ul,
.pkp_structure_head .pkp_navigation_user ul,
.pkp_structure_head .pkp_navigation_user .dropdown-menu,
.pkp_structure_head .dropdown-menu {
  background: #2559FA !important;
  background-color: #2559FA !important;
  border: 1px solid #2559FA !important;
  box-shadow: 0 8px 20px rgba(0,0,0,.22) !important;
}
.pkp_structure_head .pkp_nav_list ul a,
.pkp_structure_head .pkp_navigation_primary ul a,
.pkp_structure_head .pkp_navigation_user ul a,
.pkp_structure_head .dropdown-menu a {
  color: #ffffff !important;
  text-shadow: none !important;
  background: transparent !important;
  font-weight: 600 !important;
}
.pkp_structure_head .pkp_nav_list ul a:hover,
.pkp_structure_head .pkp_nav_list ul a:focus,
.pkp_structure_head .pkp_navigation_primary ul a:hover,
.pkp_structure_head .pkp_navigation_primary ul a:focus,
.pkp_structure_head .pkp_navigation_user ul a:hover,
.pkp_structure_head .pkp_navigation_user ul a:focus,
.pkp_structure_head .dropdown-menu a:hover,
.pkp_structure_head .dropdown-menu a:focus {
  color: #ffffff !important;
  background: #2559FA !important;
  border-left-color: #ffffff !important;
}
.pkp_structure_head .pkp_navigation_user > li > ul,
.pkp_structure_head .pkp_navigation_user .dropdown-menu {
  right: 0 !important;
  left: auto !important;
  min-width: 210px;
}
.pkp_structure_head .pkp_nav_list ul ul {
  background: #2559FA !important;
  border-color: #1C47D6 !important;
}
.pkp_structure_head .pkp_nav_list ul ul a:hover,
.pkp_structure_head .pkp_nav_list ul ul a:focus {
  background: #1C47D6 !important;
}

/* Homepage: don't overlay banner under header */
.pkp_page_index .homepage_image {
  margin-top: 0 !important;
}


/* ===== User nav TOP-RIGHT (override default OJS center) ===== */
/* Default theme centers with left:50% + translateX(-50%); force top-right like ILGI. */

body:not(.is_site_context) .pkp_structure_head .pkp_head_wrapper,
.pkp_structure_head .pkp_head_wrapper {
  position: relative !important;
}

/* Defeat default desktop centering at all breakpoints */
body:not(.is_site_context) .pkp_structure_head .pkp_navigation_user_wrapper,
body:not(.is_site_context) .pkp_structure_head #navigationUserWrapper,
.pkp_structure_head .pkp_navigation_user_wrapper,
.pkp_structure_head #navigationUserWrapper {
  position: absolute !important;
  top: 0.75rem !important;
  right: 0 !important;
  left: auto !important;
  transform: none !important;
  -webkit-transform: none !important;
  margin: 0 !important;
  padding: 0 1.25rem 0 0 !important;
  text-align: right !important;
  z-index: 1000 !important;
  width: auto !important;
  max-width: none !important;
  border: none !important;
  border-top: none !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 0.5rem !important;
  float: none !important;
}

@media (min-width: 992px) {
  body:not(.is_site_context) .pkp_structure_head .pkp_navigation_user_wrapper,
  body:not(.is_site_context) .pkp_structure_head #navigationUserWrapper,
  .pkp_structure_head .pkp_navigation_user_wrapper,
  .pkp_structure_head #navigationUserWrapper {
    top: 0.75rem !important;
    right: 0 !important;
    left: auto !important;
    transform: none !important;
    -webkit-transform: none !important;
  }

  /* Ensure room for top-right user/login control */
  body:not(.is_site_context) .pkp_structure_head .pkp_head_wrapper {
    padding-top: 3rem !important;
  }
  body:not(.is_site_context).has_site_logo .pkp_structure_head .pkp_head_wrapper {
    padding-top: 3rem !important;
  }
}

body:not(.is_site_context) .pkp_structure_head #navigationUser,
.pkp_structure_head #navigationUser {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 0.5rem !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  text-align: right !important;
  border: none !important;
  border-top: none !important;
}

body:not(.is_site_context) .pkp_structure_head #navigationUser > li,
.pkp_structure_head #navigationUser > li {
  margin: 0 !important;
  float: none !important;
  position: relative !important;
}

/* Hide register in header */
.pkp_structure_head #navigationUser > li > a[href*="/user/register"],
.pkp_structure_head #navigationUser > li:has(> a[href*="/user/register"]) {
  display: none !important;
}

/* Login pill */
body:not(.is_site_context) .pkp_structure_head #navigationUser > li > a[href*="/login"]:not([href*="signOut"]):not([href*="lostPassword"]) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  height: 2.35rem !important;
  margin: 0 !important;
  padding: 0 1.15rem !important;
  color: #ffffff !important;
  background: transparent !important;
  border: 2px solid #ffffff !important;
  border-radius: 999px !important;
  line-height: 1 !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

body:not(.is_site_context) .pkp_structure_head #navigationUser > li > a[href*="/login"]:not([href*="signOut"]):not([href*="lostPassword"]):hover,
body:not(.is_site_context) .pkp_structure_head #navigationUser > li > a[href*="/login"]:not([href*="signOut"]):not([href*="lostPassword"]):focus {
  color: #2559FA !important;
  background: #ffffff !important;
  border-color: #ffffff !important;
  text-decoration: none !important;
}

/* Account dropdown panel opens from top-right */
.pkp_structure_head #navigationUser > li > ul,
.pkp_structure_head .pkp_navigation_user > li > ul,
.pkp_structure_head .pkp_navigation_user .dropdown-menu {
  right: 0 !important;
  left: auto !important;
  top: 100% !important;
}

@media (max-width: 991px) {
  /* On mobile, user nav lives inside open menu — don't float over logo */
  body:not(.is_site_context) .pkp_structure_head .pkp_navigation_user_wrapper,
  body:not(.is_site_context) .pkp_structure_head #navigationUserWrapper,
  .pkp_structure_head .pkp_navigation_user_wrapper,
  .pkp_structure_head #navigationUserWrapper {
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    transform: none !important;
    padding: 0 !important;
    width: 100% !important;
    justify-content: flex-start !important;
  }

  /* Hamburger / menu toggle → top-right (pojok kanan atas) */
  .pkp_structure_head .pkp_site_nav_toggle {
    left: auto !important;
    right: 0 !important;
  }
  .pkp_structure_head .pkp_site_name {
    left: 0 !important;
    right: 3.5rem;
    padding-right: 3.5rem !important;
    padding-left: 0.75rem !important;
  }
}
/* ===== END User nav TOP-RIGHT ===== */
/* patched 20260722034000 */

/* chrome-v5: indexing image in LEFT brand column */
.ijicom_footer_indexing,
.ijicom_footer_brand img.ijicom_footer_indexing {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  margin-top: 1rem !important;
  opacity: 1 !important;
}


/* ===== IJICOM v6: theme blue #2559FA + justified black descriptions (20260722054602) ===== */
:root {
  --ijicom-primary: #2559FA;
  --ijicom-primary-dark: #1C47D6;
  --ijicom-primary-darker: #1638B0;
}

/* Homepage + archive journal/issue descriptions: justify, black */
.pkp_page_index .homepage_about,
.pkp_page_index .homepage_about p,
.pkp_page_index .additional_content,
.pkp_page_index .additional_content p,
.pkp_page_index .current_issue .description,
.pkp_page_index .current_issue .description p,
.pkp_page_index .obj_issue_summary .description,
.pkp_page_index .obj_issue_summary .description p,
.pkp_page_issue .description,
.pkp_page_issue .description p,
.pkp_page_issue .obj_issue_toc .description,
.pkp_page_issue .obj_issue_toc .description p,
.pkp_page_issueArchieve .description,
.pkp_page_issueArchieve .description p,
.pkp_page_issueArchive .description,
.pkp_page_issueArchive .description p,
.pkp_page_issue .obj_issue_summary .description,
.pkp_page_issue .obj_issue_summary .description p,
section.homepage_about,
section.homepage_about p,
.current_issue .description,
.current_issue .description p,
.obj_issue_summary .description,
.obj_issue_summary .description p {
  color: #000000 !important;
  text-align: justify !important;
}

/* Keep headings readable but body copy black+justify */
.pkp_page_index .homepage_about h2,
.pkp_page_index .homepage_about h3,
.pkp_page_issue .description h2,
.pkp_page_issue .description h3 {
  color: #000000 !important;
  text-align: left !important;
}

/* ===== END IJICOM v6 ===== */

/* ===== IJICOM v8: force WHITE left-column footer brand/office ===== */
.ijicom_footer .ijicom_footer_brand,
.ijicom_footer .ijicom_footer_brand *,
.ijicom_footer .ijicom_footer_brand_link,
.ijicom_footer .ijicom_footer_brand_link *,
.ijicom_footer .ijicom_footer_brand_text,
.ijicom_footer .ijicom_footer_brand_text *,
.ijicom_footer .ijicom_footer_title,
.ijicom_footer .ijicom_footer_tagline,
.ijicom_footer .ijicom_footer_office,
.ijicom_footer .ijicom_footer_office *,
.ijicom_footer .ijicom_footer_office_title,
.ijicom_footer .ijicom_footer_office_addr,
.ijicom_footer .ijicom_footer_office_addr strong,
.ijicom_footer .ijicom_footer_office_addr p,
.ijicom_footer .ijicom_footer_office_addr span,
.ijicom_footer .ijicom_footer_office_addr a,
.ijicom_footer_brand,
.ijicom_footer_brand_link,
.ijicom_footer_brand_text,
.ijicom_footer_title,
.ijicom_footer_tagline,
.ijicom_footer_office,
.ijicom_footer_office_title,
.ijicom_footer_office_addr,
.ijicom_footer_office strong,
.ijicom_footer_office p,
.ijicom_footer_office span,
.ijicom_footer_office a {
  color: #ffffff !important;
  color: rgba(255,255,255,1) !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #ffffff !important;
}

.ijicom_footer .ijicom_footer_brand a:hover,
.ijicom_footer .ijicom_footer_brand_link:hover,
.ijicom_footer .ijicom_footer_brand_link:hover *,
.ijicom_footer .ijicom_footer_office a:hover {
  color: #ffffff !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #ffffff !important;
}
/* ===== END IJICOM v8 white footer brand ===== */


/* ===== IJICOM v8: Editorial Office font matches pageFooter ===== */
.ijicom_footer .ijicom_footer_office,
.ijicom_footer .ijicom_footer_office_title,
.ijicom_footer .ijicom_footer_office_addr,
.ijicom_footer .ijicom_footer_office_addr *,
.ijicom_footer_office,
.ijicom_footer_office_title,
.ijicom_footer_office_addr {
  font-size: 1.02rem !important;
  line-height: 1.6 !important;
}
.ijicom_footer .ijicom_footer_office_title,
.ijicom_footer_office_title {
  font-weight: 700 !important;
}
/* ===== END IJICOM v8 office font ===== */



/* ===== IJICOM v11: archive issue typography (20260722071029) ===== */
body.pkp_page_issue.pkp_op_archive .page_issue_archive .obj_issue_summary h2,
body.pkp_page_issue.pkp_op_archive .issues_archive .obj_issue_summary h2,
body.pkp_page_issue.pkp_op_archive .obj_issue_summary h2 a.title,
body.pkp_page_issue.pkp_op_archive .obj_issue_summary .series,
.page_issue_archive .obj_issue_summary h2 a.title,
.page_issue_archive .obj_issue_summary .series,
.issues_archive .obj_issue_summary h2 a.title,
.issues_archive .obj_issue_summary .series {
  font-size: 1.0rem !important;
  line-height: 1.6 !important;
  font-weight: 700 !important;
  color: #000000 !important;
}

body.pkp_page_issue.pkp_op_archive .obj_issue_summary .description,
body.pkp_page_issue.pkp_op_archive .obj_issue_summary .description p,
.page_issue_archive .obj_issue_summary .description,
.page_issue_archive .obj_issue_summary .description p,
.issues_archive .obj_issue_summary .description,
.issues_archive .obj_issue_summary .description p {
  font-size: 0.95rem !important;
  line-height: 1.6 !important;
  color: #000000 !important;
  text-align: justify !important;
}
/* ===== END archive issue typography v11 ===== */

/* ===== IJICOM v11: article view justify (20260722071029) ===== */
body.pkp_page_article .obj_article_details h1,
body.pkp_page_article .obj_article_details .article-title,
body.pkp_page_article .obj_article_details .page_title,
body.pkp_page_article .obj_article_details .title,
body.pkp_page_article .obj_article_details h1.page_title,
body.pkp_page_article .obj_article_details .article-details-header h1,
body.pkp_page_article .obj_article_details .article-details-header .title,
body.pkp_page_article .page_article .article-details-header h1,
body.pkp_page_article .page_article h1.page_title {
  text-align: justify !important;
}

body.pkp_page_article .obj_article_details .article_abstract,
body.pkp_page_article .obj_article_details .article_abstract p,
body.pkp_page_article .obj_article_details .article_abstract div,
body.pkp_page_article .obj_article_details .article_abstract .block,
body.pkp_page_article .obj_article_details .article_abstract .block p,
body.pkp_page_article .obj_article_details .article_abstract .block div,
body.pkp_page_article .obj_article_details #abstract,
body.pkp_page_article .obj_article_details #abstract p,
body.pkp_page_article .obj_article_details .abstract,
body.pkp_page_article .obj_article_details .abstract p,
body.pkp_page_article .page_article .article_abstract,
body.pkp_page_article .page_article .article_abstract p,
body.pkp_page_article .page_article .article_abstract div {
  text-align: justify !important;
  color: #000000 !important;
}

/* Live article 265 markup (section.item.abstract, h1.page_title) */
body.pkp_page_article.pkp_op_view article.obj_article_details h1.page_title,
body.pkp_page_article article.obj_article_details h1.page_title {
  text-align: justify !important;
}

body.pkp_page_article .obj_article_details section.item.abstract,
body.pkp_page_article .obj_article_details section.item.abstract p,
body.pkp_page_article .obj_article_details .main_entry section.item.abstract,
body.pkp_page_article .obj_article_details .main_entry section.item.abstract p,
body.pkp_page_article article.obj_article_details section.item.abstract,
body.pkp_page_article article.obj_article_details section.item.abstract p {
  text-align: justify !important;
  color: #000000 !important;
}
/* ===== END article view justify ===== */



/* ===== IJICOM v12: archive title link color (20260722072233) ===== */
/* Archive cards: journal title + vol/issue use standard hyperlink color */
body.pkp_page_issue.pkp_op_archive .obj_issue_summary h2 a.title,
body.pkp_page_issue.pkp_op_archive .issues_archive .obj_issue_summary h2 a.title,
.page_issue_archive .obj_issue_summary h2 a.title,
.issues_archive .obj_issue_summary h2 a.title {
  color: #006798 !important;
  text-decoration: none !important;
}
body.pkp_page_issue.pkp_op_archive .obj_issue_summary h2 a.title:hover,
body.pkp_page_issue.pkp_op_archive .obj_issue_summary h2 a.title:focus,
.page_issue_archive .obj_issue_summary h2 a.title:hover,
.page_issue_archive .obj_issue_summary h2 a.title:focus {
  color: #005580 !important;
  text-decoration: underline !important;
}

/* Vol./Issue line — also hyperlink color (wraps in link or standalone series) */
body.pkp_page_issue.pkp_op_archive .obj_issue_summary .series,
body.pkp_page_issue.pkp_op_archive .obj_issue_summary h2 .series,
.page_issue_archive .obj_issue_summary .series,
.issues_archive .obj_issue_summary .series {
  color: #006798 !important;
}
body.pkp_page_issue.pkp_op_archive .obj_issue_summary h2 a .series,
.page_issue_archive .obj_issue_summary h2 a .series {
  color: inherit !important;
}
/* If series is inside the title link, inherit link color from parent anchor */
body.pkp_page_issue.pkp_op_archive .obj_issue_summary h2 a.title,
body.pkp_page_issue.pkp_op_archive .obj_issue_summary h2 a.title .series {
  color: #006798 !important;
}
/* Override v11 black color on archive titles */
body.pkp_page_issue.pkp_op_archive .obj_issue_summary h2 a.title,
body.pkp_page_issue.pkp_op_archive .obj_issue_summary .series,
.page_issue_archive .obj_issue_summary h2 a.title,
.page_issue_archive .obj_issue_summary .series {
  font-size: 1.0rem !important;
}
/* ===== END archive title link color ===== */

/* ===== IJICOM v13: article list 0.94rem (20260722072959) ===== */
/* Issue view: article title + authors */
.pkp_page_issue.pkp_op_view .obj_issue_toc .obj_article_summary > .title,
.pkp_page_issue.pkp_op_view .obj_issue_toc .obj_article_summary > .title a,
.pkp_page_issue.pkp_op_view .obj_issue_toc .obj_article_summary h3.title,
.pkp_page_issue.pkp_op_view .obj_issue_toc .obj_article_summary h3.title a,
.pkp_page_issue.pkp_op_view .obj_issue_toc .obj_article_summary .meta,
.pkp_page_issue.pkp_op_view .obj_issue_toc .obj_article_summary .authors,
.pkp_page_issue.pkp_op_view .obj_issue_toc .obj_article_summary .pages,
body.pkp_page_issue.pkp_op_view .obj_issue_toc .obj_article_summary > .title,
body.pkp_page_issue.pkp_op_view .obj_issue_toc .obj_article_summary > .title a,
body.pkp_page_issue.pkp_op_view .obj_issue_toc .obj_article_summary .authors,
body.pkp_page_issue.pkp_op_view .obj_issue_toc .obj_article_summary .meta,
body.pkp_page_issue.pkp_op_view .obj_issue_toc .obj_article_summary .pages {
  font-size: 0.94rem !important;
  line-height: 1.6 !important;
}
.pkp_page_issue.pkp_op_view .obj_issue_toc .obj_article_summary > .title,
.pkp_page_issue.pkp_op_view .obj_issue_toc .obj_article_summary > .title a,
.pkp_page_issue.pkp_op_view .obj_issue_toc .obj_article_summary h3.title a {
  font-weight: 700 !important;
}
.pkp_page_issue.pkp_op_view .obj_issue_toc .obj_article_summary .authors,
.pkp_page_issue.pkp_op_view .obj_issue_toc .obj_article_summary .meta,
.pkp_page_issue.pkp_op_view .obj_issue_toc .obj_article_summary .pages {
  font-weight: 400 !important;
  color: #000000 !important;
}

/* Homepage: current issue article list */
.pkp_page_index .current_issue .obj_article_summary > .title,
.pkp_page_index .current_issue .obj_article_summary > .title a,
.pkp_page_index .current_issue .obj_article_summary h3.title,
.pkp_page_index .current_issue .obj_article_summary h3.title a,
.pkp_page_index .current_issue .obj_article_summary .meta,
.pkp_page_index .current_issue .obj_article_summary .authors,
.pkp_page_index .current_issue .obj_article_summary .pages,
body.pkp_page_index .current_issue .obj_article_summary > .title,
body.pkp_page_index .current_issue .obj_article_summary > .title a,
body.pkp_page_index .current_issue .obj_article_summary .authors,
body.pkp_page_index .current_issue .obj_article_summary .meta {
  font-size: 0.94rem !important;
  line-height: 1.6 !important;
}
.pkp_page_index .current_issue .obj_article_summary > .title,
.pkp_page_index .current_issue .obj_article_summary > .title a,
.pkp_page_index .current_issue .obj_article_summary h3.title a {
  font-weight: 700 !important;
}
.pkp_page_index .current_issue .obj_article_summary .authors,
.pkp_page_index .current_issue .obj_article_summary .meta,
.pkp_page_index .current_issue .obj_article_summary .pages {
  font-weight: 400 !important;
  color: #000000 !important;
}
/* ===== END article list 0.94rem ===== */

/* ===== IJICOM v14: current issue article 0.94rem (20260722073336) ===== */
/* Homepage current issue uses h4.title inside .obj_issue_toc */
.pkp_page_index .current_issue .obj_issue_toc .obj_article_summary > .title,
.pkp_page_index .current_issue .obj_issue_toc .obj_article_summary > .title a,
.pkp_page_index .current_issue .obj_issue_toc .obj_article_summary h4.title,
.pkp_page_index .current_issue .obj_issue_toc .obj_article_summary h4.title a,
.pkp_page_index .current_issue .cmp_article_list .obj_article_summary > .title,
.pkp_page_index .current_issue .cmp_article_list .obj_article_summary > .title a,
.pkp_page_index .current_issue .cmp_article_list .obj_article_summary h4.title,
.pkp_page_index .current_issue .cmp_article_list .obj_article_summary h4.title a,
.pkp_page_index .current_issue .obj_issue_toc .obj_article_summary .meta,
.pkp_page_index .current_issue .obj_issue_toc .obj_article_summary .authors,
.pkp_page_index .current_issue .obj_issue_toc .obj_article_summary .pages,
.pkp_page_index .current_issue .cmp_article_list .obj_article_summary .meta,
.pkp_page_index .current_issue .cmp_article_list .obj_article_summary .authors,
.pkp_page_index .current_issue .cmp_article_list .obj_article_summary .pages,
body.pkp_page_index .current_issue .obj_issue_toc .obj_article_summary > .title,
body.pkp_page_index .current_issue .obj_issue_toc .obj_article_summary > .title a,
body.pkp_page_index .current_issue .obj_issue_toc .obj_article_summary h4.title a,
body.pkp_page_index .current_issue .obj_issue_toc .obj_article_summary .authors {
  font-size: 0.94rem !important;
  line-height: 1.6 !important;
}
.pkp_page_index .current_issue .obj_issue_toc .obj_article_summary > .title,
.pkp_page_index .current_issue .obj_issue_toc .obj_article_summary > .title a,
.pkp_page_index .current_issue .obj_issue_toc .obj_article_summary h4.title,
.pkp_page_index .current_issue .obj_issue_toc .obj_article_summary h4.title a,
.pkp_page_index .current_issue .cmp_article_list .obj_article_summary > .title a,
.pkp_page_index .current_issue .cmp_article_list .obj_article_summary h4.title a {
  font-weight: 700 !important;
}
.pkp_page_index .current_issue .obj_issue_toc .obj_article_summary .authors,
.pkp_page_index .current_issue .obj_issue_toc .obj_article_summary .meta,
.pkp_page_index .current_issue .obj_issue_toc .obj_article_summary .pages,
.pkp_page_index .current_issue .cmp_article_list .obj_article_summary .authors,
.pkp_page_index .current_issue .cmp_article_list .obj_article_summary .pages {
  font-weight: 400 !important;
  color: #000000 !important;
}
/* ===== END current issue article 0.94rem ===== */

/* ===== IJICOM v15: footer hit left, no indexing img (20260722093259) ===== */
/* Hide indexing banner image in footer */
.ijicom_footer .ijicom_footer_indexing,
.ijicom_footer .ijicom_footer_brand img,
.ijicom_footer .pkp_footer_content img[src*="indexing"],
.ijicom_footer img[src*="indexing-2025"],
.ijicom_footer img[src*="indexing_20222"] {
  display: none !important;
}

/* Hit counter: left column, below office address */
.ijicom_footer .ijicom_footer_hit.asteec_hit_wrap,
.ijicom_footer_brand .asteec_hit_wrap {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0.85rem 0 0 !important;
  padding: 0 !important;
}

.ijicom_footer_journal .asteec_hit_wrap,
.ijicom_footer .pkp_footer_content .asteec_hit_wrap {
  display: none !important;
}
/* ===== END footer hit left ===== */

/* ===== IJICOM v16: footer title 2rem (20260722093737) ===== */
.ijicom_footer .ijicom_footer_title,
.ijicom_footer_brand .ijicom_footer_title,
.ijicom_footer .ijicom_footer_brand_text .ijicom_footer_title {
  font-size: 2.5rem !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: #ffffff !important;
}

.ijicom_footer .ijicom_footer_tagline {
  display: none !important;
}
/* ===== END footer title 2rem ===== */

/* ===== IJICOM v17: footer title 2.5rem (20260722094111) ===== */
.ijicom_footer .ijicom_footer_title,
.ijicom_footer_brand .ijicom_footer_title,
.ijicom_footer .ijicom_footer_brand_text .ijicom_footer_title,
.ijicom_footer_brand_link .ijicom_footer_title {
  font-size: 2.5rem !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  color: #ffffff !important;
}
/* ===== END footer title 2.5rem ===== */

/* ===== IJICOM v18: footer column top balance (20260722094953) ===== */
/* Top-align right journal column with left IJICOM title */
.ijicom_footer .ijicom_footer_main {
  align-items: flex-start !important;
}

.ijicom_footer .ijicom_footer_brand {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.ijicom_footer .ijicom_footer_brand_link,
.ijicom_footer .ijicom_footer_brand_text,
.ijicom_footer .ijicom_footer_title {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.ijicom_footer .ijicom_footer_journal.pkp_footer_content,
.ijicom_footer .pkp_footer_content.ijicom_footer_journal {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Theme p { margin: 10px 0 } was pushing right column down */
.ijicom_footer .ijicom_footer_journal.pkp_footer_content > p:first-child,
.ijicom_footer .pkp_footer_content.ijicom_footer_journal > p:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.ijicom_footer .ijicom_footer_journal.pkp_footer_content p + p,
.ijicom_footer .pkp_footer_content.ijicom_footer_journal p + p {
  margin-top: 0.85rem !important;
}
/* ===== END footer column top balance ===== */

/* ===== IJICOM v19: footer column swap styles (20260722095147) ===== */
/* Left: ISSN/journal meta under IJICOM title */
.ijicom_footer .ijicom_footer_left_meta,
.ijicom_footer .ijicom_footer_left_meta p {
  margin-top: 0.85rem !important;
  padding-top: 0 !important;
  font-size: 1.02rem !important;
  line-height: 1.6 !important;
  color: #ffffff !important;
}
.ijicom_footer .ijicom_footer_left_meta strong {
  color: #ffffff !important;
}

/* Right: Editorial Office (swapped from left) */
.ijicom_footer .ijicom_footer_right_office,
.ijicom_footer .ijicom_footer_journal .ijicom_footer_right_office {
  padding-top: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0.85rem !important;
  font-size: 1.02rem !important;
  line-height: 1.6 !important;
  color: #ffffff !important;
}
.ijicom_footer .ijicom_footer_right_office .ijicom_footer_office_title,
.ijicom_footer .ijicom_footer_right_office .ijicom_footer_office_addr,
.ijicom_footer .ijicom_footer_right_office p {
  color: #ffffff !important;
}
.ijicom_footer .ijicom_footer_right_office .ijicom_footer_office_title {
  display: block;
  margin-bottom: 6px;
  font-size: 1.02rem !important;
  font-weight: 700 !important;
}
.ijicom_footer .ijicom_footer_right_office .ijicom_footer_office_addr {
  margin: 0;
}

/* Top-align: left ISSN block with right Editorial Office */
.ijicom_footer .ijicom_footer_left_meta > p:first-child {
  margin-top: 0 !important;
}
.ijicom_footer .ijicom_footer_journal.pkp_footer_content > .ijicom_footer_right_office:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* ===== END footer column swap styles ===== */

/* ===== IJICOM v20: footer address one-line (20260722095427) ===== */
/* Desktop: keep full address on one line */
@media (min-width: 768px) {
  .ijicom_footer .ijicom_footer_address_oneline {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    color: #ffffff !important;
  }
}
/* Mobile: allow natural wrapping */
@media (max-width: 767px) {
  .ijicom_footer .ijicom_footer_address_oneline {
    display: inline;
    white-space: normal;
    word-break: break-word;
    color: #ffffff !important;
  }
}
/* ===== END footer address one-line ===== */

/* ===== IJICOM v21: account icon (ASTEEC IJSR pattern, blue #2559FA) (20260723033558) ===== */

/* Allow dropdown to escape header / nav wrappers */
body .pkp_structure_head,
body .pkp_structure_head .pkp_head_wrapper,
body .pkp_structure_head .pkp_navigation_user_wrapper,
body .pkp_structure_head #navigationUserWrapper,
body .pkp_structure_head #navigationUser,
body:not(.is_site_context) .pkp_structure_head .pkp_navigation_user_wrapper,
body:not(.is_site_context) .pkp_structure_head #navigationUser {
  overflow: visible !important;
}

/* Account item anchors the dropdown at the top-right icon */
#navigationUser.pkp_navigation_user > li.asteec_account_item {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  height: auto !important;
  min-height: 2.35rem;
  overflow: visible !important;
  float: none !important;
}

/* Hide theme caret/arrow beside account icon */
#navigationUser.pkp_navigation_user > li.asteec_account_item > a.asteec_account_trigger[aria-haspopup]:after,
#navigationUser.pkp_navigation_user > li.asteec_account_item > a.asteec_account_trigger:after,
.pkp_nav_list > li.asteec_account_item > a[aria-haspopup]:after {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

#navigationUser.pkp_navigation_user > li.asteec_account_item > a.asteec_account_trigger {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative;
  min-width: 2.4rem;
  min-height: 2.4rem;
  padding: 0.2rem 0.35rem !important;
  line-height: 1 !important;
  color: #ffffff !important;
  background: transparent !important;
  border: none !important;
  border-radius: 999px !important;
  text-decoration: none !important;
  box-sizing: border-box;
  font-size: 0 !important; /* hide any leftover username text */
}

#navigationUser.pkp_navigation_user > li.asteec_account_item > a.asteec_account_trigger:hover,
#navigationUser.pkp_navigation_user > li.asteec_account_item > a.asteec_account_trigger:focus {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.14) !important;
  outline: none !important;
}

#navigationUser .asteec_account_icon {
  font-size: 1.55rem !important;
  line-height: 1 !important;
  color: inherit !important;
}

#navigationUser .asteec_account_task_count {
  position: absolute;
  top: -0.15rem;
  right: -0.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.15rem;
  height: 1.15rem;
  padding: 0 0.28rem;
  border-radius: 999px;
  background: #ff3b4a;
  color: #ffffff !important;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0 0 2px rgba(37, 89, 250, 0.35);
  z-index: 1;
}

#navigationUser.pkp_navigation_user > li.asteec_account_item > a.asteec_account_trigger .task_count {
  display: none !important;
}

/*
 * Dropdown panel — right-aligned under the account icon
 */
#navigationUser.pkp_navigation_user > li.asteec_account_item > ul.asteec_account_dropdown,
#navigationUser.pkp_navigation_user > li.asteec_account_item > ul.dropdown-menu,
#navigationUser.pkp_navigation_user > li.asteec_account_item > ul {
  display: none;
  position: absolute !important;
  top: calc(100% + 0.45rem) !important;
  right: 0 !important;
  left: auto !important;
  transform: none !important;
  will-change: auto !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0.7rem 0.55rem !important;
  min-width: 15rem;
  width: max-content;
  max-width: min(18rem, calc(100vw - 1rem));
  border: none !important;
  border-radius: 0.85rem !important;
  background-color: #2559FA !important;
  background-image: none !important;
  box-shadow: 0 14px 32px rgba(20, 50, 140, 0.38) !important;
  text-align: left !important;
  z-index: 3000 !important;
  overflow: visible !important;
}

/* Click-only: never open on hover / focus-within / bootstrap .show */
#navigationUser.pkp_navigation_user > li.asteec_account_item:hover:not(.is-open) > ul,
#navigationUser.pkp_navigation_user > li.asteec_account_item:focus-within:not(.is-open) > ul,
#navigationUser.pkp_navigation_user > li.asteec_account_item.show:not(.is-open) > ul,
#navigationUser.pkp_navigation_user > li.asteec_account_item:not(.is-open) > ul.show {
  display: none !important;
}

/* Open only when JS adds .is-open on the account li */
#navigationUser.pkp_navigation_user > li.asteec_account_item.is-open > ul,
#navigationUser.pkp_navigation_user > li.asteec_account_item.is-open > ul.asteec_account_dropdown,
#navigationUser.pkp_navigation_user > li.asteec_account_item.is-open > ul.dropdown-menu,
#navigationUser li.asteec_account_item.is-open > ul {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: absolute !important;
  top: calc(100% + 0.25rem) !important;
  right: 0 !important;
  left: auto !important;
  transform: none !important;
  will-change: auto !important;
  z-index: 4000 !important;
  pointer-events: auto !important;
  clip: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

#navigationUser.pkp_nav_list > li.asteec_account_item.is-open > ul,
.pkp_nav_list > li.asteec_account_item.is-open > ul {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  left: auto !important;
  right: 0 !important;
  transform: none !important;
  z-index: 4000 !important;
}

#navigationUser.pkp_navigation_user > li.asteec_account_item > ul > li {
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
}

#navigationUser.pkp_navigation_user > li.asteec_account_item > ul a.asteec_account_dropdown_link,
#navigationUser.pkp_navigation_user > li.asteec_account_item > ul a {
  display: flex !important;
  align-items: center !important;
  gap: 0.85rem;
  width: 100%;
  box-sizing: border-box;
  margin: 0.1rem 0 !important;
  padding: 0.78rem 1rem !important;
  border-radius: 0.55rem !important;
  border-left: none !important;
  color: #ffffff !important;
  background: transparent !important;
  border: none !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  text-decoration: none !important;
  white-space: nowrap;
}

#navigationUser.pkp_navigation_user > li.asteec_account_item > ul a:hover,
#navigationUser.pkp_navigation_user > li.asteec_account_item > ul a:focus,
#navigationUser.pkp_navigation_user > li.asteec_account_item > ul a:active {
  color: #ffffff !important;
  background: #1a45d4 !important;
  outline: none !important;
  text-decoration: none !important;
}

#navigationUser .asteec_user_menu_icon {
  flex: 0 0 1.25rem;
  width: 1.25rem;
  text-align: center;
  font-size: 1.1rem !important;
  line-height: 1 !important;
  color: #ffffff !important;
  opacity: 0.97;
}

#navigationUser .asteec_user_menu_label {
  flex: 1 1 auto;
  min-width: 0;
  color: inherit !important;
}

#navigationUser.pkp_navigation_user > li.asteec_account_item > ul a .task_count {
  display: none !important;
}

/* Mobile: keep account icon top-right (left of hamburger), like IJSR */
@media (max-width: 991px) {
  body:not(.is_site_context) .pkp_structure_head .pkp_navigation_user_wrapper:has(.asteec_account_item),
  body:not(.is_site_context) .pkp_structure_head #navigationUserWrapper:has(.asteec_account_item),
  .pkp_structure_head .pkp_navigation_user_wrapper:has(.asteec_account_item),
  .pkp_structure_head #navigationUserWrapper:has(.asteec_account_item) {
    position: absolute !important;
    top: 0.55rem !important;
    right: 3.25rem !important;
    left: auto !important;
    transform: none !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    z-index: 1001 !important;
    overflow: visible !important;
  }

  #navigationUser.pkp_navigation_user:has(.asteec_account_item) {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    overflow: visible !important;
  }

  #navigationUser.pkp_navigation_user > li.asteec_account_item > a.asteec_account_trigger {
    min-width: 2.75rem;
    min-height: 2.75rem;
    padding: 0.35rem !important;
  }

  #navigationUser .asteec_account_icon {
    font-size: 1.75rem !important;
  }

  #navigationUser.pkp_navigation_user > li.asteec_account_item > ul,
  #navigationUser.pkp_navigation_user > li.asteec_account_item.is-open > ul {
    right: 0 !important;
    left: auto !important;
    top: calc(100% + 0.4rem) !important;
    transform: none !important;
    min-width: 15rem;
    max-width: calc(100vw - 1.25rem);
    padding: 0.7rem 0.55rem !important;
  }

  #navigationUser.pkp_navigation_user > li.asteec_account_item > ul a {
    padding: 0.85rem 1rem !important;
    font-size: 1.05rem !important;
  }
}

@media (max-width: 767px) {
  body:not(.is_site_context) .pkp_structure_head .pkp_navigation_user_wrapper:has(.asteec_account_item),
  .pkp_structure_head .pkp_navigation_user_wrapper:has(.asteec_account_item) {
    top: 0.45rem !important;
    right: 3.1rem !important;
    padding-right: 0 !important;
  }

  #navigationUser.pkp_navigation_user > li.asteec_account_item > a.asteec_account_trigger {
    min-width: 2.85rem;
    min-height: 2.85rem;
  }
}

/* Click-only guard: defeat theme > li:hover ul for account menu */
.pkp_navigation_user > li.asteec_account_item:not(.is-open) > ul,
.pkp_navigation_user > li.asteec_account_item:hover:not(.is-open) > ul,
.pkp_navigation_user > li.asteec_account_item:focus-within:not(.is-open) > ul,
body .pkp_structure_head .pkp_navigation_user > li.asteec_account_item:hover:not(.is-open) > ul,
.pkp_nav_list > li.asteec_account_item:not(.is-open) > ul,
.pkp_nav_list > li.asteec_account_item:hover:not(.is-open) > ul {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  left: auto !important;
  right: 0 !important;
  transform: none !important;
  pointer-events: none !important;
}
/* ===== END IJICOM v21 account icon ===== */

/* ===== IJICOM v22: account click fix (20260723043806) ===== */
/* Extra specificity: show when .is-open even if Bootstrap also toggles .show */
#navigationUser.pkp_navigation_user > li.asteec_account_item.is-open.show > ul,
#navigationUser.pkp_navigation_user > li.asteec_account_item.is-open > ul.show,
#navigationUser.pkp_navigation_user > li.asteec_account_item.is-open.show > ul.show {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  left: auto !important;
  right: 0 !important;
  transform: none !important;
  pointer-events: auto !important;
  z-index: 4000 !important;
}
/* ===== END IJICOM v22 account click fix ===== */

/* ===== IJICOM v23: logo + journal name brand (20260723051521) ===== */
.pkp_structure_head .pkp_site_name.ijicom_site_brand,
.pkp_structure_head .ijicom_site_brand {
  display: flex !important;
  align-items: center !important;
  float: none !important;
  width: auto !important;
  max-width: 100%;
}

.pkp_structure_head .ijicom_brand_link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.85rem !important;
  text-decoration: none !important;
  color: #ffffff !important;
  max-width: 100%;
  min-width: 0;
}

.pkp_structure_head .ijicom_brand_link:hover,
.pkp_structure_head .ijicom_brand_link:focus {
  color: #ffffff !important;
  text-decoration: none !important;
  opacity: 0.96;
}

.pkp_structure_head .ijicom_brand_logo,
.pkp_structure_head .ijicom_brand_logo.is_img {
  display: inline-flex !important;
  flex: 0 0 auto;
  align-items: center;
  line-height: 0;
}

.pkp_structure_head .ijicom_brand_logo img,
.pkp_structure_head .ijicom_site_brand .is_img img {
  display: block !important;
  width: auto !important;
  height: 58px !important;
  max-height: 58px !important;
  max-width: 58px !important;
  object-fit: contain;
}

.pkp_structure_head .ijicom_brand_text {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 0.12rem;
  min-width: 0;
  text-align: left !important;
  color: #ffffff !important;
  line-height: 1.2 !important;
}

.pkp_structure_head .ijicom_brand_short {
  display: block;
  font-size: clamp(1.15rem, 1.8vw, 1.55rem) !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em;
  line-height: 1.1 !important;
  color: #ffffff !important;
  text-transform: uppercase;
}

.pkp_structure_head .ijicom_brand_full {
  display: block;
  font-size: clamp(0.78rem, 1.15vw, 0.98rem) !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em;
  line-height: 1.3 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  max-width: 28rem;
}

/* Desktop: more breathing room for brand row */
@media (min-width: 992px) {
  body.has_site_logo .pkp_structure_head .pkp_head_wrapper {
    padding-top: 3.25rem !important;
  }

  .pkp_structure_head .ijicom_brand_logo img,
  .pkp_structure_head .ijicom_site_brand .is_img img {
    height: 64px !important;
    max-height: 64px !important;
    max-width: 64px !important;
  }

  .pkp_structure_head .ijicom_brand_short {
    font-size: 1.55rem !important;
  }

  .pkp_structure_head .ijicom_brand_full {
    font-size: 0.98rem !important;
  }
}

/* Tablet / mobile */
@media (max-width: 991px) {
  .pkp_structure_head .ijicom_brand_link {
    gap: 0.65rem !important;
    padding-right: 0.25rem;
  }

  .pkp_structure_head .ijicom_brand_logo img,
  .pkp_structure_head .ijicom_site_brand .is_img img {
    height: 46px !important;
    max-height: 46px !important;
    max-width: 46px !important;
  }

  .pkp_structure_head .ijicom_brand_short {
    font-size: 1.15rem !important;
  }

  .pkp_structure_head .ijicom_brand_full {
    font-size: 0.72rem !important;
    max-width: 14rem;
  }
}

@media (max-width: 480px) {
  .pkp_structure_head .ijicom_brand_full {
    display: none !important; /* keep short name + logo on very small screens */
  }
}
/* ===== END IJICOM v23 logo + journal name ===== */
