@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;700;800;900&display=swap");


:root {
  --gcbs-blue: #002789;
  --gcbs-gold: #A07A43;
  --gcbs-white: #ffffff;
  --gcbs-ink: #1f2d49;
  --gcbs-muted: #6d7890;
  --gcbs-line: #d8e1f0;
  --gcbs-soft: #f4f7fb;
  --gcbs-card: #ffffff;
  --gcbs-shadow: 0 10px 28px rgba(0, 39, 137, .08);
  --gcbs-cover-shadow: 0 26px 54px rgba(0, 0, 0, .28), 0 10px 22px rgba(0, 0, 0, .14);
  --site-max: 1280px;
  --radius: 14px;

  --bjbm-topbar-h: 68px;
  --bjbm-center-logo: 120px;
  --bjbm-arrow-stroke: 3px;
  --bjbm-topbar-left-start: 230px;
  --bjbm-topbar-button-space: 135px;
  --bjbm-run-speed: 3.8s;
  --bjbm-run-right-delay: .42s;
  --bjbm-submit-trace-speed: 3.4s;
  --bjbm-page-top: 14px;
}

/* ---------- shared header shell ---------- */
.bjbm_header,
.bjbm_header *,
.bjbm_header *::before,
.bjbm_header *::after {
  box-sizing: border-box;
}

.bjbm_header {
  position: relative !important;
  overflow: visible !important;
  background: #ffffff !important;
  font-family: "Lato", Arial, sans-serif !important;
}

.bjbm_shell {
  max-width: var(--site-max);
  margin: 0 auto;
  padding: 0 12px;
  position: relative;
}

.pkp_skip_links,
.pkp_skip_link,
a[href="#pkp_content_main"],
a[href="#siteNav"],
a[href="#homepageFooter"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* Hide language switcher from the custom header */
#languageNav,
#languageNav *,
.pkp_locale,
.pkp_language_toggle,
.pkp_block_language,
.cmp_language_switcher {
  display: none !important;
}

/* ---------- top white bar ---------- */
.bjbm_topbar {
  position: relative !important;
  z-index: auto !important;
  min-height: var(--bjbm-topbar-h) !important;
  background: #ffffff !important;
  border-bottom: 0 !important;
  overflow: visible !important;
}

.bjbm_topbar__inner {
  position: relative !important;
  display: block !important;
  min-height: var(--bjbm-topbar-h) !important;
  padding-top: 8px !important;
  padding-bottom: 0 !important;
  overflow: visible !important;
}

.bjbm_topbar,
.bjbm_topbar__inner,
.bjbm_brandbar,
.bjbm_brandbar__inner,
.bjbm_navbar,
.bjbm_navbar__inner,
.bjbm_nav,
.pkp_site_nav_menu.bjbm_nav {
  overflow: visible !important;
}

/* ---------- centre circular logo: no shadow, no hover shrinking ---------- */
.bjbm_center_logo_link {
  position: absolute !important;
  left: 50% !important;
  top: -7px !important;
  transform: translateX(-50%) !important;
  width: var(--bjbm-center-logo) !important;
  height: var(--bjbm-center-logo) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  overflow: hidden !important;
  z-index: 900 !important;
  transition: none !important;
}

.bjbm_center_logo_link::before,
.bjbm_center_logo_link::after {
  content: none !important;
  display: none !important;
}

.bjbm_center_logo {
  display: block !important;
  width: 114% !important;
  height: 114% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
}

.bjbm_center_logo_link:hover,
.bjbm_center_logo_link:focus,
.bjbm_center_logo_link:hover .bjbm_center_logo,
.bjbm_center_logo_link:focus .bjbm_center_logo,
.bjbm_topbar:hover .bjbm_center_logo,
.bjbm_topbar:focus-within .bjbm_center_logo {
  transform: translateX(-50%) !important;
  box-shadow: none !important;
  filter: none !important;
}

.bjbm_center_logo_link:hover .bjbm_center_logo,
.bjbm_center_logo_link:focus .bjbm_center_logo,
.bjbm_topbar:hover .bjbm_center_logo,
.bjbm_topbar:focus-within .bjbm_center_logo {
  transform: none !important;
}

/* ---------- arrow slogan bars ---------- */
@media (min-width: 861px) {
  .bjbm_topbar__arrow {
    position: absolute !important;
    top: 17px !important;
    height: 54px !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 12px 0 !important;
    background: transparent !important;
    clip-path: none !important;
    box-shadow: none !important;
    overflow: visible !important;
    z-index: 100 !important;
    pointer-events: auto !important;
  }

  .bjbm_topbar__arrow--left {
    left: var(--bjbm-topbar-left-start) !important;
    right: 50% !important;
    width: auto !important;
  }

  .bjbm_topbar__arrow--right {
    left: 50% !important;
    right: var(--bjbm-topbar-button-space) !important;
    width: auto !important;
  }

  .bjbm_topbar__arrowStroke,
  .bjbm_topbar__arrowHead {
    position: absolute !important;
    display: block !important;
    pointer-events: none !important;
  }

  .bjbm_topbar__arrowStroke {
    height: var(--bjbm-arrow-stroke) !important;
    border-radius: 999px !important;
    overflow: hidden !important;
    z-index: 24 !important;
    background-image:
      linear-gradient(90deg,
        rgba(0, 21, 72, 0) 0%,
        rgba(0, 21, 72, 0) 31%,
        rgba(0, 21, 72, .80) 43%,
        rgba(0, 39, 137, 1) 50%,
        rgba(0, 21, 72, .80) 57%,
        rgba(0, 21, 72, 0) 69%,
        rgba(0, 21, 72, 0) 100%),
      linear-gradient(90deg,
        #ecdcb6 0%,
        #e4cca0 18%,
        #d7b879 38%,
        #c79a58 68%,
        #a97a37 100%) !important;
    background-size: 92px 100%, 100% 100% !important;
    background-repeat: no-repeat, no-repeat !important;
    background-position: -120px 0, 0 0 !important;
    box-shadow: none !important;
    animation: none !important;
    will-change: background-position !important;
  }

  .bjbm_topbar__arrow--left .bjbm_topbar__arrowStroke {
    left: 78px !important;
    right: 0 !important;
    background-image:
      linear-gradient(90deg,
        rgba(0, 21, 72, 0) 0%,
        rgba(0, 21, 72, 0) 31%,
        rgba(0, 21, 72, .80) 43%,
        rgba(0, 39, 137, 1) 50%,
        rgba(0, 21, 72, .80) 57%,
        rgba(0, 21, 72, 0) 69%,
        rgba(0, 21, 72, 0) 100%),
      linear-gradient(90deg,
        #a97a37 0%,
        #c79a58 30%,
        #d7b879 60%,
        #e4cca0 82%,
        #ecdcb6 100%) !important;
  }

  .bjbm_topbar__arrow--right .bjbm_topbar__arrowStroke {
    left: 0 !important;
    right: 78px !important;
  }

  .bjbm_topbar__arrowStroke--top { top: 5px !important; }
  .bjbm_topbar__arrowStroke--bottom { bottom: 5px !important; }

  .bjbm_topbar__arrowHead {
    width: 28px !important;
    height: 28px !important;
    top: 12px !important;
    z-index: 30 !important;
  }

  .bjbm_topbar__arrowHead::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    border-top: var(--bjbm-arrow-stroke) solid #b98945 !important;
    border-right: var(--bjbm-arrow-stroke) solid #b98945 !important;
    box-sizing: border-box !important;
    transform: rotate(45deg) !important;
  }

  .bjbm_topbar__arrow--left .bjbm_topbar__arrowHead--1 { left: 46px !important; }
  .bjbm_topbar__arrow--left .bjbm_topbar__arrowHead--2 { left: 25px !important; }
  .bjbm_topbar__arrow--left .bjbm_topbar__arrowHead--3 { left: 4px !important; }

  .bjbm_topbar__arrow--right .bjbm_topbar__arrowHead--1 { right: 46px !important; }
  .bjbm_topbar__arrow--right .bjbm_topbar__arrowHead--2 { right: 25px !important; }
  .bjbm_topbar__arrow--right .bjbm_topbar__arrowHead--3 { right: 4px !important; }

  .bjbm_topbar__arrowHead--1::before {
    border-top-color: #d8bf84 !important;
    border-right-color: #d8bf84 !important;
  }

  .bjbm_topbar__arrowHead--2::before {
    border-top-color: #be944f !important;
    border-right-color: #be944f !important;
  }

  .bjbm_topbar__arrowHead--3::before {
    border-top-color: #8f672d !important;
    border-right-color: #8f672d !important;
  }

  .bjbm_topbar__arrow--left .bjbm_topbar__arrowHead--1::before {
    border-top-color: #8f672d !important;
    border-right-color: #8f672d !important;
  }

  .bjbm_topbar__arrow--left .bjbm_topbar__arrowHead--2::before {
    border-top-color: #be944f !important;
    border-right-color: #be944f !important;
  }

  .bjbm_topbar__arrow--left .bjbm_topbar__arrowHead--3::before {
    border-top-color: #d8bf84 !important;
    border-right-color: #d8bf84 !important;
  }

  .bjbm_topbar__arrow::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: 13px !important;
    bottom: 13px !important;
    left: -42px !important;
    width: 20px !important;
    border-radius: 999px !important;
    pointer-events: none !important;
    opacity: 0 !important;
    z-index: 12 !important;
    background: linear-gradient(90deg,
      rgba(0, 21, 72, 0) 0%,
      rgba(0, 21, 72, .32) 22%,
      rgba(0, 39, 137, 1) 50%,
      rgba(0, 21, 72, .32) 78%,
      rgba(0, 21, 72, 0) 100%) !important;
    box-shadow:
      0 0 3px rgba(0, 39, 137, .9),
      0 0 7px rgba(0, 39, 137, .42) !important;
    animation: none !important;
    will-change: left, opacity !important;
  }

  .bjbm_topbar__arrow::after,
  .bjbm_topbar__arrowHead::after,
  .bjbm_topbar__arrowStroke::before,
  .bjbm_topbar__arrowStroke::after,
  .bjbm_topbar__arrowLight {
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    animation: none !important;
    background: none !important;
    box-shadow: none !important;
    filter: none !important;
  }

  .bjbm_topbar__arrow:hover .bjbm_topbar__arrowStroke,
  .bjbm_topbar__arrow:focus-within .bjbm_topbar__arrowStroke {
    animation: bjbmArrowStrokeRun var(--bjbm-run-speed) linear infinite !important;
  }

  .bjbm_topbar__arrow--right:hover .bjbm_topbar__arrowStroke,
  .bjbm_topbar__arrow--right:focus-within .bjbm_topbar__arrowStroke {
    animation-delay: var(--bjbm-run-right-delay) !important;
  }

  .bjbm_topbar__arrow:hover::before,
  .bjbm_topbar__arrow:focus-within::before {
    animation: bjbmArrowBodyRun var(--bjbm-run-speed) linear infinite !important;
  }

  .bjbm_topbar__arrowText {
    position: relative !important;
    z-index: 40 !important;
    min-height: 30px !important;
    height: 30px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: .28rem !important;
    padding: 0 6px !important;
    color: #243a63 !important;
    text-align: center !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .bjbm_topbar__arrowText,
  .bjbm_topbar__arrowText span,
  .bjbm_topbar__arrowText strong {
    font-family: "Lato", Arial, sans-serif !important;
  }

  .bjbm_topbar__arrowText span,
  .bjbm_topbar__arrowText strong {
    display: inline !important;
    margin: 0 !important;
    font-size: 1.08rem !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    color: #1f3158 !important;
    white-space: nowrap !important;
  }

  .bjbm_topbar__arrowText strong {
    font-size: 1.12rem !important;
    font-weight: 850 !important;
  }
}

@keyframes bjbmArrowStrokeRun {
  0% { background-position: -120px 0, 0 0; }
  100% { background-position: calc(100% + 120px) 0, 0 0; }
}

@keyframes bjbmArrowBodyRun {
  0% { left: -42px; opacity: 0; }
  12% { opacity: 1; }
  88% { opacity: 1; }
  100% { left: calc(100% + 42px); opacity: 0; }
}



/* ---------- top-right login/register/profile buttons and dropdown ---------- */
.bjbm_topbar__right {
  overflow: visible !important;
}

/* Reset all possible OJS user-menu structures */
.bjbm_topbar__right .bjbm_user_utility,
.bjbm_topbar__right .bjbm_user_utility ul,
.bjbm_topbar__right #navigationUserUtility,
.bjbm_topbar__right #navigationUserUtility ul,
.bjbm_topbar__right #navigationUser,
.bjbm_topbar__right #navigationUser ul,
.bjbm_topbar__right .pkp_navigation_user,
.bjbm_topbar__right .pkp_navigation_user ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

.bjbm_topbar__right .bjbm_user_utility li,
.bjbm_topbar__right #navigationUserUtility li,
.bjbm_topbar__right #navigationUser li,
.bjbm_topbar__right .pkp_navigation_user li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  position: relative !important;
}

.bjbm_topbar__right .bjbm_user_utility li::before,
.bjbm_topbar__right .bjbm_user_utility li::after,
.bjbm_topbar__right #navigationUserUtility li::before,
.bjbm_topbar__right #navigationUserUtility li::after,
.bjbm_topbar__right #navigationUser li::before,
.bjbm_topbar__right #navigationUser li::after,
.bjbm_topbar__right .pkp_navigation_user li::before,
.bjbm_topbar__right .pkp_navigation_user li::after {
  display: none !important;
  content: none !important;
}

@media (min-width: 861px) {
  .bjbm_topbar__right {
    position: absolute !important;
    right: 0 !important;
    top: 12px !important;
    width: 122px !important;
    min-width: 122px !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-end !important;
    transform: none !important;
    z-index: 10000 !important;
    isolation: isolate !important;
  }

  /* Top-level menu wrappers only */
  .bjbm_topbar__right .bjbm_user_utility,
  .bjbm_topbar__right .bjbm_user_utility > ul,
  .bjbm_topbar__right #navigationUserUtility,
  .bjbm_topbar__right #navigationUserUtility > ul,
  .bjbm_topbar__right #navigationUser,
  .bjbm_topbar__right #navigationUser > ul,
  .bjbm_topbar__right .pkp_navigation_user,
  .bjbm_topbar__right .pkp_navigation_user > ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 2px !important;
    width: 122px !important;
    max-width: 122px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  /* Top-level li only */
  .bjbm_topbar__right .bjbm_user_utility > li,
  .bjbm_topbar__right .bjbm_user_utility > ul > li,
  .bjbm_topbar__right #navigationUserUtility > li,
  .bjbm_topbar__right #navigationUserUtility > ul > li,
  .bjbm_topbar__right #navigationUser > li,
  .bjbm_topbar__right #navigationUser > ul > li,
  .bjbm_topbar__right .pkp_navigation_user > li,
  .bjbm_topbar__right .pkp_navigation_user > ul > li {
    width: 122px !important;
    display: block !important;
    overflow: visible !important;
  }

  /* Top-level buttons only: Login, Register, phuntsho 1 */
  .bjbm_topbar__right .bjbm_user_utility > li > a,
  .bjbm_topbar__right .bjbm_user_utility > ul > li > a,
  .bjbm_topbar__right #navigationUserUtility > li > a,
  .bjbm_topbar__right #navigationUserUtility > ul > li > a,
  .bjbm_topbar__right #navigationUser > li > a,
  .bjbm_topbar__right #navigationUser > ul > li > a,
  .bjbm_topbar__right .pkp_navigation_user > li > a,
  .bjbm_topbar__right .pkp_navigation_user > ul > li > a {
    width: 122px !important;
    height: 28px !important;
    min-height: 28px !important;
    padding: 0 10px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    border: 1.5px solid var(--gcbs-blue) !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: var(--gcbs-blue) !important;

    font-size: 12.5px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-transform: none !important;
    white-space: nowrap !important;
    text-decoration: none !important;

    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;

    box-shadow: none !important;
    transform: none !important;
    transition: background .18s ease, color .18s ease, border-color .18s ease !important;
  }

  /* Login: lower/flat near blue brandbar */
  .bjbm_topbar__right .bjbm_user_utility > li:has(> a[href*="login"]),
  .bjbm_topbar__right .bjbm_user_utility > ul > li:has(> a[href*="login"]),
  .bjbm_topbar__right #navigationUserUtility > li:has(> a[href*="login"]),
  .bjbm_topbar__right #navigationUserUtility > ul > li:has(> a[href*="login"]) {
    transform: translateY(-43px) !important;
    position: relative !important;
    z-index: 2 !important;
  }

  /* Register: above Login */
  .bjbm_topbar__right .bjbm_user_utility > li:has(> a[href*="register"]),
  .bjbm_topbar__right .bjbm_user_utility > ul > li:has(> a[href*="register"]),
  .bjbm_topbar__right #navigationUserUtility > li:has(> a[href*="register"]),
  .bjbm_topbar__right #navigationUserUtility > ul > li:has(> a[href*="register"]) {
    transform: translateY(20px) !important;
    position: relative !important;
    z-index: 3 !important;
  }

  /* Logged-in username button wrapper: controls the phuntsho 1 menu only */
  .bjbm_topbar__right #navigationUser > li.profile,
  .bjbm_topbar__right #navigationUser > ul > li.profile,
  .bjbm_topbar__right #navigationUser > li:has(> ul),
  .bjbm_topbar__right #navigationUser > ul > li:has(> ul),
  .bjbm_topbar__right .pkp_navigation_user > li.profile,
  .bjbm_topbar__right .pkp_navigation_user > ul > li.profile,
  .bjbm_topbar__right .pkp_navigation_user > li:has(> ul),
  .bjbm_topbar__right .pkp_navigation_user > ul > li:has(> ul) {
    transform: translateY(20px) !important;
    position: relative !important;
    z-index: 1000000 !important;
    overflow: visible !important;
  }

  /* Logged-in username button itself: visible profile button after login */
  .bjbm_topbar__right #navigationUser > li.profile > a,
  .bjbm_topbar__right #navigationUser > ul > li.profile > a,
  .bjbm_topbar__right #navigationUser > li:has(> ul) > a,
  .bjbm_topbar__right #navigationUser > ul > li:has(> ul) > a,
  .bjbm_topbar__right .pkp_navigation_user > li.profile > a,
  .bjbm_topbar__right .pkp_navigation_user > ul > li.profile > a,
  .bjbm_topbar__right .pkp_navigation_user > li:has(> ul) > a,
  .bjbm_topbar__right .pkp_navigation_user > ul > li:has(> ul) > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 122px !important;
    height: 28px !important;
    min-height: 28px !important;
    padding: 0 10px !important;
    margin: 0 !important;
    border: 1.5px solid var(--gcbs-blue) !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: var(--gcbs-blue) !important;
    font-size: 12.5px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    box-shadow: 0 0 0 2px rgba(255,255,255,.95) !important;
    transform: none !important;
    position: relative !important;
    z-index: 1000001 !important;
  }

  /* Button hover */
  .bjbm_topbar__right .bjbm_user_utility > li > a:hover,
  .bjbm_topbar__right .bjbm_user_utility > ul > li > a:hover,
  .bjbm_topbar__right #navigationUserUtility > li > a:hover,
  .bjbm_topbar__right #navigationUserUtility > ul > li > a:hover,
  .bjbm_topbar__right #navigationUser > li > a:hover,
  .bjbm_topbar__right #navigationUser > ul > li > a:hover,
  .bjbm_topbar__right .pkp_navigation_user > li > a:hover,
  .bjbm_topbar__right .pkp_navigation_user > ul > li > a:hover,
  .bjbm_topbar__right .bjbm_user_utility > li > a:focus,
  .bjbm_topbar__right .bjbm_user_utility > ul > li > a:focus,
  .bjbm_topbar__right #navigationUserUtility > li > a:focus,
  .bjbm_topbar__right #navigationUserUtility > ul > li > a:focus,
  .bjbm_topbar__right #navigationUser > li > a:focus,
  .bjbm_topbar__right #navigationUser > ul > li > a:focus,
  .bjbm_topbar__right .pkp_navigation_user > li > a:focus,
  .bjbm_topbar__right .pkp_navigation_user > ul > li > a:focus {
    background: var(--gcbs-gold) !important;
    border-color: var(--gcbs-gold) !important;
    color: var(--gcbs-blue) !important;
    box-shadow: none !important;
  }

  /* Dropdown menu */
  .bjbm_topbar__right .bjbm_user_utility > li > ul,
  .bjbm_topbar__right .bjbm_user_utility > ul > li > ul,
  .bjbm_topbar__right #navigationUserUtility > li > ul,
  .bjbm_topbar__right #navigationUserUtility > ul > li > ul,
  .bjbm_topbar__right #navigationUser > li > ul,
  .bjbm_topbar__right #navigationUser > ul > li > ul,
  .bjbm_topbar__right .pkp_navigation_user > li > ul,
  .bjbm_topbar__right .pkp_navigation_user > ul > li > ul {
    display: block !important;
    position: absolute !important;
    top: calc(100% + 8px) !important;
    right: 0 !important;
    left: auto !important;

    min-width: 210px !important;
    width: 210px !important;

    margin: 0 !important;
    padding: 8px 0 !important;
    list-style: none !important;

    background: #ffffff !important;
    border: 1px solid rgba(0, 39, 137, .18) !important;
    border-radius: 14px !important;
    box-shadow: 0 18px 40px rgba(0, 39, 137, .24) !important;

    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;

    transform: translateY(-4px) !important;
    transition: opacity .16s ease, transform .16s ease, visibility .16s ease !important;

    overflow: visible !important;
    z-index: 100000 !important;
  }

  /* Show dropdown */
  .bjbm_topbar__right .bjbm_user_utility > li:hover > ul,
  .bjbm_topbar__right .bjbm_user_utility > li:focus-within > ul,
  .bjbm_topbar__right .bjbm_user_utility > ul > li:hover > ul,
  .bjbm_topbar__right .bjbm_user_utility > ul > li:focus-within > ul,
  .bjbm_topbar__right #navigationUserUtility > li:hover > ul,
  .bjbm_topbar__right #navigationUserUtility > li:focus-within > ul,
  .bjbm_topbar__right #navigationUserUtility > ul > li:hover > ul,
  .bjbm_topbar__right #navigationUserUtility > ul > li:focus-within > ul,
  .bjbm_topbar__right #navigationUser > li:hover > ul,
  .bjbm_topbar__right #navigationUser > li:focus-within > ul,
  .bjbm_topbar__right #navigationUser > ul > li:hover > ul,
  .bjbm_topbar__right #navigationUser > ul > li:focus-within > ul,
  .bjbm_topbar__right .pkp_navigation_user > li:hover > ul,
  .bjbm_topbar__right .pkp_navigation_user > li:focus-within > ul,
  .bjbm_topbar__right .pkp_navigation_user > ul > li:hover > ul,
  .bjbm_topbar__right .pkp_navigation_user > ul > li:focus-within > ul {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  /* Dropdown list items */
  .bjbm_topbar__right .bjbm_user_utility > li > ul > li,
  .bjbm_topbar__right .bjbm_user_utility > ul > li > ul > li,
  .bjbm_topbar__right #navigationUserUtility > li > ul > li,
  .bjbm_topbar__right #navigationUserUtility > ul > li > ul > li,
  .bjbm_topbar__right #navigationUser > li > ul > li,
  .bjbm_topbar__right #navigationUser > ul > li > ul > li,
  .bjbm_topbar__right .pkp_navigation_user > li > ul > li,
  .bjbm_topbar__right .pkp_navigation_user > ul > li > ul > li {
    width: 100% !important;
    display: block !important;
    transform: none !important;
  }

  /* Dropdown links only */
  .bjbm_topbar__right .bjbm_user_utility > li > ul > li > a,
  .bjbm_topbar__right .bjbm_user_utility > ul > li > ul > li > a,
  .bjbm_topbar__right #navigationUserUtility > li > ul > li > a,
  .bjbm_topbar__right #navigationUserUtility > ul > li > ul > li > a,
  .bjbm_topbar__right #navigationUser > li > ul > li > a,
  .bjbm_topbar__right #navigationUser > ul > li > ul > li > a,
  .bjbm_topbar__right .pkp_navigation_user > li > ul > li > a,
  .bjbm_topbar__right .pkp_navigation_user > ul > li > ul > li > a {
    width: 100% !important;
    height: auto !important;
    min-height: 38px !important;
    padding: 10px 14px !important;

    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;

    border: 0 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    color: var(--gcbs-ink) !important;

    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    text-align: left !important;
    white-space: nowrap !important;

    box-shadow: none !important;
    transform: none !important;
  }

  .bjbm_topbar__right .bjbm_user_utility > li > ul > li > a:hover,
  .bjbm_topbar__right .bjbm_user_utility > ul > li > ul > li > a:hover,
  .bjbm_topbar__right #navigationUserUtility > li > ul > li > a:hover,
  .bjbm_topbar__right #navigationUserUtility > ul > li > ul > li > a:hover,
  .bjbm_topbar__right #navigationUser > li > ul > li > a:hover,
  .bjbm_topbar__right #navigationUser > ul > li > ul > li > a:hover,
  .bjbm_topbar__right .pkp_navigation_user > li > ul > li > a:hover,
  .bjbm_topbar__right .pkp_navigation_user > ul > li > ul > li > a:hover {
    background: var(--gcbs-soft) !important;
    color: var(--gcbs-blue) !important;
  }
}

/* ---------- blue journal brandbar ---------- */
.bjbm_brandbar {
  position: relative !important;
  z-index: 700 !important;
  margin-top: -2px !important;
  background: linear-gradient(180deg, #092b91 0%, var(--gcbs-blue) 100%) !important;
  border-bottom: 4px solid var(--gcbs-gold) !important;
  overflow: visible !important;
}

.bjbm_brandbar__inner {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: end !important;
  gap: 22px !important;
  min-height: 168px !important;
  padding-top: 2px !important;
  padding-bottom: 20px !important;
  padding-left: 210px !important;
  overflow: visible !important;
}

.bjbm_brandbar__logo {
  position: absolute !important;
  left: 0 !important;
  top: auto !important;
  bottom: 18px !important;
  width: 170px !important;
  margin: 0 !important;
  z-index: 700 !important;
  line-height: 0 !important;
  transform: translateY(-2px) !important;
}

.bjbm_logo_link {
  display: block !important;
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  line-height: 0 !important;
}

.bjbm_logo_link,
.bjbm_logo_link img {
  position: relative !important;
  z-index: 701 !important;
}

.bjbm_brandbar__logo img,
.bjbm_logo_link img {
  display: block !important;
  width: 170px !important;
  max-width: 170px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 2px !important;
  box-shadow: var(--gcbs-cover-shadow) !important;
}

.bjbm_logo_fallback {
  display: block !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  color: var(--gcbs-blue) !important;
  text-align: left !important;
  background: #ffffff !important;
  padding: 12px 14px !important;
  box-shadow: var(--gcbs-cover-shadow) !important;
}

.bjbm_brandbar__titles {
  position: relative !important;
  z-index: 45 !important;
  min-width: 0 !important;
  max-width: 670px !important;
  padding-left: 0 !important;
}

.bjbm_brandbar__eyebrow {
  color: rgba(255, 255, 255, .78) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  margin-bottom: 8px !important;
}

.bjbm_brandbar__title {
  margin: 0 0 6px !important;
  color: #ffffff !important;
  font-size: clamp(1.55rem, 2.05vw, 1.86rem) !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

.bjbm_brandbar__title a {
  color: #ffffff !important;
  white-space: nowrap !important;
}

.bjbm_brandbar__right {
  position: relative !important;
  z-index: 8000 !important;
  display: flex !important;
  align-items: flex-end !important;
  gap: 18px !important;
  transform: none !important;
  padding-bottom: 0 !important;
}

/* ---------- open-access description in brandbar ---------- */
.bjbm_brandbar__oa-description {
  display: flex !important;
  align-items: flex-start !important;
  gap: .75rem !important;
  margin-top: .8rem !important;
}

.oa-icon {
  flex-shrink: 0 !important;
  margin-top: .05rem !important;
  line-height: 0 !important;
  color: #ff8a00 !important;
}

.oa-icon--open svg {
  display: block !important;
  width: 2.9rem !important;
  height: 2.9rem !important;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .3)) !important;
}

.oa-text {
  flex: 1 !important;
  font-family: "Lato", Arial, sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  color: #ffffff !important;
  letter-spacing: .01em !important;
}

.oa-line1 {
  font-size: .95rem !important;
  margin-bottom: .2rem !important;
}

.oa-line2 {
  font-size: .82rem !important;
  font-weight: 500 !important;
  letter-spacing: .02em !important;
  opacity: .9 !important;
}

/* ---------- buttons, submit manuscript, travelling light ---------- */
.bjbm_btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 0 20px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}

.bjbm_btn--gold {
  border: 1px solid var(--gcbs-gold) !important;
  background: var(--gcbs-gold) !important;
  color: #ffffff !important;
}

/* Submit button colour: preserved exactly */
.bjbm_brandbar__right .bjbm_btn--gold {
  background:
    linear-gradient(135deg,
      rgba(160, 122, 67, .82) 0%,
      rgba(0, 39, 137, .95) 38%,
      rgba(0, 39, 137, 1) 100%) !important;
  color: #ffffff !important;
  border-color: rgba(160, 122, 67, .72) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .12),
    0 8px 22px rgba(0, 39, 137, .22),
    0 0 14px rgba(160, 122, 67, .35) !important;
}

/* Submit button hover colour: preserved exactly */
.bjbm_brandbar__right .bjbm_btn--gold:hover,
.bjbm_brandbar__right .bjbm_btn--gold:focus,
.bjbm_brandbar__right .bjbm_btn--gold:focus-visible {
  background: #956f3a !important;
  color: #ffffff !important;
  border-color: #956f3a !important;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, .16),
    0 0 18px rgba(160, 122, 67, .72),
    0 10px 26px rgba(0, 39, 137, .24) !important;
  outline: none !important;
}

/* Submit button trace wrapper */
.bjbm_brandbar__right .bjbm_btn--trace {
  position: relative !important;
  overflow: visible !important;
  isolation: isolate !important;
  border-radius: 999px !important;
}

/* Keep text above the travelling border */
.bjbm_brandbar__right .bjbm_btn--trace .bjbm_btn__label {
  position: relative !important;
  z-index: 20 !important;
}

/* Do not use pseudo-element animation for this button */
.bjbm_brandbar__right .bjbm_btn--trace::before,
.bjbm_brandbar__right .bjbm_btn--trace::after {
  content: none !important;
  display: none !important;
  animation: none !important;
}

/* SVG border trace: follows the exact pill border */
.bjbm_brandbar__right .bjbm_btn--trace > svg.bjbm_btn__trace {
  position: absolute !important;
  inset: -5px !important;
  width: calc(100% + 10px) !important;
  height: calc(100% + 10px) !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: none !important;
  z-index: 12 !important;
  overflow: visible !important;
}

.bjbm_brandbar__right .bjbm_btn--trace > svg.bjbm_btn__trace rect,
.bjbm_brandbar__right .bjbm_btn--trace > svg.bjbm_btn__trace path {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  fill: none !important;
  vector-effect: non-scaling-stroke !important;
}

/* Hide the full light path; the normal button border remains from .bjbm_btn--gold */
.bjbm_brandbar__right .bjbm_btn--trace > svg.bjbm_btn__trace .bjbm_btn__traceBase {
  stroke: transparent !important;
  stroke-width: 0 !important;
  opacity: 0 !important;
}

/* Short travelling gold segment */
.bjbm_brandbar__right .bjbm_btn--trace > svg.bjbm_btn__trace .bjbm_btn__traceTail {
  stroke: rgba(255, 214, 120, .98) !important;
  stroke-width: 1 !important;
  stroke-linecap: round !important;
  stroke-dasharray: 100 946 !important;
  filter:
    drop-shadow(0 0 3px rgba(255, 214, 120, .78))
    drop-shadow(0 0 7px rgba(255, 214, 120, .42)) !important;
}

/* Short travelling blue segment; no white */
.bjbm_brandbar__right .bjbm_btn--trace > svg.bjbm_btn__trace .bjbm_btn__traceLight {
  stroke: #49a3ff !important;
  stroke-width: 1 !important;
  stroke-linecap: round !important;
  stroke-dasharray: 100 976 !important;
  filter:
    drop-shadow(0 0 4px rgba(73, 163, 255, .95))
    drop-shadow(0 0 10px rgba(73, 163, 255, .70)) !important;
}

/* Hover keeps your colour rules; only strengthens the travelling gold/blue light */
.bjbm_brandbar__right .bjbm_btn--trace:hover > svg.bjbm_btn__trace .bjbm_btn__traceTail,
.bjbm_brandbar__right .bjbm_btn--trace:focus-visible > svg.bjbm_btn__trace .bjbm_btn__traceTail {
  stroke: rgba(255, 214, 120, 1) !important;
  filter:
    drop-shadow(0 0 4px rgba(255, 214, 120, .95))
    drop-shadow(0 0 9px rgba(255, 214, 120, .62)) !important;
}

.bjbm_brandbar__right .bjbm_btn--trace:hover > svg.bjbm_btn__trace .bjbm_btn__traceLight,
.bjbm_brandbar__right .bjbm_btn--trace:focus-visible > svg.bjbm_btn__trace .bjbm_btn__traceLight {
  stroke: #49a3ff !important;
  filter:
    drop-shadow(0 0 5px rgba(73, 163, 255, 1))
    drop-shadow(0 0 12px rgba(73, 163, 255, .85)) !important;
}

/* ---------- time-to-first-decision metric and tooltip ---------- */
.bjbm_metricDivider {
  width: 1px !important;
  height: 54px !important;
  background: rgba(255, 255, 255, .35) !important;
}

.bjbm_metricBox {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.bjbm_metricValue {
  color: #ffffff !important;
  font-size: 2.1rem !important;
  line-height: 1 !important;
  font-weight: 800 !important;
}

.bjbm_metricLabel {
  margin-top: 6px !important;
  color: rgba(255, 255, 255, .85) !important;
  font-size: .95rem !important;
  font-weight: 500 !important;
}

.bjbm_metricBox--tooltip {
  position: relative !important;
  z-index: 100001 !important;
}

.bjbm_metricLabelWrap {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-top: 6px !important;
}

.bjbm_metricInfo {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 2px solid rgba(255, 255, 255, .96) !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
}

.bjbm_metricInfo:hover,
.bjbm_metricInfo:focus-visible {
  background: rgba(255, 255, 255, .12) !important;
  outline: none !important;
}

.bjbm_metricTooltip {
  position: absolute !important;
  right: 0 !important;
  top: calc(100% + 18px) !important;
  width: 360px !important;
  max-width: calc(100vw - 24px) !important;
  padding: 22px 24px !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  color: #2f4268 !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  font-weight: 700 !important;
  box-shadow: 0 18px 38px rgba(18, 36, 78, .18) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(8px) !important;
  pointer-events: none !important;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease !important;
  z-index: 100000 !important;
}

.bjbm_metricTooltip::before {
  content: "" !important;
  position: absolute !important;
  top: -10px !important;
  right: 72px !important;
  width: 20px !important;
  height: 20px !important;
  background: #ffffff !important;
  transform: rotate(45deg) !important;
  border-radius: 2px !important;
}

.bjbm_metricBox--tooltip:hover .bjbm_metricTooltip,
.bjbm_metricBox--tooltip:focus-within .bjbm_metricTooltip {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}

/* ---------- primary navigation and search ---------- */
.bjbm_navbar {
  position: relative !important;
  z-index: 600 !important;
  background: #ffffff !important;
  border-bottom: 1px solid var(--gcbs-line) !important;
}

.bjbm_navbar__inner {
  min-height: 74px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 320px !important;
  align-items: center !important;
  gap: 16px !important;
}

.bjbm_nav,
.pkp_site_nav_menu.bjbm_nav {
  min-width: 0 !important;
  width: 100% !important;
  position: relative !important;
  z-index: 40 !important;
}

.bjbm_nav .pkp_nav_list,
.bjbm_nav .pkp_navigation_primary_wrapper,
.bjbm_nav .pkp_navigation_primary,
#navigationPrimary,
.bjbm_primary_menu {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)) !important;
  gap: 12px !important;
  align-items: center !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  float: none !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  transform: none !important;
}

.bjbm_nav .pkp_navigation_primary > li,
#navigationPrimary > li,
.bjbm_primary_menu > li {
  list-style: none !important;
  margin: 0 0 -10px 0 !important;
  padding: 0 0 10px 0 !important;
  float: none !important;
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
}

.bjbm_nav .pkp_navigation_primary > li::before,
.bjbm_nav .pkp_navigation_primary > li::after,
#navigationPrimary > li::before,
#navigationPrimary > li::after,
.bjbm_primary_menu > li::before,
.bjbm_primary_menu > li::after {
  display: none !important;
  content: none !important;
}

.bjbm_nav .pkp_navigation_primary > li > a,
#navigationPrimary > li > a,
.bjbm_primary_menu > li > a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 48px !important;
  padding: 0 18px !important;
  border: 1px solid rgba(0, 39, 137, .08) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: var(--gcbs-blue) !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  line-height: 1.1 !important;
  text-align: center !important;
  white-space: nowrap !important;
  visibility: visible !important;
  opacity: 1 !important;
  box-shadow: 0 1px 2px rgba(0, 39, 137, .03) !important;
  transition: background-color .16s ease, color .16s ease, border-color .16s ease, box-shadow .16s ease !important;
}

.bjbm_nav .pkp_navigation_primary > li > a:hover,
.bjbm_nav .pkp_navigation_primary > li.current > a,
#navigationPrimary > li > a:hover,
#navigationPrimary > li.current > a,
.bjbm_primary_menu > li > a:hover,
.bjbm_primary_menu > li.current > a {
  background: rgba(0, 39, 137, .2) !important;
  color: var(--gcbs-blue) !important;
  border-color: rgba(0, 39, 137, .12) !important;
  box-shadow: 0 4px 12px rgba(0, 39, 137, .05) !important;
}

.bjbm_nav .pkp_navigation_primary > li > ul,
#navigationPrimary > li > ul,
.bjbm_primary_menu > li > ul {
  display: block !important;
  position: absolute !important;
  top: calc(100% + 2px) !important;
  left: 0 !important;
  min-width: 240px !important;
  margin: 0 !important;
  padding: 8px 0 !important;
  list-style: none !important;
  background: #ffffff !important;
  border: 1px solid rgba(0, 39, 137, .2) !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 36px rgba(0, 39, 137, .22) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(8px) !important;
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease !important;
  will-change: opacity, transform !important;
  backface-visibility: hidden !important;
  z-index: 9998 !important;
}

.bjbm_nav .pkp_navigation_primary > li:hover > ul,
.bjbm_nav .pkp_navigation_primary > li:focus-within > ul,
.bjbm_nav .pkp_navigation_primary > li.dropdown_open > ul,
#navigationPrimary > li:hover > ul,
#navigationPrimary > li:focus-within > ul,
#navigationPrimary > li.dropdown_open > ul,
.bjbm_primary_menu > li:hover > ul,
.bjbm_primary_menu > li:focus-within > ul,
.bjbm_primary_menu > li.dropdown_open > ul {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

.bjbm_nav .pkp_navigation_primary > li > ul li,
#navigationPrimary > li > ul li,
.bjbm_primary_menu > li > ul li {
  display: block !important;
  width: 100% !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bjbm_nav .pkp_navigation_primary > li > ul li a,
#navigationPrimary > li > ul li a,
.bjbm_primary_menu > li > ul li a {
  display: block !important;
  padding: 12px 16px !important;
  color: var(--gcbs-ink) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  background: #ffffff !important;
  white-space: normal !important;
  text-transform: none !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.bjbm_nav .pkp_navigation_primary > li > ul li a:hover,
#navigationPrimary > li > ul li a:hover,
.bjbm_primary_menu > li > ul li a:hover {
  background: var(--gcbs-soft) !important;
  color: var(--gcbs-blue) !important;
}

.bjbm_nav .pkp_site_nav_toggle,
.bjbm_nav .pkp_nav_toggle,
.bjbm_nav .pkp_navigation_primary_row_toggle,
.bjbm_nav button[aria-controls="navigationPrimary"] {
  display: none !important;
}

.bjbm_navbar__search {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  height: 48px !important;
  margin: 0 !important;
  border: 1px solid var(--gcbs-line) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  overflow: hidden !important;
}

.bjbm_navbar__search input {
  width: 100% !important;
  border: 0 !important;
  outline: none !important;
  padding: 0 46px 0 16px !important;
  background: #ffffff !important;
  color: var(--gcbs-ink) !important;
  font-size: 15px !important;
}

.bjbm_navbar__search input::placeholder {
  color: #7283ac !important;
}

.bjbm_navbar__search button {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 44px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--gcbs-blue) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  padding: 0 !important;
}

.bjbm_search_svg {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  color: var(--gcbs-blue) !important;
}

/* ---------- responsive protection ---------- */
@media (max-width: 1360px) and (min-width: 861px) {
  :root {
    --bjbm-topbar-left-start: 198px;
    --bjbm-topbar-button-space: 158px;
  }

  .bjbm_topbar__arrow {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }

  .bjbm_topbar__arrowText span,
  .bjbm_topbar__arrowText strong { font-size: .94rem !important; }

  .bjbm_topbar__arrowText strong { font-size: .98rem !important; }
}

@media (max-width: 1120px) and (min-width: 861px) {
  :root {
    --bjbm-topbar-left-start: 180px;
    --bjbm-topbar-button-space: 148px;
  }

  .bjbm_topbar__arrowText span,
  .bjbm_topbar__arrowText strong { font-size: .82rem !important; }

  .bjbm_topbar__arrowText strong { font-size: .85rem !important; }
}

@media (max-width: 860px) {
  .bjbm_header { padding-top: 0 !important; }

  .bjbm_topbar,
  .bjbm_topbar__inner { min-height: auto !important; }

  .bjbm_topbar__inner {
    display: grid !important;
    grid-template-columns: 88px minmax(0, 1fr) !important;
    gap: 12px !important;
    padding-top: 2px !important;
    padding-bottom: 12px !important;
  }

  .bjbm_center_logo_link {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    width: 86px !important;
    height: 86px !important;
    grid-column: 1 !important;
    grid-row: 1 / span 3 !important;
    justify-self: start !important;
  }

  .bjbm_center_logo_link:hover,
  .bjbm_center_logo_link:focus { transform: none !important; }

  .bjbm_topbar__arrow {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
    min-height: 54px !important;
    height: auto !important;
    padding: 8px 56px !important;
    grid-column: 2 !important;
    background: transparent !important;
    clip-path: none !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .bjbm_topbar__arrowStroke {
    position: absolute !important;
    height: 3px !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, #ecdcb6 0%, #c79a58 68%, #a97a37 100%) !important;
  }

  .bjbm_topbar__arrow--left .bjbm_topbar__arrowStroke { left: 58px !important; right: 0 !important; }
  .bjbm_topbar__arrow--right .bjbm_topbar__arrowStroke { left: 0 !important; right: 58px !important; }
  .bjbm_topbar__arrowStroke--top { top: 7px !important; }
  .bjbm_topbar__arrowStroke--bottom { bottom: 7px !important; }

  .bjbm_topbar__arrowHead {
    position: absolute !important;
    display: block !important;
    width: 23px !important;
    height: 23px !important;
    top: 15px !important;
  }

  .bjbm_topbar__arrowHead::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    border-top: 3px solid #b98945 !important;
    border-right: 3px solid #b98945 !important;
    box-sizing: border-box !important;
    transform: rotate(45deg) !important;
  }

  .bjbm_topbar__arrow--left .bjbm_topbar__arrowHead--1 { left: 31px !important; }
  .bjbm_topbar__arrow--left .bjbm_topbar__arrowHead--2 { left: 17px !important; }
  .bjbm_topbar__arrow--left .bjbm_topbar__arrowHead--3 { left: 3px !important; }

  .bjbm_topbar__arrow--right .bjbm_topbar__arrowHead--1 { right: 31px !important; }
  .bjbm_topbar__arrow--right .bjbm_topbar__arrowHead--2 { right: 17px !important; }
  .bjbm_topbar__arrow--right .bjbm_topbar__arrowHead--3 { right: 3px !important; }

  .bjbm_topbar__arrowText {
    position: relative !important;
    z-index: 3 !important;
    min-height: 38px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  .bjbm_topbar__arrowText span,
  .bjbm_topbar__arrowText strong {
    font-family: "Lato", Arial, sans-serif !important;
    font-size: .72rem !important;
    line-height: 1.15 !important;
    color: #1f3158 !important;
  }

  .bjbm_topbar__right {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    width: auto !important;
    min-width: 0 !important;
    grid-column: 2 !important;
    justify-content: start !important;
    transform: none !important;
    z-index: 10000 !important;
    overflow: visible !important;
  }

  .bjbm_topbar__right .bjbm_user_utility,
  .bjbm_topbar__right #navigationUserUtility,
  .bjbm_topbar__right #navigationUser,
  .bjbm_topbar__right .pkp_navigation_user,
  .bjbm_topbar__right .bjbm_user_utility > ul,
  .bjbm_topbar__right #navigationUserUtility > ul,
  .bjbm_topbar__right #navigationUser > ul,
  .bjbm_topbar__right .pkp_navigation_user > ul {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    width: auto !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  .bjbm_topbar__right .bjbm_user_utility li,
  .bjbm_topbar__right #navigationUserUtility li,
  .bjbm_topbar__right #navigationUser li,
  .bjbm_topbar__right .pkp_navigation_user li {
    width: auto !important;
    overflow: visible !important;
  }

  .bjbm_topbar__right .bjbm_user_utility li a,
  .bjbm_topbar__right #navigationUserUtility li a,
  .bjbm_topbar__right #navigationUser li a,
  .bjbm_topbar__right .pkp_navigation_user li a {
    width: auto !important;
    min-width: 92px !important;
    height: 30px !important;
    min-height: 30px !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .bjbm_brandbar__inner {
    display: block !important;
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    padding-left: 0 !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  .bjbm_brandbar__logo {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    bottom: auto !important;
    width: 140px !important;
    margin: 0 0 10px 0 !important;
    transform: none !important;
  }

  .bjbm_brandbar__logo img,
  .bjbm_logo_link img {
    width: 140px !important;
    max-width: 140px !important;
  }

  .bjbm_brandbar__title {
    white-space: normal !important;
  }

  .bjbm_brandbar__right {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 12px !important;
    margin-top: 16px !important;
  }

  .bjbm_metricTooltip {
    right: 0 !important;
    width: min(320px, calc(100vw - 20px)) !important;
    padding: 18px !important;
    font-size: 14px !important;
  }

  .bjbm_metricTooltip::before {
    right: 68px !important;
  }

  .bjbm_navbar__inner {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .bjbm_nav .pkp_nav_list,
  .bjbm_nav .pkp_navigation_primary_wrapper,
  .bjbm_nav .pkp_navigation_primary,
  #navigationPrimary,
  .bjbm_primary_menu {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .bjbm_navbar__search {
    width: 100% !important;
  }
}

/* ==========================================================
   BJBM GLOBAL BASE STYLES RETAINED FROM ORIGINAL CSS
   ========================================================== */

html,body {
  margin: 0;
  padding: 0;
  background: var(--gcbs-soft);
  color: var(--gcbs-ink);
  font-family: "Lato",Arial,sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

*,*::before,*::after {
  box-sizing: border-box;
}

a {
  color: var(--gcbs-blue);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* ==========================================================
   BJBM NON-HEADER OJS LAYOUT, STATIC PAGES, HOME, ARTICLE, ISSUE, ETC.
   Old duplicate header/header-override rules have been removed.
   ========================================================== */

.pkp_structure_content {
  background: transparent;
}

.pkp_structure_main {
  padding-top: 0;
}

.page_index_journal,.page_issue,.page_article,.page_archive,.page_search {
  max-width: var(--site-max);
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 56px;
}

.pkp_structure_main > .main__content {
  padding-top: var(--bjbm-page-top);
}

.pkp_structure_main > .page:not(:has(.bjbm-doc-page)):not(.bjbm-submit):not(.page_submissions):not(.page_masthead) {
  padding-top: var(--bjbm-page-top);
}

.current_issue,.obj_issue_summary,.cmp_announcements,.journal-description,.additional_content,.homepage_about {
  background: var(--gcbs-card);
  border: 1px solid var(--gcbs-line);
  border-radius: var(--radius);
  box-shadow: var(--gcbs-shadow);
  padding: 24px 28px;
  margin-bottom: 24px;
}

.pkp_structure_footer_wrapper,.pkp_brand_footer,.cmp_brand_footer {
  background: #edf2fa !important;
  border-top: 1px solid var(--gcbs-line);
}

.obj_static_page>h1:first-child,.obj_static_page>.page_title:first-child,.static_page>h1:first-child,.static_page>.page_title:first-child,.page>h1:first-of-type,.page>.page_title:first-child {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  height: 0 !important;
}

.obj_static_page,.static_page,.staticPageContainer,.page_content,.entry_details {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.bjbm-doc-page {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #f8fafc;
  padding: var(--bjbm-page-top) 0 72px !important;
  overflow: visible;
}

.bjbm-doc-wrap {
  width: 100%;
  max-width: var(--site-max);
  margin: 0 auto;
  padding: 0 12px;
  overflow: visible;
}

.bjbm-doc-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: start;
  gap: 32px;
  width: 100%;
  overflow: visible !important;
}

.bjbm-doc-sidebar {
  top: 18px;
  height: fit-content;
}

.bjbm-doc-sidebar__title {
  display: none !important;
}

.bjbm-doc-sidebar__nav {
  padding: 0;
}

.bjbm-doc-sidebar__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bjbm-doc-sidebar__item {
  margin: 0;
  padding: 0;
}

.bjbm-doc-sidebar__sublist,
.bjbm-doc-sidebar__subsublist {
  list-style: none;
  margin: 4px 0 10px;
  padding: 0;
}

.bjbm-doc-sidebar__sublist:empty,
.bjbm-doc-sidebar__subsublist:empty {
  display: none;
}

.bjbm-doc-sidebar__subitem,
.bjbm-doc-sidebar__subsubitem {
  margin: 0;
  padding: 0;
}

.bjbm-doc-sidebar__link {
  display: block;
  position: relative;
  padding: 9px 10px 9px 18px;
  color: #5f6f86;
  text-decoration: none;
  font-size: .95rem;
  line-height: 1.45;
  font-weight: 500;
  border-left: 2px solid transparent;
  border-radius: 0 10px 10px 0;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

.bjbm-doc-sidebar__sublink,
.bjbm-doc-sidebar__subsublink {
  display: block;
  position: relative;
  padding: 5px 10px 5px 26px;
  color: #174ea6;
  text-decoration: none;
  font-size: .88rem;
  line-height: 1.35;
  font-weight: 500;
  border-left: 2px solid transparent;
  border-radius: 0 9px 9px 0;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

.bjbm-doc-sidebar__subsublink {
  padding-left: 40px;
  color: #4f6078;
  font-size: .83rem;
}

.bjbm-doc-sidebar__sublink::before,
.bjbm-doc-sidebar__subsublink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  opacity: .55;
  transform: translateY(-50%);
}

.bjbm-doc-sidebar__subsublink::before {
  left: 28px;
  width: 3px;
  height: 3px;
}

.bjbm-doc-sidebar__link:hover,
.bjbm-doc-sidebar__sublink:hover,
.bjbm-doc-sidebar__subsublink:hover {
  color: #174ea6;
  background: rgba(23,78,166,.12);
}

.bjbm-doc-sidebar__item.is-active > .bjbm-doc-sidebar__link,
.bjbm-doc-sidebar__item.is-active-branch > .bjbm-doc-sidebar__link,
.bjbm-doc-sidebar__link.is-active,
.bjbm-doc-sidebar__link.is-active-branch,
.bjbm-doc-sidebar__sublink.is-active,
.bjbm-doc-sidebar__subsublink.is-active {
  color: #174ea6;
  font-weight: 700;
  border-left-color: #174ea6;
  background: rgba(23,78,166,.12);
}

.bjbm-doc-main {
  width: 100%;
  min-width: 0;
  background: #ffffff;
  border: 1px solid #e6ebf2;
  box-shadow: 0 10px 30px rgba(20, 40, 77, .05);
}

.bjbm-doc-main__header {
  margin: 0 0 28px;
  border-bottom: 1px solid #edf2f7;
}

.bjbm-doc-main__title {
  margin: 0 0 10px;
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -.02em;
  color: #0f172a;
}

.bjbm-doc-section {
  border-bottom: 1px solid #eef2f6;
  scroll-margin-top: 28px;
}

.bjbm-doc-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.bjbm-doc-section h3 {
  margin: 26px 0 10px;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 760;
  color: #1f2937;
}

.bjbm-doc-section ul,.bjbm-doc-section ol {
  margin: 0 0 18px 1.4rem;
  color: #334155;
}

.bjbm-doc-section li {
  margin: 0 0 10px;
  line-height: 1;
}

.bjbm-doc-section a {
  color: #174ea6;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.bjbm-doc-section a:hover {
  color: #0b57d0;
}

.bjbm-doc-main table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0 24px;
  font-size: .96rem;
}

.bjbm-doc-main th,.bjbm-doc-main td {
  padding: 12px 14px;
  border: 1px solid #e7edf5;
  text-align: left;
  vertical-align: top;
}

.bjbm-doc-main th {
  background: #f8fafc;
  font-weight: 700;
  color: #1e293b;
}

.bjbm-doc-main blockquote {
  margin: 20px 0;
  padding: 14px 18px;
  border-left: 4px solid #174ea6;
  background: #f8fbff;
  color: #334155;
  border-radius: 0 12px 12px 0;
}

.bjbm-doc-main img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px auto;
  border-radius: 16px;
}

.bjbm-doc-main pre,.bjbm-doc-main code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

.bjbm-doc-main pre {
  overflow-x: auto;
  padding: 16px 18px;
  border-radius: 14px;
  background: #0f172a;
  color: #e5edf7;
}

@media (max-width: 1180px) {
  .bjbm-doc-layout {
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 30px;
  }

  .bjbm-doc-sidebar {
    width: 230px;
    min-width: 230px;
  }

  .bjbm-doc-main {
    padding: 34px 34px 42px;
  }
}

@media (max-width: 860px) {
  .bjbm-doc-wrap {
    padding: 0 16px;
  }

  .bjbm-doc-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .bjbm-doc-sidebar {
    width: auto;
    min-width: 0;
    position: static !important;
    height: auto !important;
  }

  .bjbm-doc-sidebar__inner {
    position: static !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    width: auto !important;
    max-height: none;
    overflow: visible;
    transform: none !important;
  }

  .bjbm-doc-sidebar__link {
    padding-left: 16px;
  }

  .bjbm-doc-main {
    border-radius: 18px;
    padding: 24px 20px 30px;
  }

  .bjbm-doc-main__title {
    font-size: clamp(1.8rem, 8vw, 2.4rem);
  }

  .bjbm-doc-section h2 {
    font-size: 1.42rem;
  }
}

.bjbm-doc-sidebar {
  width: 260px;
  min-width: 260px;
  align-self: start;
  position: relative;
  overflow: visible !important;
}

.bjbm-doc-sidebar__inner {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  width: auto;
  max-height: calc(100vh - 36px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  will-change: top, left;
}

.bjbm-doc-sidebar__link {
  padding-left: 16px;
}

.bjbm-doc-main {
  border-radius: 18px;
  padding: 24px 20px 30px;
}

.bjbm-doc-main__title {
  font-size: clamp(1.8rem, 8vw, 2.4rem);
}


.pkp_structure_main:has(.bjbm-doc-page) {
  padding-top: 0 !important;
}

.pkp_structure_main:has(.bjbm-doc-page) > .page,
.pkp_structure_main .page:has(.bjbm-doc-page) {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

:root {
  --bjbm-blue: #1e73be;
  --bjbm-blue-dark: #125091;
  --bjbm-blue-soft: #f1f7fd;
  --bjbm-border: #cfcfcf;
  --bjbm-border-soft: #dfdfdf;
  --bjbm-title-bg: #d7d7d7;
  --bjbm-panel: #ffffff;
  --bjbm-bg: #f5f5f5;
  --bjbm-text: #2f2f2f;
  --bjbm-muted: #6b6b6b;
  --bjbm-shadow: 0 2px 8px rgba(0,0,0,.06);
  --bjbm-max: 1380px;
}

.pkp_page_index .page,.page_index_journal .page,.pkp_page_index_journal .page {
  max-width: 100%;
}

.bjbm-home {
  max-width: var(--bjbm-max);
  margin: 0 auto;
  padding: var(--bjbm-page-top) 8px 34px;
  color: var(--bjbm-text);
}

.bjbm-home a {
  text-decoration: none;
}

.bjbm-home a:hover {
  text-decoration: underline;
}

.bjbm-home__grid {
  display: grid;
  grid-template-columns: 290px minmax(0,1fr);
  gap: 20px;
  align-items: start;
}

.bjbm-box {
  background: var(--bjbm-panel);
  border: 1px solid var(--bjbm-border);
  border-radius: 6px;
  box-shadow: var(--bjbm-shadow);
  overflow: hidden;
}

.bjbm-box--sidebar {
  margin-bottom: 16px;
}

.bjbm-box--main {
  margin-bottom: 18px;
  padding: 12px 14px 16px;
}

.bjbm-box__head {
  padding: 9px 12px;
  background: var(--bjbm-title-bg);
  color: #222;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.bjbm-box__titleRow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.bjbm-box__titleRow h2 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.2;
  font-weight: 700;
  color: #222;
  white-space: nowrap;
}

.bjbm-box__titleRow h2::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 1px;
  background: var(--bjbm-blue);
  vertical-align: middle;
}

.bjbm-box__rule {
  flex: 1 1 auto;
  height: 4px;
  background: var(--bjbm-blue);
}

.bjbm-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bjbm-menu li {
  border-bottom: 1px dashed var(--bjbm-border);
}

.bjbm-menu li:last-child {
  border-bottom: 0;
}

.bjbm-menu__link {
  display: block;
  padding: 10px 12px;
  font-size: .93rem;
  color: #333;
  transition: background .18s ease, color .18s ease;
}

.bjbm-menu__link:hover,.bjbm-menu__link.is-active {
  background: #fafafa;
  color: var(--bjbm-blue-dark);
  text-decoration: none;
}

.bjbm-menu__link.is-loading {
  opacity: .65;
  pointer-events: none;
}

.bjbm-info {
  padding: 10px 12px;
}

.bjbm-info__row {
  margin: 0 0 9px;
  font-size: .91rem;
  line-height: 1.55;
}

.bjbm-info__row strong {
  color: #222;
}

.bjbm-info__row a {
  color: var(--bjbm-blue-dark);
}

.bjbm-news {
  padding: 8px 12px 12px;
}

.bjbm-news__item {
  padding: 8px 0;
  border-bottom: 1px dashed var(--bjbm-border);
}

.bjbm-news__item:last-child {
  border-bottom: 0;
}

.bjbm-news__date {
  margin-bottom: 4px;
  color: #777;
  font-size: .8rem;
}

.bjbm-news__item a {
  color: var(--bjbm-blue-dark);
  font-size: .9rem;
  line-height: 1.45;
}

.bjbm-empty {
  margin: 4px 0 0;
  color: var(--bjbm-muted);
  font-size: .92rem;
}

.bjbm-contentPanel__body {
  min-height: 210px;
}

.bjbm-journalIntro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
}

.bjbm-journalIntro__text,.bjbm-loadedContent {
  font-size: .96rem;
  line-height: 1.8;
  color: #454545;
}

.bjbm-journalIntro__text>:first-child,.bjbm-loadedContent>:first-child {
  margin-top: 0;
}

.bjbm-journalIntro__text h1,.bjbm-journalIntro__text h2,.bjbm-journalIntro__text h3,.bjbm-journalIntro__text h4,.bjbm-loadedContent h1,.bjbm-loadedContent h2,.bjbm-loadedContent h3,.bjbm-loadedContent h4 {
  margin-top: 0;
  color: #222;
  line-height: 1.35;
}

.bjbm-loadedContent img,.bjbm-loadedContent iframe,.bjbm-loadedContent video,.bjbm-loadedContent table {
  max-width: 100%;
}

.bjbm-loadedContent table {
  width: 100%;
  border-collapse: collapse;
}

.bjbm-loadedContent th,.bjbm-loadedContent td {
  padding: 8px 10px;
  border: 1px solid var(--bjbm-border-soft);
}

.bjbm-loadedContent a {
  color: var(--bjbm-blue-dark);
  word-break: break-word;
}

.bjbm-loadState {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  color: var(--bjbm-muted);
  font-size: .96rem;
}

.bjbm-loadState--error {
  color: #9f2a2a;
}

.bjbm-ctaRow {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.bjbm-ctaBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 10px 14px;
  border: 1px solid var(--bjbm-blue);
  color: var(--bjbm-blue-dark);
  background: #fff;
  font-size: .94rem;
  font-weight: 600;
  text-align: center;
}

.bjbm-ctaBtn:hover {
  background: var(--bjbm-blue-soft);
  text-decoration: none;
}

.bjbm-issueTocWrap .issue,.bjbm-issueTocWrap .current_issue,.bjbm-issueTocWrap .obj_issue_toc,.bjbm-issueTocWrap .cmp_issue_toc {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.bjbm-issueTocWrap .issue_toc,.bjbm-issueTocWrap .sections,.bjbm-issueTocWrap .section {
  margin-top: 0;
}

.bjbm-issueTocWrap .heading,.bjbm-issueTocWrap .title,.bjbm-issueTocWrap h3,.bjbm-issueTocWrap h4 {
  color: #222;
}

.bjbm-issueTocWrap .obj_article_summary,.bjbm-issueTocWrap .article_summary,.bjbm-issueTocWrap .media,.bjbm-issueTocWrap li {
  border-bottom: 1px solid #ececec;
}

.bjbm-recentIssues {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
}

.bjbm-recentIssues__item {
  padding: 12px;
  border: 1px solid var(--bjbm-border-soft);
  border-radius: 6px;
  background: #fcfcfc;
}

.bjbm-recentIssues__item h3 {
  margin: 0 0 8px;
  font-size: .98rem;
  line-height: 1.4;
}

.bjbm-recentIssues__item h3 a {
  color: #222;
}

.bjbm-recentIssues__meta {
  color: var(--bjbm-muted);
  font-size: .86rem;
}

@media (max-width:1080px) {
  .bjbm-home__grid {
    grid-template-columns: 1fr;
  }

  .bjbm-recentIssues {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width:700px) {
  .bjbm-home {
    padding-left: 4px;
    padding-right: 4px;
  }

  .bjbm-box--main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bjbm-box__titleRow {
    gap: 8px;
  }

  .bjbm-box__titleRow h2 {
    font-size: 1rem;
    white-space: normal;
  }

  .bjbm-ctaRow {
    gap: 8px;
  }

  .bjbm-ctaBtn {
    width: 100%;
    min-width: 0;
  }

  .bjbm-recentIssues {
    grid-template-columns: 1fr;
  }
}

.bjbm-box--indexing {
  padding-bottom: 18px;
}

.bjbm-indexingIntro {
  margin: 0 0 14px;
  color: #555;
  font-size: .95rem;
  line-height: 1.7;
}

.bjbm-indexingGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.bjbm-indexCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 132px;
  padding: 18px 14px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #fff;
  text-align: center;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.bjbm-indexCard:hover {
  text-decoration: none !important;
  transform: translateY(-2px);
  border-color: #b9cce5;
  box-shadow: 0 6px 16px rgba(0,0,0,.07);
}

.bjbm-indexCard__logoWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
}

.bjbm-indexCard__logoWrap img {
  max-width: 150px;
  max-height: 46px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.bjbm-indexCard__name {
  color: #2c2c2c;
  font-size: .94rem;
  font-weight: 700;
  line-height: 1.35;
}

@media (max-width: 980px) {
  .bjbm-indexingGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .bjbm-indexingGrid {
    grid-template-columns: 1fr;
  }
}

.page_article .main__content.bjbm-article-shell,.pkp_page_article .main__content.bjbm-article-shell {
  max-width: 1230px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: var(--bjbm-page-top) 12px 48px !important;
}

.page_article .bjbm-article-shell>.row,.pkp_page_article .bjbm-article-shell>.row {
  display: block !important;
  margin: 0 !important;
}

.page_article .bjbm-article-shell>.row>[class*="col-"],.pkp_page_article .bjbm-article-shell>.row>[class*="col-"] {
  width: 100% !important;
  max-width: none !important;
  flex: 0 0 100% !important;
  padding: 0 !important;
}

.page_article .bjbm-tfsd-article,.pkp_page_article .bjbm-tfsd-article {
  color: #20262f;
}

.page_article .bjbm-tfsd-hero,.pkp_page_article .bjbm-tfsd-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  gap: 28px;
  align-items: start;
  padding: 28px 0 18px;
  border-bottom: 1px solid #dfe3e8;
}

.page_article .bjbm-tfsd-alert,.pkp_page_article .bjbm-tfsd-alert {
  grid-column: 1 / -1;
  margin-bottom: 6px;
  padding: 12px 14px;
  border: 1px solid #ead58a;
  background: #fff8d9;
  color: #624b00;
  border-radius: 8px;
  font-size: 14px;
}

.page_article .bjbm-tfsd-kicker,.pkp_page_article .bjbm-tfsd-kicker {
  margin-bottom: 6px;
  color: #5f6978;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
}

.page_article .bjbm-tfsd-title,.pkp_page_article .bjbm-tfsd-title {
  margin: 0 0 12px;
  font-family: "Lato", Arial, sans-serif;
  font-size: clamp(1.8rem, 2.3vw, 1.95rem);
  line-height: 1.16;
  font-weight: 800;
  color: #1e2329;
  letter-spacing: -.01em;
}

.page_article .bjbm-tfsd-authors,.pkp_page_article .bjbm-tfsd-authors {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 0 0 10px;
  color: #0a4db3;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.45;
}

.page_article .bjbm-tfsd-author,.pkp_page_article .bjbm-tfsd-author {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.page_article .bjbm-tfsd-authors a,.pkp_page_article .bjbm-tfsd-authors a {
  color: #0a4db3;
}

.page_article .bjbm-tfsd-authors svg,.pkp_page_article .bjbm-tfsd-authors svg {
  width: 16px;
  height: 16px;
}

.page_article .bjbm-tfsd-metaRow,.pkp_page_article .bjbm-tfsd-metaRow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0 0 14px;
  color: #5a6471;
  font-size: 14px;
  line-height: 1.6;
}

.page_article .bjbm-tfsd-metaItem,.pkp_page_article .bjbm-tfsd-metaItem {
  position: relative;
}

.page_article .bjbm-tfsd-metaItem strong,.pkp_page_article .bjbm-tfsd-metaItem strong {
  color: #242b33;
}

.page_article .bjbm-tfsd-affiliationsToggle,.pkp_page_article .bjbm-tfsd-affiliationsToggle {
  margin: 0 0 12px;
}

.page_article .bjbm-tfsd-affiliations,.pkp_page_article .bjbm-tfsd-affiliations {
  margin: 10px 0 16px;
  padding: 16px 18px;
  border: 1px solid #dde4eb;
  background: #fafbfd;
  border-radius: 10px;
}

.page_article .bjbm-tfsd-affiliations__item+.bjbm-tfsd-affiliations__item,.pkp_page_article .bjbm-tfsd-affiliations__item+.bjbm-tfsd-affiliations__item {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e8edf3;
}

.page_article .bjbm-tfsd-affiliationsToggle .btn,.pkp_page_article .bjbm-tfsd-affiliationsToggle .btn {
  min-height: 38px;
  border-radius: 999px;
  border: 1px solid #cdd6e0;
  background: #fff;
  color: #143f90;
  font-size: 14px;
  font-weight: 700;
  box-shadow: none;
}

.page_article .bjbm-tfsd-toolbar,.pkp_page_article .bjbm-tfsd-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 18px 0 12px;
  padding: 0;
}

.page_article .bjbm-tfsd-toolbar__item,.pkp_page_article .bjbm-tfsd-toolbar__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 4px;
  border: 1px solid #d9dfeb;
  background: #fff;
  color: #183f97;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  box-shadow: none;
}

.page_article .bjbm-tfsd-toolbar__item:hover,.pkp_page_article .bjbm-tfsd-toolbar__item:hover {
  background: #f5f8ff;
  color: #183f97;
}

.page_article .bjbm-tfsd-toolbar__item.is-active,.pkp_page_article .bjbm-tfsd-toolbar__item.is-active {
  background: #142f8f;
  border-color: #142f8f;
  color: #fff;
}

.page_article .bjbm-tfsd-downloadsTop,.pkp_page_article .bjbm-tfsd-downloadsTop {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.page_article .bjbm-tfsd-hero__status,.pkp_page_article .bjbm-tfsd-hero__status {
  display: grid;
  gap: 16px;
  align-content: start;
}

.page_article .bjbm-tfsd-statusCard,.page_article .bjbm-tfsd-coverCard,.pkp_page_article .bjbm-tfsd-statusCard,.pkp_page_article .bjbm-tfsd-coverCard {
  border: 1px solid #dfe4eb;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(15, 35, 80, .05);
}

.page_article .bjbm-tfsd-statusCard,.pkp_page_article .bjbm-tfsd-statusCard {
  padding: 16px 18px;
  text-align: left;
}

.page_article .bjbm-tfsd-statusCard__eyebrow,.pkp_page_article .bjbm-tfsd-statusCard__eyebrow {
  margin-bottom: 8px;
  color: #6a7380;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.page_article .bjbm-tfsd-statusCard__label,.pkp_page_article .bjbm-tfsd-statusCard__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1f2a37;
  font-size: 18px;
  font-weight: 700;
}

.page_article .bjbm-tfsd-statusCard__label::before,.pkp_page_article .bjbm-tfsd-statusCard__label::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f6a623;
  box-shadow: 0 0 0 4px rgba(246, 166, 35, .18);
}

.page_article .bjbm-tfsd-statusCard__doi,.pkp_page_article .bjbm-tfsd-statusCard__doi {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.55;
  word-break: break-word;
}

.page_article .bjbm-tfsd-coverCard,.pkp_page_article .bjbm-tfsd-coverCard {
  padding: 12px;
}

.page_article .bjbm-tfsd-coverCard img,.pkp_page_article .bjbm-tfsd-coverCard img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.page_article .bjbm-tfsd-layout,.pkp_page_article .bjbm-tfsd-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 34px;
  align-items: start;
  padding-top: 22px;
}

.page_article .bjbm-tfsd-leftRail,.pkp_page_article .bjbm-tfsd-leftRail {
  display: none;
}

.page_article .bjbm-tfsd-leftRail,.page_article .bjbm-tfsd-rightRail,.pkp_page_article .bjbm-tfsd-leftRail,.pkp_page_article .bjbm-tfsd-rightRail {
  min-width: 0;
}

.page_article .bjbm-tfsd-leftRail__inner,.pkp_page_article .bjbm-tfsd-leftRail__inner {
  position: sticky;
  top: 24px;
}

.page_article .bjbm-tfsd-leftRail__title,.pkp_page_article .bjbm-tfsd-leftRail__title {
  margin: 0 0 12px;
  color: #313844;
  font-size: 16px;
  font-weight: 700;
}

.page_article .bjbm-tfsd-leftRail__list,.pkp_page_article .bjbm-tfsd-leftRail__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e4e8ee;
}

.page_article .bjbm-tfsd-leftRail__list li,.pkp_page_article .bjbm-tfsd-leftRail__list li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e4e8ee;
}

.page_article .bjbm-tfsd-leftRail__list a,.pkp_page_article .bjbm-tfsd-leftRail__list a {
  display: block;
  padding: 12px 4px;
  color: #193d91;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.page_article .bjbm-tfsd-leftRail__list a:hover,.pkp_page_article .bjbm-tfsd-leftRail__list a:hover {
  color: #0f2d73;
}

.page_article .bjbm-tfsd-main,.pkp_page_article .bjbm-tfsd-main {
  min-width: 0;
}

.page_article .bjbm-tfsd-section,.pkp_page_article .bjbm-tfsd-section {
  padding: 18px 0 26px;
  border-bottom: 1px solid #e5e9ef;
  scroll-margin-top: 28px;
}

.page_article .bjbm-tfsd-section:first-child,.pkp_page_article .bjbm-tfsd-section:first-child {
  padding-top: 0;
}

.page_article .bjbm-tfsd-section:last-child,.pkp_page_article .bjbm-tfsd-section:last-child {
  border-bottom: 0;
}

.page_article .bjbm-tfsd-section h2,.pkp_page_article .bjbm-tfsd-section h2 {
  margin: 0 0 14px;
  font-family: "Lato", Arial, sans-serif;
  font-size: 1.35rem;
  line-height: 1.24;
  font-weight: 700;
  color: #242a31;
}

.page_article .bjbm-tfsd-section h3,.pkp_page_article .bjbm-tfsd-section h3 {
  margin: 0 0 8px;
  font-family: "Lato", Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.4;
  font-weight: 700;
  color: #223040;
}

.page_article .bjbm-tfsd-richText,.page_article .bjbm-tfsd-richText p,.pkp_page_article .bjbm-tfsd-richText,.pkp_page_article .bjbm-tfsd-richText p {
  font-family: "Lato", Arial, sans-serif;
  color: #303843;
  font-size: 0.96rem;
  line-height: 1.72;
  font-weight: 400;
}

.page_article .bjbm-tfsd-richText p:last-child,.pkp_page_article .bjbm-tfsd-richText p:last-child {
  margin-bottom: 0;
}

.page_article .bjbm-tfsd-keywords,.pkp_page_article .bjbm-tfsd-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page_article .bjbm-tfsd-keyword,.pkp_page_article .bjbm-tfsd-keyword {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 6px;
  font-size: 14px;
}

.page_article .bjbm-tfsd-galleys,.pkp_page_article .bjbm-tfsd-galleys {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page_article .bjbm-tfsd-bioCard,.pkp_page_article .bjbm-tfsd-bioCard {
  padding: 18px 0;
  border-top: 1px solid #eaedf2;
}

.page_article .bjbm-tfsd-bioCard:first-of-type,.pkp_page_article .bjbm-tfsd-bioCard:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.page_article .bjbm-tfsd-referenceList,.pkp_page_article .bjbm-tfsd-referenceList {
  margin: 0;
  padding-left: 22px;
}

.page_article .bjbm-tfsd-referenceList li,.pkp_page_article .bjbm-tfsd-referenceList li {
  margin-bottom: 14px;
  color: #333b46;
  font-size: 16px;
  line-height: 1.7;
}

.page_article .bjbm-tfsd-rightRail,.pkp_page_article .bjbm-tfsd-rightRail {
  position: sticky;
  top: 24px;
  align-self: start;
}

.page_article .bjbm-tfsd-card,.pkp_page_article .bjbm-tfsd-card {
  margin-bottom: 18px;
  padding: 18px 18px 16px;
  border: 1px solid #dfe4eb;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(15, 35, 80, .05);
}

.page_article .bjbm-tfsd-card__title,.pkp_page_article .bjbm-tfsd-card__title {
  margin: 0 0 14px;
  color: #242b33;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.page_article .bjbm-tfsd-metaList,.pkp_page_article .bjbm-tfsd-metaList {
  display: grid;
  gap: 12px;
  margin: 0;
}

.page_article .bjbm-tfsd-metaList>div,.pkp_page_article .bjbm-tfsd-metaList>div {
  padding-top: 12px;
  border-top: 1px solid #edf1f5;
}

.page_article .bjbm-tfsd-metaList>div:first-child,.pkp_page_article .bjbm-tfsd-metaList>div:first-child {
  padding-top: 0;
  border-top: 0;
}

.page_article .bjbm-tfsd-metaList dt,.pkp_page_article .bjbm-tfsd-metaList dt {
  margin: 0 0 4px;
  color: #6c7582;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.page_article .bjbm-tfsd-metaList dd,.pkp_page_article .bjbm-tfsd-metaList dd {
  margin: 0;
  color: #29313c;
  font-size: 14px;
  line-height: 1.55;
  word-break: break-word;
}

.page_article .bjbm-tfsd-linkList,.pkp_page_article .bjbm-tfsd-linkList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page_article .bjbm-tfsd-linkList li,.pkp_page_article .bjbm-tfsd-linkList li {
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #edf1f5;
  font-size: 14px;
  line-height: 1.55;
}

.page_article .bjbm-tfsd-linkList li:first-child,.pkp_page_article .bjbm-tfsd-linkList li:first-child {
  padding-top: 0;
  border-top: 0;
}

.page_article .bjbm-tfsd-license,.pkp_page_article .bjbm-tfsd-license {
  color: #33404f;
  font-size: 14px;
  line-height: 1.65;
}

.page_article .bjbm-tfsd-license img,.pkp_page_article .bjbm-tfsd-license img {
  max-width: 100%;
  height: auto;
}

.page_article .bjbm-tfsd-statsWrap,.pkp_page_article .bjbm-tfsd-statsWrap {
  min-height: 140px;
}

.page_article .bjbm-tfsd-statsWrap canvas,.pkp_page_article .bjbm-tfsd-statsWrap canvas {
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 1320px) {
  .page_article .bjbm-tfsd-layout,.pkp_page_article .bjbm-tfsd-layout {
    grid-template-columns: 170px minmax(0, 1fr) 280px;
    gap: 28px;
  }
}

@media (max-width: 1080px) {
  .page_article .bjbm-tfsd-hero,.pkp_page_article .bjbm-tfsd-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .page_article .bjbm-tfsd-hero__status,.pkp_page_article .bjbm-tfsd-hero__status {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page_article .bjbm-tfsd-layout,.pkp_page_article .bjbm-tfsd-layout {
    grid-template-columns: 1fr;
  }

  .page_article .bjbm-tfsd-leftRail,.page_article .bjbm-tfsd-rightRail,.pkp_page_article .bjbm-tfsd-leftRail,.pkp_page_article .bjbm-tfsd-rightRail {
    position: static;
  }

  .page_article .bjbm-tfsd-leftRail__inner,.pkp_page_article .bjbm-tfsd-leftRail__inner {
    position: static;
  }

  .page_article .bjbm-tfsd-leftRail,.pkp_page_article .bjbm-tfsd-leftRail {
    order: -1;
  }

  .page_article .bjbm-tfsd-leftRail__list,.pkp_page_article .bjbm-tfsd-leftRail__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    border-top: 0;
  }

  .page_article .bjbm-tfsd-leftRail__list li,.pkp_page_article .bjbm-tfsd-leftRail__list li {
    border: 0;
  }

  .page_article .bjbm-tfsd-leftRail__list a,.pkp_page_article .bjbm-tfsd-leftRail__list a {
    padding: 9px 12px;
    border: 1px solid #dbe2ec;
    border-radius: 999px;
    background: #fff;
  }
}

@media (max-width: 720px) {
  .page_article .main__content.bjbm-article-shell,.pkp_page_article .main__content.bjbm-article-shell {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .page_article .bjbm-tfsd-title,.pkp_page_article .bjbm-tfsd-title {
    font-size: clamp(1.85rem, 8vw, 2.6rem);
  }

  .page_article .bjbm-tfsd-section h2,.pkp_page_article .bjbm-tfsd-section h2 {
    font-size: 1.7rem;
  }

  .page_article .bjbm-tfsd-richText,.page_article .bjbm-tfsd-richText p,.pkp_page_article .bjbm-tfsd-richText,.pkp_page_article .bjbm-tfsd-richText p {
    font-size: 17px;
  }

  .page_article .bjbm-tfsd-hero__status,.pkp_page_article .bjbm-tfsd-hero__status {
    grid-template-columns: 1fr;
  }

  .page_article .bjbm-tfsd-toolbar,.pkp_page_article .bjbm-tfsd-toolbar,.page_article .bjbm-tfsd-downloadsTop,.pkp_page_article .bjbm-tfsd-downloadsTop {
    gap: 8px;
  }

  .page_article .bjbm-tfsd-toolbar__item,.pkp_page_article .bjbm-tfsd-toolbar__item,.page_article .bjbm-tfsd-downloadsTop .obj_galley_link,.page_article .bjbm-tfsd-galleys .obj_galley_link,.pkp_page_article .bjbm-tfsd-downloadsTop .obj_galley_link,.pkp_page_article .bjbm-tfsd-galleys .obj_galley_link {
    width: 100%;
    justify-content: center;
  }
}

.page_article .bjbm-tfsd-toolbar__item[href="#articleFullText"],.pkp_page_article .bjbm-tfsd-toolbar__item[href="#articleFullText"] {
  background: #eef4ff;
}

.page_article .bjbm-tfsd-section--fullText,.pkp_page_article .bjbm-tfsd-section--fullText {
  padding-top: 22px;
}

.page_article .bjbm-tfsd-inlineHtml,.pkp_page_article .bjbm-tfsd-inlineHtml {
  position: relative;
  border: 1px solid #dfe4eb;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15,35,80,.05);
  overflow: hidden;
}

.page_article .bjbm-tfsd-inlineHtml__frame,.pkp_page_article .bjbm-tfsd-inlineHtml__frame {
  display: block;
  width: 100%;
  min-height: 960px;
  border: 0;
  background: #ffffff;
}

.page_article .bjbm-tfsd-inlineHtml__frame.is-fallback-height,.pkp_page_article .bjbm-tfsd-inlineHtml__frame.is-fallback-height {
  min-height: 1600px;
}

.page_article .bjbm-tfsd-inlineHtml__note,.pkp_page_article .bjbm-tfsd-inlineHtml__note {
  margin: 14px 0 0;
  color: #5f6978;
  font-size: 14px;
  line-height: 1.6;
}

.page_article .bjbm-tfsd-inlineHtml__note a,.pkp_page_article .bjbm-tfsd-inlineHtml__note a {
  font-weight: 700;
}

@media (max-width: 1024px) {
  .page_article .bjbm-tfsd-inlineHtml__frame,.pkp_page_article .bjbm-tfsd-inlineHtml__frame {
    min-height: 1200px;
  }
}

@media (max-width: 640px) {
  .page_article .bjbm-tfsd-inlineHtml,.pkp_page_article .bjbm-tfsd-inlineHtml {
    border-radius: 10px;
  }

  .page_article .bjbm-tfsd-inlineHtml__frame,.pkp_page_article .bjbm-tfsd-inlineHtml__frame {
    min-height: 1500px;
  }

  .page_article .bjbm-tfsd-inlineHtml__note,.pkp_page_article .bjbm-tfsd-inlineHtml__note {
    font-size: 13px;
  }
}

#mainArticleContent {
  align-items: start !important;
}

#bjbmInlineTocWrap {
  display: block;
}

.bjbm-inline-toc-nav {
  position: sticky;
  top: 18px;
  border: 1px solid #dfe3e8;
  background: #fff;
}

.bjbm-inline-toc-nav h2 {
  margin: 0;
  padding: 16px 18px;
  border-bottom: 1px solid #dfe3e8;
  font-size: 18px;
  font-weight: 700;
  font-family: inherit;
}

.bjbm-inline-toc {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bjbm-inline-toc__item {
  border-bottom: 1px solid #eef1f4;
}

.bjbm-inline-toc__item--sub .bjbm-inline-toc__link {
  padding-left: 32px;
  font-size: 14px;
}

.bjbm-inline-toc__link {
  display: block;
  padding: 12px 18px;
  color: #1d2495;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.bjbm-inline-toc__link:hover {
  background: #f6f8fb;
  text-decoration: none;
}

.bjbm-inline-fulltext {
  margin-top: 10px;
}

.bjbm-inline-fulltext__body {
  color: #363f49;
}

.bjbm-inline-fulltext__body h2 {
  margin: 36px 0 14px !important;
  color: #2f2f2f !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 2rem !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  scroll-margin-top: 20px;
}

.bjbm-inline-fulltext__body h3 {
  margin: 22px 0 10px !important;
  color: #2f2f2f !important;
  font-size: 1.15rem !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  scroll-margin-top: 20px;
}

.bjbm-inline-fulltext__body p,.bjbm-inline-fulltext__body li {
  color: #363f49 !important;
  font-size: 16px !important;
  line-height: 1.85 !important;
}

.bjbm-inline-fulltext__body table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0 24px;
  font-size: 14px;
}

.bjbm-inline-fulltext__body th,.bjbm-inline-fulltext__body td {
  border: 1px solid #dfe3e8;
  padding: 10px 12px;
  vertical-align: top;
}

.bjbm-inline-fulltext__body th {
  background: #f5f7fa;
  color: #23344f;
  font-weight: 700;
}

.bjbm-inline-fulltext__body blockquote {
  margin: 18px 0;
  padding: 14px 18px;
  border-left: 4px solid #244f9e;
  background: #f7faff;
}

.bjbm-inline-fulltext__body pre,.bjbm-inline-fulltext__body code {
  font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;
}

.bjbm-inline-fulltext__body pre {
  overflow-x: auto;
  padding: 16px 18px;
  border-radius: 10px;
  background: #0f172a;
  color: #e8eef8;
}

.bjbm-inline-fulltext__body .math,.bjbm-inline-fulltext__body .equation,.bjbm-inline-fulltext__body mjx-container {
  overflow-x: auto;
  max-width: 100%;
}

@media (max-width: 1100px) {
  #bjbmInlineTocWrap {
    display: none !important;
  }

  #articleMainWrapper {
    width: 100% !important;
    max-width: none !important;
    flex: 0 0 calc(100% - 300px) !important;
  }
}

@media (max-width: 860px) {
  .bjbm-inline-fulltext__body h2 {
    font-size: 1.7rem !important;
  }
}

.bjbm-tfsd-articleTop {
  margin: 0 0 2rem;
}

.bjbm-tfsd-topStrip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 12px;
  padding: 0;
}

.bjbm-tfsd-type {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: #eef4fb;
  color: #174a84;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.bjbm-tfsd-title {
  width: 100%;
}

.bjbm-tfsd-authors {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin: 0 0 12px;
}

.bjbm-tfsd-authorCard {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.bjbm-tfsd-authorName {
  cursor: help;
  text-decoration: none;
}

.bjbm-tfsd-authorName:hover {
  color: #0f3157;
  text-decoration: underline;
}

.bjbm-tfsd-authorEmail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid #c7d4e4;
  border-radius: 999px;
  background: #fff;
  color: #174a84;
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s ease;
}

.bjbm-tfsd-authorEmail:hover {
  border-color: #174a84;
  background: #f5f9fd;
  color: #174a84;
  text-decoration: none;
}

.bjbm-tfsd-meta__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.bjbm-tfsd-toolbar__right {
  gap: 12px;
  flex-wrap: wrap;
}

.bjbm-tfsd-galleyWrap .obj_galley_link,.bjbm-tfsd-toolbar__left .obj_galley_link,.bjbm-tfsd-downloadsTop .obj_galley_link,.bjbm-tfsd-galleys .obj_galley_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 132px;
  min-width: 132px;
  max-width: 132px;
  height: 48px;
  min-height: 48px;
  padding: 0 24px;
  margin: 0;
  border: 1px solid #d9e3ee;
  border-radius: 999px;
  background: #ffffff;
  color: #25384c !important;
  font-size: .95rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  text-transform: none;
  box-shadow: 0 6px 18px rgba(16,36,62,.05);
  transition: all .18s ease;
}

.bjbm-tfsd-galleyWrap .obj_galley_link:hover,.bjbm-tfsd-toolbar__left .obj_galley_link:hover,.bjbm-tfsd-downloadsTop .obj_galley_link:hover,.bjbm-tfsd-galleys .obj_galley_link:hover {
  border-color: #c8d7e6;
  box-shadow: 0 12px 24px rgba(16,36,62,.09);
  transform: translateY(-1px);
}

.bjbm-tfsd-galleyWrap .obj_galley_link:before,.bjbm-tfsd-toolbar__left .obj_galley_link:before,.bjbm-tfsd-downloadsTop .obj_galley_link:before,.bjbm-tfsd-galleys .obj_galley_link:before,.bjbm-tfsd-galleyWrap .obj_galley_link .fa,.bjbm-tfsd-toolbar__left .obj_galley_link .fa,.bjbm-tfsd-downloadsTop .obj_galley_link .fa,.bjbm-tfsd-galleys .obj_galley_link .fa,.bjbm-tfsd-galleyWrap .obj_galley_link i,.bjbm-tfsd-toolbar__left .obj_galley_link i,.bjbm-tfsd-downloadsTop .obj_galley_link i,.bjbm-tfsd-galleys .obj_galley_link i {
  display: none;
  content: none;
}

.bjbm-tfsd-galleyWrap .obj_galley_link.inline_html,.bjbm-tfsd-toolbar__left .obj_galley_link.inline_html,.bjbm-tfsd-downloadsTop .obj_galley_link.inline_html,.bjbm-tfsd-galleys .obj_galley_link.inline_html {
  background: #edf3ff;
  border-color: #cfdbf3;
  color: #29486f !important;
}

.bjbm-tfsd-galleyWrap .obj_galley_link.inline_html:hover,.bjbm-tfsd-toolbar__left .obj_galley_link.inline_html:hover,.bjbm-tfsd-downloadsTop .obj_galley_link.inline_html:hover,.bjbm-tfsd-galleys .obj_galley_link.inline_html:hover {
  background: #e6efff;
  border-color: #c4d4f0;
}

.bjbm-tfsd-shareBtn,.bjbm-tfsd-copyBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #c8d4e0;
  border-radius: 999px;
  background: #ffffff;
  color: #153e6d;
  font-size: .92rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: all .2s ease;
  box-shadow: none;
}

.bjbm-tfsd-shareBtn:hover,.bjbm-tfsd-copyBtn:hover {
  border-color: #153e6d;
  background: #f5f9fd;
  color: #153e6d;
}

.bjbm-tfsd-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  align-items: start;
}

.bjbm-tfsd-main {
  min-width: 10;
}

.bjbm-tfsd-side {
  min-width: 2;
}

.bjbm-tfsd-block {
  margin: 0 0 22px;
}

.bjbm-tfsd-blockTitle {
  margin: 0 0 10px;
  color: #10243e;
  font-size: .98rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .01em;
}

.bjbm-tfsd-abstract {
  color: #22384f;
  font-size: .98rem;
  line-height: 1.85;
  text-align: justify;
}

.bjbm-tfsd-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bjbm-tfsd-keyword {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: #f3f6fa;
  color: #244363;
  font-size: .84rem;
  font-weight: 600;
}

.bjbm-tfsd-card {
  margin: 0 0 18px;
  padding: 18px;
  border: 1px solid #dde5ee;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 38, 71, 0.05);
}

.bjbm-tfsd-cardTitle {
  margin: 0 0 14px;
  color: #10243e;
  font-size: .96rem;
  font-weight: 700;
  line-height: 1.3;
}

.bjbm-tfsd-metricGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 14px;
}

.bjbm-tfsd-metricBox {
  padding: 12px 10px;
  border-radius: 14px;
  background: #f7fafd;
  text-align: center;
}

.bjbm-tfsd-metricBox__value {
  display: block;
  color: #10243e;
  font-size: 1.16rem;
  font-weight: 800;
  line-height: 1.1;
}

.bjbm-tfsd-metricBox__label {
  display: block;
  margin-top: 4px;
  color: #5b7087;
  font-size: .74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.bjbm-tfsd-metricChart {
  margin-top: 10px;
  padding: 14px 12px 8px;
  border-radius: 14px;
  background: linear-gradient(180deg, #fbfdff 0%, #f5f9fd 100%);
  border: 1px solid #edf2f7;
}

.bjbm-tfsd-metricRow {
  margin-bottom: 16px;
}

.bjbm-tfsd-metricRow__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  font-size: .85rem;
  font-weight: 600;
  color: #2c4058;
}

.bjbm-tfsd-metricTrack {
  background: #e9eef4;
  border-radius: 999px;
  height: 8px;
  overflow: hidden;
}

.bjbm-tfsd-metricBar {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: #174a84;
  width: 0%;
}

.bjbm-tfsd-metricBar--views {
  background: #2c7da0;
}

.bjbm-tfsd-metricBar--downloads {
  background: #2a9d8f;
}

.bjbm-tfsd-metricBar--citations {
  background: #e9c46a;
}

.bjbm-tfsd-citeTabs {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 8px;
}

.bjbm-tfsd-citeTab {
  background: none;
  border: none;
  padding: 6px 12px;
  font-size: .85rem;
  font-weight: 600;
  color: #4a627a;
  cursor: pointer;
  border-radius: 999px;
  transition: all .2s;
}

.bjbm-tfsd-citeTab.is-active {
  background: #174a84;
  color: white;
}

.bjbm-tfsd-citeTab:hover:not(.is-active) {
  background: #eef2f7;
}

.bjbm-tfsd-citePanel {
  margin-bottom: 16px;
  min-height: 100px;
}

.bjbm-tfsd-citeVariant {
  display: none;
  font-size: .9rem;
  line-height: 1.6;
  color: #1f344c;
  word-break: break-word;
}

.bjbm-tfsd-citeVariant.is-active {
  display: block;
}

.bjbm-tfsd-copyBtn {
  width: 100%;
  background: #f7fafd;
  border: 1px solid #cbdbe0;
}

.bjbm-tfsd-editorName {
  color: #22384f;
  font-size: .95rem;
  line-height: 1.7;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .bjbm-tfsd-layout {
    grid-template-columns: 1fr;
  }

  .bjbm-tfsd-side {
    order: 2;
  }

  .bjbm-tfsd-main {
    order: 1;
  }
}

@media (max-width: 767.98px) {
  .bjbm-tfsd-title {
    font-size: 1.46rem;
  }

  .bjbm-tfsd-topStrip,.bjbm-tfsd-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .bjbm-tfsd-toolbar__left,.bjbm-tfsd-toolbar__right {
    width: 100%;
  }

  .bjbm-tfsd-shareBtn,.bjbm-tfsd-copyBtn {
    width: 100%;
  }

  .bjbm-tfsd-metricGrid {
    grid-template-columns: 1fr;
  }
}

.page_article .bjbm-tfsd-blockTitle,.pkp_page_article .bjbm-tfsd-blockTitle {
  color: #10243e !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

.page_article .bjbm-tfsd-abstract,.page_article .bjbm-tfsd-abstract p,.pkp_page_article .bjbm-tfsd-abstract,.pkp_page_article .bjbm-tfsd-abstract p {
  color: #1b2f45 !important;
  font-size: 1.1rem !important;
  line-height: 1.9 !important;
}

.page_article .bjbm-tfsd-keyword,.pkp_page_article .bjbm-tfsd-keyword {
  padding: 8px 13px !important;
  border: 1px solid #dbe5f0 !important;
  background: #f3f7fb !important;
  color: #17385c !important;
  font-weight: 700 !important;
}

.page_article .bjbm-tfsd-card--metrics,.pkp_page_article .bjbm-tfsd-card--metrics {
  border-radius: 22px !important;
  border: 1px solid #dce5ef !important;
  box-shadow: 0 14px 32px rgba(16, 36, 62, 0.07) !important;
}

.page_article .bjbm-tfsd-cardTitle,.pkp_page_article .bjbm-tfsd-cardTitle {
  color: #10243e !important;
  font-size: 1.02rem !important;
  font-weight: 800 !important;
}

.page_article .bjbm-tfsd-metricGrid,.pkp_page_article .bjbm-tfsd-metricGrid {
  gap: 12px !important;
  margin-bottom: 18px !important;
}

.page_article .bjbm-tfsd-metricBox,.pkp_page_article .bjbm-tfsd-metricBox {
  border: 1px solid #e3ebf3 !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #fbfdff 0%, #f4f8fc 100%) !important;
}

.page_article .bjbm-tfsd-metricBox__value,.pkp_page_article .bjbm-tfsd-metricBox__value {
  color: #10243e !important;
  font-size: 1.28rem !important;
  font-weight: 800 !important;
}

.page_article .bjbm-tfsd-statsWrap__title,.pkp_page_article .bjbm-tfsd-statsWrap__title {
  font-family: "Lato", sans-serif !important;
}

.page_article .bjbm-tfsd-statsWrap canvas,.pkp_page_article .bjbm-tfsd-statsWrap canvas {
  max-width: 100% !important;
}

.page_article .bjbm-tfsd-citationBuiltin>.item,.page_article .bjbm-tfsd-citationBuiltin .item.citation,.page_article .bjbm-tfsd-citationBuiltin .item.citationStyleLanguage,.page_article .bjbm-tfsd-citationBuiltin .citationStyleLanguage,.pkp_page_article .bjbm-tfsd-citationBuiltin>.item,.pkp_page_article .bjbm-tfsd-citationBuiltin .item.citation,.pkp_page_article .bjbm-tfsd-citationBuiltin .item.citationStyleLanguage,.pkp_page_article .bjbm-tfsd-citationBuiltin .citationStyleLanguage {
  margin: 0 0 18px !important;
  padding: 18px !important;
  border: 1px solid #dde5ee !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 14px 32px rgba(16, 36, 62, 0.07) !important;
}

.page_article .bjbm-tfsd-citationBuiltin .label,.page_article .bjbm-tfsd-citationBuiltin h2,.page_article .bjbm-tfsd-citationBuiltin h3,.pkp_page_article .bjbm-tfsd-citationBuiltin .label,.pkp_page_article .bjbm-tfsd-citationBuiltin h2,.pkp_page_article .bjbm-tfsd-citationBuiltin h3 {
  margin: 0 0 14px !important;
  color: #10243e !important;
  font-size: 1.02rem !important;
  font-weight: 800 !important;
}

.page_article .bjbm-tfsd-citationBuiltin .dropdown-toggle,.page_article .bjbm-tfsd-citationBuiltin button,.pkp_page_article .bjbm-tfsd-citationBuiltin .dropdown-toggle,.pkp_page_article .bjbm-tfsd-citationBuiltin button {
  min-height: 44px !important;
  border-radius: 999px !important;
  border: 1px solid #d6e1ec !important;
  background: #f7fafc !important;
  color: #16365a !important;
  font-weight: 700 !important;
}

.page_article .bjbm-tfsd-citationBuiltin #citationOutput,.page_article .bjbm-tfsd-citationBuiltin .citationOutput,.pkp_page_article .bjbm-tfsd-citationBuiltin #citationOutput,.pkp_page_article .bjbm-tfsd-citationBuiltin .citationOutput {
  margin-top: 14px !important;
  color: #20354d !important;
  line-height: 1.8 !important;
  word-break: break-word !important;
}

.page_article .bjbm-tfsd-citationBuiltin--main>.item,.pkp_page_article .bjbm-tfsd-citationBuiltin--main>.item {
  margin: 0 !important;
  padding: 22px 24px !important;
  border: 1px solid #dde5ee !important;
  border-radius: 22px !important;
  background: #ffffff !important;
  box-shadow: 0 14px 32px rgba(16, 36, 62, 0.07) !important;
}

.page_article .bjbm-tfsd-citationBuiltin--main>.item:not(.citationStyleLanguage):not(.citationFormats),.pkp_page_article .bjbm-tfsd-citationBuiltin--main>.item:not(.citationStyleLanguage):not(.citationFormats) {
  display: none !important;
}

.page_article .bjbm-tfsd-citationBuiltin--main .item.citationStyleLanguage,.pkp_page_article .bjbm-tfsd-citationBuiltin--main .item.citationStyleLanguage {
  grid-column: 1 !important;
}

.page_article .bjbm-tfsd-citationBuiltin--main .item.citationFormats,.pkp_page_article .bjbm-tfsd-citationBuiltin--main .item.citationFormats {
  grid-column: 2 !important;
}

.page_article .bjbm-tfsd-citationBuiltin--main .label,.page_article .bjbm-tfsd-citationBuiltin--main h2,.page_article .bjbm-tfsd-citationBuiltin--main h3,.pkp_page_article .bjbm-tfsd-citationBuiltin--main .label,.pkp_page_article .bjbm-tfsd-citationBuiltin--main h2,.pkp_page_article .bjbm-tfsd-citationBuiltin--main h3 {
  margin: 0 0 14px !important;
  color: #10243e !important;
  font-size: 1.02rem !important;
  font-weight: 800 !important;
}

.page_article .bjbm-tfsd-citationBuiltin--main #citationOutput,.page_article .bjbm-tfsd-citationBuiltin--main .citationOutput,.pkp_page_article .bjbm-tfsd-citationBuiltin--main #citationOutput,.pkp_page_article .bjbm-tfsd-citationBuiltin--main .citationOutput {
  margin-top: 14px !important;
  color: #20354d !important;
  line-height: 1.8 !important;
  word-break: break-word !important;
  text-align: justify !important;
}

.page_article .bjbm-tfsd-citationBuiltin--main .dropdown-toggle,.page_article .bjbm-tfsd-citationBuiltin--main button,.pkp_page_article .bjbm-tfsd-citationBuiltin--main .dropdown-toggle,.pkp_page_article .bjbm-tfsd-citationBuiltin--main button {
  min-height: 44px !important;
  border-radius: 999px !important;
  border: 1px solid #d6e1ec !important;
  background: #f7fafc !important;
  color: #16365a !important;
  font-weight: 700 !important;
}

.page_article .bjbm-tfsd-citationBuiltin--main .item.citationFormats ul,.page_article .bjbm-tfsd-citationBuiltin--main .item.citationFormats ol,.pkp_page_article .bjbm-tfsd-citationBuiltin--main .item.citationFormats ul,.pkp_page_article .bjbm-tfsd-citationBuiltin--main .item.citationFormats ol {
  margin: 8px 0 0 18px !important;
}

.page_article .bjbm-tfsd-card--metrics,.pkp_page_article .bjbm-tfsd-card--metrics {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

.page_article .bjbm-tfsd-metricBox,.pkp_page_article .bjbm-tfsd-metricBox {
  padding: 14px 12px !important;
}

.page_article .bjbm-tfsd-metricBox__label,.pkp_page_article .bjbm-tfsd-metricBox__label {
  margin-top: 6px !important;
  color: #4e647d !important;
  font-family: "Lato", sans-serif !important;
}

.page_article .bjbm-tfsd-statsWrap--viewsOnly,.pkp_page_article .bjbm-tfsd-statsWrap--viewsOnly {
  display: block !important;
  margin-top: 18px !important;
  padding-top: 16px !important;
  border-top: 1px solid #e8eef5 !important;
}

.page_article .bjbm-tfsd-statsWrap__title,.pkp_page_article .bjbm-tfsd-statsWrap__title {
  margin: 0 0 12px !important;
  color: #20354d !important;
  font-size: 0.9rem !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.page_article .bjbm-tfsd-statsWrap canvas,.page_article .bjbm-tfsd-statsWrap .usageStatsGraph,.pkp_page_article .bjbm-tfsd-statsWrap canvas,.pkp_page_article .bjbm-tfsd-statsWrap .usageStatsGraph {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

@media (max-width: 900px) {
  .page_article .bjbm-tfsd-citationBuiltin--main,.pkp_page_article .bjbm-tfsd-citationBuiltin--main {
    grid-template-columns: 1fr !important;
  }

  .page_article .bjbm-tfsd-citationBuiltin--main .item.citationStyleLanguage,.page_article .bjbm-tfsd-citationBuiltin--main .item.citationFormats,.pkp_page_article .bjbm-tfsd-citationBuiltin--main .item.citationStyleLanguage,.pkp_page_article .bjbm-tfsd-citationBuiltin--main .item.citationFormats {
    grid-column: auto !important;
  }
}

.page_article .bjbm-tfsd-abstract,.page_article .bjbm-tfsd-abstract p,.page_article .bjbm-tfsd-main,.page_article .bjbm-tfsd-main p,.pkp_page_article .bjbm-tfsd-abstract,.pkp_page_article .bjbm-tfsd-abstract p,.pkp_page_article .bjbm-tfsd-main,.pkp_page_article .bjbm-tfsd-main p {
  text-align: justify !important;
  text-justify: inter-word !important;
}

.page_article .bjbm-tfsd-citationBuiltin--main,.pkp_page_article .bjbm-tfsd-citationBuiltin--main {
  display: grid !important;
  grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  gap: 22px !important;
  margin-top: 20px !important;
}

.page_article .bjbm-tfsd-citationBuiltin--main>.bjbm-cite-card,.page_article .bjbm-tfsd-citationBuiltin--main>.bjbm-download-card,.pkp_page_article .bjbm-tfsd-citationBuiltin--main>.bjbm-cite-card,.pkp_page_article .bjbm-tfsd-citationBuiltin--main>.bjbm-download-card {
  padding: 22px 24px !important;
  border: 1px solid #dde5ee !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 14px 32px rgba(16,36,62,.07) !important;
}

.page_article .bjbm-tfsd-citationBuiltin--main h2,.page_article .bjbm-tfsd-citationBuiltin--main h3,.pkp_page_article .bjbm-tfsd-citationBuiltin--main h2,.pkp_page_article .bjbm-tfsd-citationBuiltin--main h3 {
  margin: 0 0 14px !important;
  font-size: 1.02rem !important;
  font-weight: 800 !important;
  color: #10243e !important;
}

.page_article .bjbm-tfsd-citationBuiltin--main #citationOutput,.pkp_page_article .bjbm-tfsd-citationBuiltin--main #citationOutput {
  margin-top: 14px !important;
  line-height: 1.8 !important;
  color: #20354d !important;
  text-align: justify !important;
}

.page_article section.item.pflPlugin,.pkp_page_article section.item.pflPlugin {
  display: none !important;
}

.page_article .bjbm-tfsd-metricBox--views,.pkp_page_article .bjbm-tfsd-metricBox--views {
  background: #edf5fb !important;
  border-color: #d7e6f3 !important;
}

.page_article .bjbm-tfsd-metricBox--downloads,.pkp_page_article .bjbm-tfsd-metricBox--downloads {
  background: #eef7f2 !important;
  border-color: #dbeadf !important;
}

.page_article .bjbm-tfsd-metricBox--citations,.pkp_page_article .bjbm-tfsd-metricBox--citations {
  background: #fbf5ea !important;
  border-color: #eadab8 !important;
}

.page_article .bjbm-tfsd-metricBox__label,.pkp_page_article .bjbm-tfsd-metricBox__label {
  font-size: .76rem !important;
  font-weight: 700 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  line-height: 1.35 !important;
}

.page_article .bjbm-tfsd-main>.bjbm-tfsd-citationBuiltin,.pkp_page_article .bjbm-tfsd-main>.bjbm-tfsd-citationBuiltin,.page_article .bjbm-tfsd-main>.bjbm-tfsd-citationBuiltin--main,.pkp_page_article .bjbm-tfsd-main>.bjbm-tfsd-citationBuiltin--main {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 18px 0 0 0 !important;
  grid-column: auto !important;
  flex: 0 0 100% !important;
}

.page_article .bjbm-tfsd-main>.bjbm-tfsd-citationBuiltin>section,.pkp_page_article .bjbm-tfsd-main>.bjbm-tfsd-citationBuiltin>section,.page_article .bjbm-tfsd-main>.bjbm-tfsd-citationBuiltin--main>section,.pkp_page_article .bjbm-tfsd-main>.bjbm-tfsd-citationBuiltin--main>section {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 22px 24px !important;
  border: 1px solid #dde5ee !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 14px 32px rgba(16,36,62,.07) !important;
}

.page_article .bjbm-tfsd-main>.bjbm-tfsd-citationBuiltin h2,.pkp_page_article .bjbm-tfsd-main>.bjbm-tfsd-citationBuiltin h2,.page_article .bjbm-tfsd-main>.bjbm-tfsd-citationBuiltin h3,.pkp_page_article .bjbm-tfsd-main>.bjbm-tfsd-citationBuiltin h3 {
  margin: 0 0 12px 0 !important;
}

.page_article .bjbm-tfsd-main>.bjbm-tfsd-citationBuiltin hr,.pkp_page_article .bjbm-tfsd-main>.bjbm-tfsd-citationBuiltin hr {
  display: none !important;
}

.page_article .bjbm-tfsd-main>.bjbm-tfsd-citationBuiltin #citationOutput,.pkp_page_article .bjbm-tfsd-main>.bjbm-tfsd-citationBuiltin #citationOutput,.page_article .bjbm-tfsd-main>.bjbm-tfsd-citationBuiltin .csl-bib-body,.pkp_page_article .bjbm-tfsd-main>.bjbm-tfsd-citationBuiltin .csl-bib-body,.page_article .bjbm-tfsd-main>.bjbm-tfsd-citationBuiltin .csl-entry,.pkp_page_article .bjbm-tfsd-main>.bjbm-tfsd-citationBuiltin .csl-entry {
  width: 100% !important;
  max-width: 100% !important;
}

.page_article .bjbm-tfsd-main>.bjbm-tfsd-citationBuiltin .dropdown,.pkp_page_article .bjbm-tfsd-main>.bjbm-tfsd-citationBuiltin .dropdown {
  display: inline-flex !important;
  vertical-align: middle !important;
}

.page_article .bjbm-tfsd-main>.bjbm-tfsd-citationBuiltin .bjbm-cite-actions,.pkp_page_article .bjbm-tfsd-main>.bjbm-tfsd-citationBuiltin .bjbm-cite-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  align-items: center !important;
  margin-top: 14px !important;
}

.page_article .bjbm-tfsd-side .bjbm-tfsd-card--editor,.pkp_page_article .bjbm-tfsd-side .bjbm-tfsd-card--editor {
  display: block !important;
  width: 100% !important;
  margin-top: 18px !important;
  clear: both !important;
}

.page_article .bjbm-tfsd-side,.pkp_page_article .bjbm-tfsd-side {
  align-self: start;
}

.bjbm-tfsd-articleTop .bjbm-tfsd-card--graph,.bjbm-tfsd-articleTop .bjbm-tfsd-card--editor,.bjbm-tfsd-articleTop .bjbm-tfsd-card--cta {
  margin-top: 1 !important;
  margin-bottom: 0 !important;
}

.page_article .bjbm-tfsd-title,.pkp_page_article .bjbm-tfsd-title {
  margin: 0 0 16px !important;
  color: #10243e !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.025em !important;
}

.page_article .bjbm-tfsd-byline,.pkp_page_article .bjbm-tfsd-byline {
  margin: 0 0 22px !important;
}

.page_article .bjbm-tfsd-authorLine,.pkp_page_article .bjbm-tfsd-authorLine {
  display: block !important;
  margin-bottom: 14px !important;
  color: #47506f !important;
  font-size: clamp(1.15rem, 2vw, 1.45rem) !important;
  line-height: 1.45 !important;
  font-weight: 600 !important;
}

.page_article .bjbm-tfsd-authorInline,.pkp_page_article .bjbm-tfsd-authorInline {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.page_article .bjbm-tfsd-authorName,.pkp_page_article .bjbm-tfsd-authorName {
  color: #4a5372 !important;
  font-weight: 700 !important;
}

.page_article .bjbm-tfsd-authorSup,.pkp_page_article .bjbm-tfsd-authorSup {
  position: relative !important;
  top: -0.2em !important;
  color: #2f3652 !important;
  font-size: 0.72em !important;
  font-weight: 700 !important;
}

.page_article .bjbm-tfsd-authorSep,.pkp_page_article .bjbm-tfsd-authorSep {
  color: #6f7896 !important;
  font-weight: 500 !important;
}

.page_article .bjbm-tfsd-authorIcon,.pkp_page_article .bjbm-tfsd-authorIcon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 30px !important;
  height: 30px !important;
  border: 1px solid #cfd8e6 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #4a5372 !important;
  text-decoration: none !important;
}

.page_article .bjbm-tfsd-authorIcon svg,.pkp_page_article .bjbm-tfsd-authorIcon svg {
  width: 16px !important;
  height: 16px !important;
  fill: currentColor !important;
}

.page_article .bjbm-tfsd-orcid,.pkp_page_article .bjbm-tfsd-orcid {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 28px !important;
  height: 28px !important;
  padding: 0 8px !important;
  border-radius: 999px !important;
  background: #a6ce39 !important;
  color: #fff !important;
  font-size: 0.86rem !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.page_article .bjbm-tfsd-affiliations,.pkp_page_article .bjbm-tfsd-affiliations {
  display: grid !important;
  gap: 8px !important;
}

.page_article .bjbm-tfsd-affiliationRow,.pkp_page_article .bjbm-tfsd-affiliationRow {
  display: grid !important;
  grid-template-columns: 28px minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: start !important;
}

.page_article .bjbm-tfsd-affiliationNo,.pkp_page_article .bjbm-tfsd-affiliationNo {
  color: #2f3652 !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
}

.page_article .bjbm-tfsd-affiliationText,.pkp_page_article .bjbm-tfsd-affiliationText {
  color: #273243 !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
}

.page_article .bjbm-tfsd-metaGrid,.pkp_page_article .bjbm-tfsd-metaGrid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin: 0 0 16px !important;
}

.page_article .bjbm-tfsd-metaBox,.pkp_page_article .bjbm-tfsd-metaBox {
  padding: 14px 16px !important;
  border: 1px solid #e0e7ef !important;
  border-radius: 14px !important;
  background: #fbfcfe !important;
}

.page_article .bjbm-tfsd-metaLabel,.pkp_page_article .bjbm-tfsd-metaLabel {
  display: block !important;
  margin-bottom: 4px !important;
  color: #6b7890 !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

.page_article .bjbm-tfsd-metaValue,.pkp_page_article .bjbm-tfsd-metaValue {
  display: block !important;
  color: #10243e !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
}

.page_article .bjbm-tfsd-metaValue a,.pkp_page_article .bjbm-tfsd-metaValue a {
  color: #174a84 !important;
  text-decoration: none !important;
}

.page_article .bjbm-tfsd-doiRow,.pkp_page_article .bjbm-tfsd-doiRow {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  align-items: center !important;
  margin: 0 0 18px !important;
  padding: 14px 16px !important;
  border: 1px solid #dde5ee !important;
  border-radius: 14px !important;
  background: #ffffff !important;
}

.page_article .bjbm-tfsd-doiLabel,.pkp_page_article .bjbm-tfsd-doiLabel {
  color: #6b7890 !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

.page_article .bjbm-tfsd-doiValue,.pkp_page_article .bjbm-tfsd-doiValue {
  color: #10243e !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
}

.page_article .bjbm-tfsd-doiValue a,.pkp_page_article .bjbm-tfsd-doiValue a {
  color: #174a84 !important;
  text-decoration: none !important;
  word-break: break-all !important;
}

.page_article .bjbm-tfsd-doiPending,.pkp_page_article .bjbm-tfsd-doiPending {
  color: #8a5a00 !important;
  font-style: normal !important;
}

@media (max-width: 980px) {
  .page_article .bjbm-tfsd-metaGrid,.pkp_page_article .bjbm-tfsd-metaGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .page_article .bjbm-tfsd-toolbar,.pkp_page_article .bjbm-tfsd-toolbar {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}

@media (max-width: 640px) {
  .page_article .bjbm-tfsd-metaGrid,.pkp_page_article .bjbm-tfsd-metaGrid {
    grid-template-columns: 1fr !important;
  }

  .page_article .bjbm-tfsd-authorLine,.pkp_page_article .bjbm-tfsd-authorLine {
    font-size: 1.05rem !important;
  }
}

html {
  scroll-behavior: smooth;
}

.bjbm-doc-main__header {
  margin-bottom: 18px;
  padding: 18px 22px;
  background: linear-gradient(135deg, #f7fbff 0%, #eef5ff 100%);
  border: 1px solid #d8e6f3;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.045);
  box-sizing: border-box;
  overflow: hidden;
}

.bjbm-doc-main__intro {
  margin: 0;
  width: 100%;
  max-width: none;
  font-size: 1rem;
  line-height: 1.62;
  color: #334155;
  text-align: justify;
  text-justify: inter-word;
  text-align-last: left;
  hyphens: auto;
  overflow-wrap: break-word;
}

.bjbm-doc-section {
  margin-bottom: 16px;
  padding: 18px 22px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.035);
}

.bjbm-doc-section:last-child {
  margin-bottom: 0;
}

.bjbm-doc-section h2 {
  margin: 0 0 10px;
  font-size: 1.32rem;
  line-height: 1.22;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.01em;
}

.bjbm-doc-section p {
  margin: 0 0 0.45rem;
  color: #334155;
  font-size: 1rem;
  line-height: 1.62;
  text-align: justify;
  text-justify: inter-word;
  text-align-last: left;
  hyphens: auto;
  overflow-wrap: break-word;
}

.bjbm-doc-section p:last-child {
  margin-bottom: 0;
}

.bjbm-about-page .bjbm-doc-main__header {
  margin-bottom: 16px;
}

.bjbm-about-section--details:has(.bjbm-doc-page) {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.bjbm-about-richtext {
  color: #334155;
  font-size: 1rem;
  line-height: 1.62;
  overflow-wrap: break-word;
}

.bjbm-about-richtext > :first-child {
  margin-top: 0 !important;
}

.bjbm-about-richtext > :last-child {
  margin-bottom: 0 !important;
}

.bjbm-about-richtext h1,
.bjbm-about-richtext h2 {
  margin: 0 0 12px;
  font-size: 1.36rem;
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: 0;
  color: #0f172a;
}

.bjbm-about-richtext h3 {
  margin: 22px 0 10px;
  font-size: 1.12rem;
  line-height: 1.3;
  font-weight: 750;
  color: #182338;
}

.bjbm-about-richtext p,
.bjbm-about-richtext li {
  color: #334155;
  font-size: 1rem;
  line-height: 1.62;
  text-align: justify;
  text-justify: inter-word;
  text-align-last: left;
  hyphens: auto;
}

.bjbm-about-richtext p {
  margin: 0 0 0.65rem;
}

.bjbm-about-richtext ul,
.bjbm-about-richtext ol {
  margin-top: 0.6rem;
  margin-bottom: 0.8rem;
}

.bjbm-about-richtext hr {
  height: 1px;
  margin: 18px 0;
  border: 0;
  background: #e2e8f0;
}

.bjbm-about-richtext .bjbm-doc-page {
  left: auto;
  right: auto;
  width: auto;
  margin: 0;
  padding: 0 !important;
  background: transparent;
}

.bjbm-about-richtext .bjbm-doc-wrap {
  max-width: none;
  padding: 0;
}

.bjbm-about-richtext .bjbm-doc-layout {
  display: block;
}

.bjbm-about-richtext .bjbm-doc-sidebar {
  display: none;
}

.bjbm-about-richtext .bjbm-doc-main {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

/* =========================================================
   Account login and register pages
   ========================================================= */
.pkp_structure_main:has(.bjbm-auth) {
  padding-top: 0 !important;
}

.pkp_structure_main:has(.bjbm-auth) > .page,
.pkp_structure_main .page:has(.bjbm-auth) {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.bjbm-auth,
.bjbm-auth * {
  box-sizing: border-box;
}

.bjbm-auth {
  position: relative;
  left: auto;
  right: auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: clamp(24px, 3.2vw, 46px) 0 58px;
  background: #ffffff;
  color: #202124;
  font-family: "Lato", Arial, sans-serif;
  overflow-anchor: none;
}

.bjbm-auth__wrap {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 62px);
}

.bjbm-auth__header {
  margin: 0 0 10px;
}

.bjbm-auth__title {
  max-width: none;
  margin: 0;
  color: #202124;
  font-family: "Lato", Arial, sans-serif;
  font-size: clamp(1.75rem, 2.2vw, 2.45rem);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.bjbm-auth__notice,
.bjbm-auth__error {
  margin: 0 0 20px;
  padding: 11px 14px;
  border: 1px solid #d8e6f3;
  border-radius: 8px;
  background: #f7fbff;
  color: #24344d;
  font-size: .95rem;
  line-height: 1.4;
  font-weight: 700;
}

.bjbm-auth__error {
  border-color: #f1c7c7;
  background: #fff5f5;
  color: #8f1d1d;
}

.bjbm-auth__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr);
  gap: clamp(24px, 3.6vw, 48px);
  align-items: stretch;
}

.bjbm-auth--register .bjbm-auth__grid {
  grid-template-columns: minmax(0, 1.1fr) 62px minmax(320px, .9fr);
  align-items: start;
}

.bjbm-auth__card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  overflow-anchor: none;
  border: 0;
  border-radius: 14px;
  background: transparent;
  box-shadow: 0 18px 46px rgba(15,23,42,.08);
}

.bjbm-auth__card::before {
  content: "";
  position: absolute;
  inset: -55%;
  z-index: 0;
  background:
    conic-gradient(
      from 0deg,
      #d9dee8 0deg 130deg,
      rgba(66,133,244,.88) 150deg,
      rgba(174,92,173,.8) 170deg,
      rgba(234,67,53,.78) 190deg,
      rgba(251,188,5,.86) 210deg,
      rgba(52,168,83,.82) 230deg,
      #d9dee8 255deg 360deg
    );
  animation: bjbm-auth-card-light 4.8s linear infinite;
}

.bjbm-auth__card::after {
  content: "";
  position: absolute;
  inset: 3px;
  z-index: 1;
  border-radius: 11px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.bjbm-auth__card > * {
  position: relative;
  z-index: 2;
}

.bjbm-auth__card--form {
  padding: clamp(24px, 2.8vw, 38px);
}

.bjbm-auth--login .bjbm-auth__card {
  min-height: clamp(252px, 19vw, 318px);
}

.bjbm-auth__card--providers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(16px, 2vw, 24px);
  padding: clamp(24px, 2.8vw, 42px);
}

.bjbm-auth__or {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  justify-self: center;
  align-self: center;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  background: #ffffff;
  color: #475569;
  font-size: clamp(1.05rem, 1.45vw, 1.55rem);
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 8px 22px rgba(15,23,42,.06);
}

.bjbm-auth__form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.bjbm-auth__form fieldset + fieldset,
.bjbm-auth__form .bjbm-auth__fieldset,
.bjbm-auth__form .cmp_notification {
  margin-top: 16px;
}

.bjbm-auth__form legend {
  margin: 0 0 14px;
  padding: 0;
  color: #202124;
  font-family: "Lato", Arial, sans-serif;
  font-size: .95rem;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0;
}

.bjbm-auth__form legend.pkp_screen_reader,
.bjbm-auth__form .pkp_screen_reader {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.bjbm-auth__form .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
  margin: 0;
}

.bjbm-auth__form .row + .row {
  margin-top: 12px;
}

.bjbm-auth__form [class*="col-"] {
  width: 100%;
  max-width: none;
  padding: 0;
  flex: none;
}

.bjbm-auth__form .form-group {
  margin: 0 0 14px;
}

.bjbm-auth__form .form-group:last-child {
  margin-bottom: 0;
}

.bjbm-auth__form label,
.bjbm-auth__form .label {
  display: inline-block;
  margin: 0 0 7px;
  color: #202124;
  font-family: "Lato", Arial, sans-serif;
  font-size: clamp(.92rem, 1.08vw, 1.05rem);
  line-height: 1.2;
  font-weight: 900;
}

.bjbm-auth__form .required,
.bjbm-auth__form .visually-hidden {
  color: #8f1d1d;
}

.bjbm-auth__form input[type="text"],
.bjbm-auth__form input[type="email"],
.bjbm-auth__form input[type="password"],
.bjbm-auth__form select,
.bjbm-auth__form textarea {
  width: 100%;
  min-height: clamp(44px, 3.2vw, 52px);
  padding: 10px 14px;
  border: 1.5px solid #9aa3af;
  border-radius: 8px;
  background: #ffffff;
  color: #172033;
  font-family: "Lato", Arial, sans-serif;
  font-size: .94rem;
  line-height: 1.35;
  box-shadow: none;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.bjbm-auth__form input:focus,
.bjbm-auth__form select:focus,
.bjbm-auth__form textarea:focus {
  border-color: #2d6692;
  box-shadow: 0 0 0 3px rgba(45,102,146,.14);
}

.bjbm-auth__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: -1px 0 14px;
  color: #3d4d63;
  font-size: .88rem;
}

.bjbm-auth__remember {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.bjbm-auth__remember input {
  margin-top: 3px;
}

.bjbm-auth__remember label,
.bjbm-auth__text-link,
.bjbm-auth__secondary {
  color: #174ea6;
  font-size: .88rem;
  line-height: 1.35;
  font-weight: 800;
  text-decoration: none;
}

.bjbm-auth__text-link:hover,
.bjbm-auth__secondary:hover {
  color: #0b3d82;
  text-decoration: underline;
}

.bjbm-auth__actions {
  margin-top: clamp(18px, 2.2vw, 30px);
}

.bjbm-auth__continue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: clamp(52px, 4vw, 64px);
  padding: 14px 26px;
  border: 0;
  border-radius: 999px;
  background: #2e6794;
  color: #ffffff;
  font-family: "Lato", Arial, sans-serif;
  font-size: clamp(.98rem, 1.22vw, 1.18rem);
  line-height: 1;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.bjbm-auth__continue:hover,
.bjbm-auth__continue:focus {
  background: #245a83;
  box-shadow: 0 12px 24px rgba(46,103,148,.18);
  transform: translateY(-1px);
}

.bjbm-auth__arrow,
.bjbm-auth__provider-arrow {
  font-size: 1.35em;
  line-height: .7;
  font-weight: 500;
}

.bjbm-auth__secondary {
  display: inline-block;
  margin-top: 12px;
}

.bjbm-auth__provider {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 34px;
  align-items: center;
  width: 100%;
  min-height: clamp(58px, 4.6vw, 72px);
  padding: 9px 20px;
  border-radius: 999px;
  color: #ffffff;
  font-family: "Lato", Arial, sans-serif;
  font-size: clamp(1rem, 1.26vw, 1.25rem);
  line-height: 1.1;
  font-weight: 900;
  text-align: center;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(15,23,42,.12);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.bjbm-auth__provider:hover,
.bjbm-auth__provider:focus {
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.bjbm-auth__provider--google {
  color: #ffffff;
  background: #4878dd;
  box-shadow: 0 14px 30px rgba(66,133,244,.22);
}

.bjbm-auth__provider--google:hover,
.bjbm-auth__provider--google:focus {
  color: #ffffff;
}

.bjbm-auth__provider--orcid {
  background: #4e7c21;
  box-shadow: inset 0 0 0 3px rgba(45,72,14,.28), 0 14px 30px rgba(77,124,30,.22);
}

.bjbm-auth__provider-icon {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  font-weight: 900;
}

.bjbm-auth__provider span {
  position: relative;
  z-index: 2;
}

.bjbm-auth__provider-icon--google {
  color: #4285f4;
  border: 1px solid #e6eefb;
  font-size: 1.6rem;
  font-family: Arial, sans-serif;
}

.bjbm-auth__provider-icon--orcid {
  color: #4d7c1e;
  font-size: 1.5rem;
  letter-spacing: -0.08em;
  font-family: Arial, sans-serif;
}

@keyframes bjbm-auth-card-light {
  to {
    transform: rotate(1turn);
  }
}

.bjbm-auth--register .bjbm-auth__card--providers {
  position: sticky;
  top: 18px;
}

.bjbm-auth__form--two-step.is-step-one .bjbm-auth__step-2 {
  display: none;
}

.bjbm-auth__form--two-step.is-step-two .bjbm-auth__step-2 {
  animation: bjbm-auth-step-in .2s ease both;
}

.bjbm-auth--register .bjbm-auth__title,
.bjbm-auth--login .bjbm-auth__title {
  font-family: "Lato", Arial, sans-serif;
}

.bjbm-auth--register .bjbm-auth__card--form {
  padding: clamp(22px, 2.4vw, 34px);
}

.bjbm-auth--register .bjbm-auth__form legend:not(.pkp_screen_reader) {
  margin: 0 0 12px;
  font-size: .95rem;
}

.bjbm-auth--register .bjbm-auth__form .row {
  gap: 10px 14px;
}

.bjbm-auth--register .bjbm-auth__form .row + .row {
  margin-top: 8px;
}

.bjbm-auth--register .bjbm-auth__form .form-group {
  margin-bottom: 12px;
}

.bjbm-auth--register .bjbm-auth__form label,
.bjbm-auth--register .bjbm-auth__form .label {
  margin-bottom: 6px;
  font-size: .94rem;
}

.bjbm-auth--register .bjbm-auth__form input[type="text"],
.bjbm-auth--register .bjbm-auth__form input[type="email"],
.bjbm-auth--register .bjbm-auth__form input[type="password"],
.bjbm-auth--register .bjbm-auth__form select,
.bjbm-auth--register .bjbm-auth__form textarea {
  min-height: 40px;
  font-size: .92rem;
}

.bjbm-auth--register .bjbm-auth__or {
  align-self: start;
  margin-top: clamp(92px, 10vw, 138px);
}

.bjbm-auth--register .bjbm-auth__card--providers {
  margin-top: 0;
  min-height: clamp(252px, 19vw, 318px);
}

@keyframes bjbm-auth-step-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .bjbm-auth {
    padding-top: 30px;
  }

  .bjbm-auth__wrap {
    padding: 0 18px;
  }

  .bjbm-auth__grid,
  .bjbm-auth--register .bjbm-auth__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .bjbm-auth__or {
    justify-self: center;
  }

  .bjbm-auth--register .bjbm-auth__card--providers {
    position: static;
  }
}

@media (max-width: 640px) {
  .bjbm-auth__title {
    font-size: 2rem;
  }

  .bjbm-auth__card--form,
  .bjbm-auth__card--providers {
    padding: 20px;
  }

  .bjbm-auth__form .row {
    grid-template-columns: 1fr;
  }

  .bjbm-auth__meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .bjbm-auth__continue,
  .bjbm-auth__provider {
    min-height: 54px;
  }

  .bjbm-auth__provider {
    grid-template-columns: 38px minmax(0, 1fr) 24px;
    padding: 8px 14px;
    font-size: .95rem;
  }

  .bjbm-auth__provider-icon {
    width: 34px;
    height: 34px;
    font-size: 1.25rem;
  }
}

.bjbm-topic-grid,.bjbm-policy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  margin-top: 12px;
}

.bjbm-topic-card,.bjbm-policy-card {
  padding: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #dbe7f3;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.035);
}

.bjbm-topic-card h3,.bjbm-policy-card h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  color: #0f4c81;
}

.bjbm-topic-card p,.bjbm-policy-card p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.58;
  color: #475569;
  text-align: justify;
  text-justify: inter-word;
  text-align-last: left;
  hyphens: auto;
  overflow-wrap: break-word;
}

.bjbm-policy-list {
  margin: 0;
  padding-left: 1.2rem;
}

.bjbm-policy-list li {
  margin-bottom: 10px;
  color: #334155;
  font-size: 0.98rem;
  line-height: 1.62;
  text-align: justify;
  text-justify: inter-word;
  text-align-last: left;
  hyphens: auto;
}

.bjbm-policy-list li:last-child {
  margin-bottom: 0;
}

.bjbm_issue_clean {
  max-width: 1120px;
  margin: 0 auto;
  padding: 8px 0 30px;
  overflow: visible !important;
}

.obj_issue_toc,.bjbm_issue_clean,.bjbm_issue_clean__heroRow,.bjbm_issue_clean__articles,.bjbm_issue_clean__articles>* {
  overflow: visible !important;
}

.bjbm_issue_clean__heroRow {
  display: grid;
  grid-template-columns: minmax(320px, 390px) minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
  margin-bottom: 20px;
}

.bjbm_issue_clean__imageCard,.bjbm_issue_clean__topCard {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.bjbm_issue_clean__imageCard {
  padding: 12px;
  min-height: 420px;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}

.bjbm_issue_clean__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 396px;
  border-radius: 14px;
  object-fit: cover;
  object-position: center top;
}

.bjbm_issue_clean__topCard {
  padding: 28px 30px;
}

.bjbm_issue_clean__topCard--issue {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bjbm_issue_clean__topCard--summary {
  margin-bottom: 22px;
}

.bjbm_issue_clean__topLabel {
  margin-bottom: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0f4c81;
}

.bjbm_issue_clean__issueTitle {
  margin: 0 0 10px;
  font-size: 1.95rem;
  line-height: 1.12;
  font-weight: 800;
  color: #0f172a;
}

.bjbm_issue_clean__issueSubTitle {
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.5;
  color: #475569;
}

.bjbm_issue_clean__issueMeta {
  font-size: 0.98rem;
  line-height: 1.58;
  color: #334155;
}

.bjbm_issue_clean__issueMetaLabel {
  font-weight: 700;
  color: #0f172a;
}

.bjbm_issue_clean__summaryText {
  font-size: 1rem;
  line-height: 1.66;
  color: #334155;
  text-align: justify;
  text-justify: inter-word;
  text-align-last: left;
  hyphens: auto;
}

.bjbm_issue_clean__jumpWrap {
  margin-top: 22px;
  padding-top: 4px;
}

.bjbm_issue_clean__jumpButton {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #0f4c81;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(15, 76, 129, 0.18);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.bjbm_issue_clean__jumpButton:hover,.bjbm_issue_clean__jumpButton:focus {
  background: #0c3f6b;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(15, 76, 129, 0.24);
}

.bjbm_issue_clean__jumpArrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
  font-size: 0.92rem;
  line-height: 1;
}

.bjbm_issue_clean__articlesHeader {
  margin-bottom: 14px;
}

.bjbm_issue_clean__articlesTitle {
  margin: 0 0 4px;
  font-size: 1.35rem;
  line-height: 1.2;
  font-weight: 800;
  color: #0f172a;
}

.bjbm_issue_clean__articlesNote {
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #0f4c81;
}

.bjbm_issue_clean__sectionLabel {
  margin: 20px 0 10px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}

.bjbm_issue_clean__articles {
  display: grid;
  gap: 16px;
}

.bjbm_issue_card {
  position: relative;
  overflow: visible !important;
  z-index: 1;
  background: #f3f7fc;
  border: 1px solid #d6e1ee;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, z-index .18s ease;
}

.bjbm_issue_card:hover,.bjbm_issue_card:focus-within {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
  border-color: #cfdceb;
  z-index: 50;
}

.bjbm_issue_card__body {
  padding: 22px 24px;
}

.bjbm_issue_card__titleWrap {
  position: relative;
  z-index: 2;
}

.bjbm_issue_card__title {
  margin: 0 0 8px;
  font-size: 1.18rem;
  line-height: 1.34;
  font-weight: 800;
}

.bjbm_issue_card__titleLink {
  color: #0f172a;
  text-decoration: none;
}

.bjbm_issue_card__titleLink:hover {
  color: #0f4c81;
}

.bjbm_issue_card__abstractHover {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  left: auto;
  z-index: 9999;
  width: min(720px, 92vw);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.bjbm_issue_card__titleWrap:hover .bjbm_issue_card__abstractHover,.bjbm_issue_card__titleWrap:focus-within .bjbm_issue_card__abstractHover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.bjbm_issue_card__abstractHoverInner {
  padding: 16px 18px;
  border: 1px solid #cfdceb;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(16, 36, 62, 0.14);
}

.bjbm_issue_card__abstractHoverLabel {
  margin-bottom: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0f4c81;
}

.bjbm_issue_card__abstractHoverText {
  font-size: 0.96rem;
  line-height: 1.64;
  color: #334155;
  text-align: justify;
}

.bjbm_issue_card__authors {
  margin-bottom: 10px;
  color: #4d5878;
  font-size: 1rem;
  line-height: 1.45;
}

.bjbm_issue_card__authorSep {
  color: #20262f;
  font-size: 1rem;
  font-weight: 500;
}

.bjbm_issue_authorHover {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
}

.bjbm_issue_authorHover__trigger {
  display: inline-flex;
  align-items: center;
  cursor: default;
}

.bjbm_issue_authorHover__name {
  color: #4d5878;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.bjbm_issue_authorHover__panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 10000;
  width: min(520px, 82vw);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.bjbm_issue_authorHover:hover .bjbm_issue_authorHover__panel,.bjbm_issue_authorHover:focus-within .bjbm_issue_authorHover__panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.bjbm_issue_authorHover__panelInner {
  display: block;
  padding: 16px 18px;
  border: 1px solid #cfdceb;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(16, 36, 62, 0.14);
}

.bjbm_issue_authorHover__panelName {
  display: block;
  margin: 0 0 12px;
  color: #0f4c81;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
}

.bjbm_issue_authorHover__section {
  display: block;
  color: #2a2f35;
  font-size: 0.95rem;
  line-height: 1.62;
}

.bjbm_issue_authorHover__section+.bjbm_issue_authorHover__section {
  margin-top: 12px;
}

.bjbm_issue_authorHover__section--label {
  color: #20262f;
  font-weight: 800;
  line-height: 1.35;
}

.bjbm_issue_authorHover__affiliation {
  display: block;
}

.bjbm_issue_authorHover__email {
  display: inline-block;
  margin-top: 6px;
  color: #173f91;
  text-decoration: none;
  word-break: break-word;
}

.bjbm_issue_authorHover__email:hover {
  text-decoration: underline;
}

.bjbm_issue_card__metaLine {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #334155;
}

.bjbm_issue_card__metaChunk strong {
  color: #0f172a;
  font-weight: 700;
}

.bjbm_issue_card__metaChunk a {
  color: #0f4c81;
  text-decoration: none;
}

.bjbm_issue_card__metaChunk a:hover {
  text-decoration: underline;
}

.bjbm_issue_clean__fullIssue {
  margin-top: 22px;
  padding: 18px 20px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.03);
}

.bjbm_issue_clean__fullIssueTitle {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

.bjbm_issue_clean__galleys {
  margin: 0;
  padding-left: 18px;
}

@media (max-width: 900px) {
  .bjbm_issue_clean__heroRow {
    grid-template-columns: 1fr;
  }

  .bjbm_issue_clean__imageCard,.bjbm_issue_clean__topCard--issue {
    min-height: auto;
  }

  .bjbm_issue_clean__image {
    min-height: 280px;
  }
}

@media (max-width: 768px) {
  .bjbm_issue_clean__topCard,.bjbm_issue_clean__imageCard,.bjbm_issue_card__body,.bjbm_issue_clean__fullIssue {
    padding: 18px;
  }

  .bjbm_issue_clean__issueTitle {
    font-size: 1.55rem;
  }

  .bjbm_issue_card__title {
    font-size: 1.06rem;
  }

  .bjbm_issue_card__metaLine {
    gap: 8px 14px;
    font-size: 0.92rem;
  }

  .bjbm_issue_card__abstractHover {
    right: 0;
    width: min(92vw, 560px);
  }

  .bjbm_issue_authorHover__panel {
    width: min(92vw, 520px);
  }
}

.bjbm_issue_page,.bjbm_issue_page__section,.bjbm_issue_page .obj_issue_toc,.bjbm_issue_page .bjbm_issue_clean,.bjbm_issue_page .bjbm_issue_clean__heroRow {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.bjbm_issue_page .bjbm_issue_clean__preArticles {
  display: grid;
  grid-template-columns: minmax(320px, 390px) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  margin-bottom: 24px;
}

.bjbm_issue_page .bjbm_issue_clean__preArticlesCol--left {
  display: grid;
  gap: 20px;
  align-content: start;
}

.bjbm_issue_page .bjbm_issue_clean__preArticlesCol--right {
  min-width: 0;
}

.bjbm_issue_page .bjbm_issue_clean__imageCard {
  padding: 0;
  min-height: auto;
  overflow: hidden;
}

.bjbm_issue_page .bjbm_issue_clean__image {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center top;
}

.bjbm_issue_page .bjbm_issue_clean__topCard--issue {
  padding: 22px 24px 24px;
}

.bjbm_issue_page .bjbm_issue_clean__topCard--summary {
  padding: 24px 28px;
  min-height: 100%;
}

.bjbm_issue_page .bjbm_issue_clean__summaryText {
  font-size: 1.02rem;
  line-height: 1.85;
}

.bjbm_issue_page .bjbm_issue_clean__jumpWrap {
  margin-top: 18px;
}

@media (max-width: 960px) {
  .bjbm_issue_page .bjbm_issue_clean__preArticles {
    grid-template-columns: 1fr;
  }
}

.obj_issue_toc.bjbm_issue_clean--stacked,.bjbm_issue_clean--stacked {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.bjbm_issue_clean--stacked .bjbm_issue_clean__preArticles {
  display: grid;
  grid-template-columns: minmax(320px, 390px) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  margin-bottom: 24px;
}

.bjbm_issue_clean--stacked .bjbm_issue_clean__preArticlesCol--left {
  align-content: start;
}

.bjbm_issue_clean--stacked .bjbm_issue_clean__preArticlesCol--right {
  min-width: 0;
}

.bjbm_issue_clean--stacked .bjbm_issue_clean__imageCard,.bjbm_issue_clean--stacked .bjbm_issue_clean__topCard {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.bjbm_issue_clean--stacked .bjbm_issue_clean__imageCard {
  padding: 0 !important;
  min-height: auto !important;
  overflow: hidden;
  display: block;
}

.bjbm_issue_clean--stacked .bjbm_issue_clean__image {
  display: block;
  min-height: 0 !important;
}

.bjbm_issue_clean--stacked .bjbm_issue_clean__topCard--issue {
  min-height: auto !important;
  display: block;
  padding: 22px 24px 24px !important;
}

.bjbm_issue_clean--stacked .bjbm_issue_clean__topCard--summary {
  margin-bottom: 0;
  padding: 24px 28px !important;
}

.bjbm_issue_clean--stacked .bjbm_issue_clean__summaryText {
  font-size: 1.02rem;
  line-height: 1.85;
}

.bjbm_issue_clean--stacked .bjbm_issue_clean__jumpWrap {
  margin-top: 18px;
  padding-top: 0;
}

@media (max-width: 960px) {
  .bjbm_issue_clean--stacked .bjbm_issue_clean__preArticles {
    grid-template-columns: 1fr;
  }
}

.bjbm_issue_clean--stacked .bjbm_issue_clean__imageCard {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.bjbm_issue_clean--stacked .bjbm_issue_clean__topCard--issue {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bjbm_issue_clean--stacked .bjbm_issue_clean__image {
  width: 100%;
  height: auto !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center;
}

.bjbm_issue_clean--stacked .bjbm_issue_clean__summaryBar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.bjbm_issue_clean--stacked .bjbm_issue_clean__summaryBarAction {
  flex: 0 0 auto;
}

.bjbm_issue_clean--stacked .bjbm_issue_clean__jumpButton--inline {
  margin: 0;
  white-space: nowrap;
}

.bjbm_issue_clean--stacked .bjbm_issue_clean__topCard--summary .bjbm_issue_clean__topLabel {
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .bjbm_issue_clean--stacked .bjbm_issue_clean__summaryBar {
    flex-direction: column;
    align-items: flex-start;
  }
}

.bjbm_issue_clean--stacked .bjbm_issue_clean__preArticlesCol--left {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  align-items: stretch;
}

.bjbm_issue_clean--stacked .bjbm_issue_clean__imageCard,.bjbm_issue_clean--stacked .bjbm_issue_clean__topCard--issue {
  margin: 0 !important;
}

.page_issue_archive.bjbm-archive-tiles-page {
  width: min(1480px, calc(100% - 44px));
  margin: 0 auto 44px;
}

.bjbm-archive-tiles {
  display: grid;
  gap: 22px;
}

.bjbm-archive-year-group {
  display: grid;
  gap: 14px;
}

.bjbm-archive-year-group__title {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.15;
  font-weight: 800;
  color: #23252a;
}

.bjbm-archive-year-group__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 34px;
  align-items: flex-start;
}

.bjbm-archive-tile-wrap {
  margin: 0;
  position: relative;
}

.bjbm-archive-tile {
  position: relative;
  width: 360px;
  border-radius: 22px;
}

.bjbm-archive-tile__link {
  display: block;
  min-height: 140px;
  border-radius: 22px;
  text-decoration: none;
  background: #b78949;
  transition: transform 0.16s ease, filter 0.16s ease, box-shadow 0.16s ease;
  box-shadow: 0 10px 22px rgba(59, 38, 15, 0.12);
}

.bjbm-archive-tile__link:hover,.bjbm-archive-tile__link:focus {
  text-decoration: none;
  transform: translateY(-1px);
  filter: brightness(0.98);
  box-shadow: 0 14px 28px rgba(59, 38, 15, 0.18);
}

.bjbm-archive-tile__inner {
  min-height: 140px;
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bjbm-archive-tile__title {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.34;
  font-weight: 800;
  color: #fff6e7;
}

.bjbm-archive-tile__date {
  margin-top: 10px;
  font-size: 0.9rem;
  line-height: 1.4;
  color: rgba(255, 246, 231, 0.88);
}

.bjbm-archive-tile__hover {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 50;
  width: 420px;
  max-width: min(420px, calc(100vw - 30px));
  padding: 14px 16px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(28, 43, 58, 0.12);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.bjbm-archive-tile:hover .bjbm-archive-tile__hover,.bjbm-archive-tile:focus-within .bjbm-archive-tile__hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.bjbm-archive-tile__hover-header {
  margin-bottom: 10px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8b6a35;
}

.bjbm-archive-tile__title-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.bjbm-archive-tile__title-list li {
  margin: 0;
  padding: 0 0 8px;
  border-bottom: 1px solid rgba(28, 43, 58, 0.08);
  font-size: 0.95rem;
  line-height: 1.42;
  color: #1c2b3a;
}

.bjbm-archive-tile__title-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.bjbm-archive-tile__loading,.bjbm-archive-tile__empty {
  font-size: 0.92rem;
  line-height: 1.45;
  color: #445160;
}

.bjbm-archive-tiles-pagination {
  margin-top: 26px;
}

@media (max-width: 900px) {
  .page_issue_archive.bjbm-archive-tiles-page {
    width: min(100% - 24px, 100%);
  }

  .bjbm-archive-year-group__grid {
    gap: 18px 20px;
  }

  .bjbm-archive-tile,.bjbm-archive-tile__hover {
    width: min(100%, 360px);
    max-width: min(100%, 360px);
  }
}

<style>.bjbm-tfsd-articleTop .bjbm-tfsd-abstract,.bjbm-tfsd-articleTop .bjbm-tfsd-abstract p,.bjbm-tfsd-articleTop .bjbm-tfsd-main,.bjbm-tfsd-articleTop .bjbm-tfsd-main p {
  text-align: justify;
  text-justify: inter-word;
}

.bjbm-tfsd-articleTop .bjbm-tfsd-citationBuiltin--main {
  display: block;
  width: 100% !important;
  max-width: none !important;
  margin-top: 20px;
}

.bjbm-tfsd-articleTop .bjbm-tfsd-citationBuiltin--main>section,.bjbm-tfsd-articleTop .bjbm-tfsd-citationBuiltin--main>.bjbm-cite-card {
  display: block;
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box;
  margin: 0;
}

.bjbm-tfsd-articleTop .bjbm-cite-card {
  padding: 22px 24px;
  border: 1px solid #dde5ee;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(16, 36, 62, 0.07);
}

.bjbm-tfsd-articleTop .bjbm-cite-card h2 {
  margin: 0 0 14px;
  font-size: 1.02rem;
  font-weight: 800;
  color: #10243e;
}

.bjbm-tfsd-articleTop .bjbm-cite-card #citationOutput,.bjbm-tfsd-articleTop .bjbm-cite-card p {
  color: #20354d;
  line-height: 1.8;
  text-align: justify;
}

.bjbm-tfsd-articleTop .bjbm-cite-card #citationOutput {
  width: 100%;
  max-width: none;
}

.bjbm-tfsd-articleTop .bjbm-cite-card .csl-bib-body,.bjbm-tfsd-articleTop .bjbm-cite-card .csl-entry {
  width: 100%;
}

.bjbm-tfsd-articleTop .bjbm-cite-actions {
  width: 100%;
}

.bjbm-tfsd-articleTop .bjbm-cite-card .dropdown {
  display: inline-flex;
  max-width: 100%;
}

.bjbm-tfsd-articleTop .bjbm-cite-card .dropdown-toggle,.bjbm-tfsd-articleTop .bjbm-downloadMenu summary {
  white-space: nowrap;
}

.bjbm-tfsd-articleTop .bjbm-cite-card .dropdown-toggle,.bjbm-tfsd-articleTop .bjbm-downloadMenu summary,.bjbm-tfsd-articleTop .bjbm-cite-actions>a {
  display: inline-flex !important;
  align-items: center;
}

.bjbm-tfsd-articleTop .bjbm-tfsd-editorName {
  color: #20354d;
  font-size: .98rem;
  font-weight: 700;
  line-height: 1.5;
}

.bjbm-tfsd-articleTop .bjbm-tfsd-editorLink {
  color: #1b4f88;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
}

.bjbm-tfsd-articleTop .bjbm-tfsd-editorLink:hover {
  text-decoration: underline;
}

.bjbm-tfsd-articleTop .bjbm-tfsd-placeholderGraph {
  width: 100%;
  height: auto;
  display: block;
}

.bjbm-tfsd-articleTop .bjbm-tfsd-placeholderNote {
  margin-top: 12px;
  color: #5e7389;
  font-size: .92rem;
  line-height: 1.5;
}

.bjbm-tfsd-articleTop .bjbm-tfsd-card--graph .bjbm-tfsd-cardTitle {
  margin-bottom: 0px;
}

.bjbm-tfsd-articleTop .bjbm-tfsd-ctaStack {
  display: grid;
}

.bjbm-tfsd-articleTop .bjbm-tfsd-ctaBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #6a7193;
  background: #ffffff;
  color: #5a6282;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition: all .2s ease;
}

.bjbm-tfsd-articleTop .bjbm-tfsd-ctaBtn:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.bjbm-tfsd-articleTop .bjbm-cite-actions {
  margin-top: 14px;
}

.bjbm-tfsd-articleTop .bjbm-cite-card .dropdown,.bjbm-tfsd-articleTop .bjbm-cite-card .dropdown-toggle,.bjbm-tfsd-articleTop .bjbm-cite-card button {
  margin-top: 0;
}

.bjbm-tfsd-articleTop .bjbm-downloadMenu {
  position: relative;
  display: inline-block;
}

.bjbm-tfsd-articleTop .bjbm-downloadMenu summary {
  list-style: none;
  cursor: pointer;
  padding: 10px 16px;
  border: 1px solid #d6e1ec;
  border-radius: 999px;
  background: #f7fafc;
  color: #16365a;
  font-weight: 700;
  line-height: 1.2;
}

.bjbm-tfsd-articleTop .bjbm-downloadMenu summary::-webkit-details-marker {
  display: none;
}

.bjbm-tfsd-articleTop .bjbm-downloadMenu__panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 220px;
  padding: 12px 14px;
  border: 1px solid #dde5ee;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(16, 36, 62, 0.12);
  z-index: 50;
}

.bjbm-tfsd-articleTop .bjbm-downloadMenu__panel ul {
  margin: 0;
  padding-left: 18px;
}

.bjbm-tfsd-articleTop .bjbm-downloadMenu__panel li+li {
  margin-top: 6px;
}

.bjbm-tfsd-articleTop .bjbm-tfsd-metricBox--views {
  background: #edf5fb;
  border-color: #d7e6f3;
}

.bjbm-tfsd-articleTop .bjbm-tfsd-metricBox--downloads {
  background: #eef7f2;
  border-color: #dbeadf;
}

.bjbm-tfsd-articleTop .bjbm-tfsd-metricBox--citations {
  background: #fbf5ea;
  border-color: #eadab8;
}

.bjbm-tfsd-articleTop .bjbm-tfsd-metricBox__label {
  font-size: .76rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.35;
}

.bjbm-tfsd-metricBox--downloads .bjbm-tfsd-metricBox__label {
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
}

.bjbm-tfsd-articleTop .bjbm-tfsd-statsWrap--viewsOnly {
  display: block;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #e8eef5;
}

.bjbm-tfsd-articleTop .bjbm-tfsd-statsWrap__title {
  margin: 0 0 12px;
  color: #20354d;
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.bjbm-tfsd-articleTop section.item.pflPlugin {
  display: none !important;
}

.bjbm-tfsd-articleTop .bjbm-cite-actions {
  display: flex;
  justify-content: center !important;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  text-align: center;
}

.bjbm-tfsd-articleTop .bjbm-cite-card .dropdown,.bjbm-tfsd-articleTop .bjbm-downloadMenu {
  display: flex;
  justify-content: center;
}

.bjbm-tfsd-articleTop .bjbm-cite-card .dropdown-toggle,.bjbm-tfsd-articleTop .bjbm-downloadMenu summary,.bjbm-tfsd-articleTop .bjbm-cite-actions>a {
  justify-content: center !important;
  text-align: center !important;
  margin-left: 0;
  margin-right: 0;
}

.bjbm-tfsd-articleTop .bjbm-cite-card .dropdown-toggle {
  min-width: 0;
  width: 320px;
  max-width: 100%;
}

.bjbm-tfsd-articleTop .bjbm-downloadMenu summary {
  min-width: 0;
  width: 190px;
  max-width: 100%;
}

.bjbm-tfsd-articleTop .bjbm-tfsd-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bjbm-tfsd-articleTop .bjbm-tfsd-card--editor {
  margin-top: 0;
}

.bjbm-tfsd-articleTop .bjbm-tfsd-card--cta {
  margin-top: 0;
  padding: 14px;
}

.bjbm-tfsd-articleTop .bjbm-tfsd-ctaStack {
  gap: 20px;
}

.bjbm-tfsd-articleTop .bjbm-tfsd-ctaBtn {
  min-height: 46px;
  padding: 0 14px;
  border-radius: 14px;
  border-width: 1.5px;
  font-size: .94rem;
  line-height: 1.2;
}

.bjbm-tfsd-articleTop .bjbm-tfsd-ctaBtn--submit {
  background: #b88c49;
  border-color: #b88c49;
  color: #ffffff;
}

.bjbm-tfsd-articleTop .bjbm-tfsd-ctaBtn:not(.bjbm-tfsd-ctaBtn--submit):not(.bjbm-tfsd-ctaBtn--accent) {
  background: #eef2ff;
  border-color: #d1d8ef;
  color: #5e6687;
}

.bjbm-tfsd-articleTop .bjbm-tfsd-ctaBtn--accent {
  background: #e9f5e4;
  border-color: #c8debb;
  color: #5d8450;
}

.bjbm-tfsd-title {
  margin: 0 0 12px;
  color: #1a1f27;
  font-family: "Lato", Arial, sans-serif;
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -.02em;
}

.bjbm-tfsd-authorLine {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: #4d5878;
  font-family: "Lato", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.45;
}

.bjbm-tfsd-authorHover {
  position: relative;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
}

.bjbm-tfsd-authorHover__trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  cursor: default;
}

.bjbm-tfsd-authorName {
  color: #4d5878;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.25;
}

.bjbm-tfsd-authorSep {
  color: #20262f;
  font-size: 1rem;
  font-weight: 500;
}

.bjbm-tfsd-inlineIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  transition: transform .18s ease, opacity .18s ease;
}

.bjbm-tfsd-inlineIcon:hover {
  transform: translateY(-1px);
  opacity: .92;
}

.bjbm-tfsd-inlineIcon--email {
  width: 28px;
  height: 28px;
  color: #173f91;
}

.bjbm-tfsd-inlineIcon--email svg {
  width: 22px;
  height: 22px;
  display: block;
}

.bjbm-tfsd-authorHover__panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 80;
  width: min(560px, 82vw);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.bjbm-tfsd-authorHover:hover .bjbm-tfsd-authorHover__panel,.bjbm-tfsd-authorHover:focus-within .bjbm-tfsd-authorHover__panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.bjbm-tfsd-authorHover__panelInner {
  display: block;
  padding: 18px 20px;
  border: 1px solid #dde5ee;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(16,36,62,.14);
}

.bjbm-tfsd-authorHover__panelName {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #0e6bb8;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
}

.bjbm-tfsd-authorHover__section {
  display: block;
  color: #2a2f35;
  font-size: .98rem;
  line-height: 1.65;
}

.bjbm-tfsd-authorHover__section+.bjbm-tfsd-authorHover__section {
  margin-top: 14px;
}

.bjbm-tfsd-authorHover__section--label {
  color: #20262f;
  font-weight: 800;
  line-height: 1.35;
}

.bjbm-tfsd-authorHover__affiliation {
  display: block;
}

.bjbm-tfsd-authorHover__email {
  display: inline-block;
  margin-top: 6px;
  color: #173f91;
  font-size: .98rem;
  line-height: 1.55;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.bjbm-tfsd-authorHover__email:hover {
  text-decoration: underline;
}

.bjbm-tfsd-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 0 0 10px;
  color: #586370;
  font-size: .96rem;
  line-height: 1.6;
}

.bjbm-tfsd-meta__item strong {
  color: #242b33;
  font-weight: 800;
}

.bjbm-tfsd-meta__item a {
  color: #174a84;
  font-weight: 700;
  text-decoration: none;
}

.bjbm-tfsd-meta__item a:hover {
  text-decoration: underline;
}

.bjbm-tfsd-doi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  margin: 0 0 14px;
  color: #2a3440;
  font-size: .96rem;
  line-height: 1.6;
}

.bjbm-tfsd-doi strong {
  color: #242b33;
  font-weight: 800;
}

.bjbm-tfsd-doi a {
  color: #174a84;
  font-weight: 700;
  text-decoration: none;
  word-break: break-word;
}

.bjbm-tfsd-doi a:hover {
  text-decoration: underline;
}

.bjbm-tfsd-doiPending {
  color: #7d8896;
  font-weight: 700;
}

.bjbm-tfsd-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin: 0 0 10px;
  padding: 0;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.bjbm-tfsd-articleTop .item.galleys,.bjbm-tfsd-articleTop .entry_details .item.galleys,.bjbm-tfsd-articleTop .obj_article_details .item.galleys,.bjbm-tfsd-articleTop .main_entry .item.galleys {
  border-top: 0 !important;
  border-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.bjbm-tfsd-toolbar__left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.bjbm-tfsd-toolbar__right {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.bjbm-tfsd-galleyRow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.bjbm-tfsd-galleyWrap {
  display: flex !important;
  flex: 0 0 172px !important;
  width: 172px !important;
  min-width: 172px !important;
  max-width: 172px !important;
  margin: 0 !important;
}

.bjbm-tfsd-galleyWrap>*,.bjbm-tfsd-galleyWrap span,.bjbm-tfsd-galleyWrap div {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
}

.bjbm-tfsd-galleyWrap>.bjbm-tfsd-onpageBtn,.bjbm-tfsd-galleyWrap .obj_galley_link,.bjbm-tfsd-galleyWrap a.obj_galley_link {
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 54px !important;
  min-height: 54px !important;
  padding: 0 24px !important;
  margin: 0 !important;
  border: 1px solid #d9e3ee !important;
  border-radius: 999px !important;
  background: #edf3ff !important;
  color: #29486f !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  text-transform: none !important;
  white-space: nowrap !important;
  box-shadow: 0 6px 18px rgba(16,36,62,.05) !important;
  transition: all .18s ease !important;
}

.bjbm-tfsd-galleyWrap>.bjbm-tfsd-onpageBtn:hover,.bjbm-tfsd-galleyWrap .obj_galley_link:hover,.bjbm-tfsd-galleyWrap a.obj_galley_link:hover {
  transform: translateY(-1px);
  border-color: #c2d7f1 !important;
  background: #e6f0ff !important;
  box-shadow: 0 12px 24px rgba(16,36,62,.09) !important;
}

.bjbm-tfsd-galleyWrap .obj_galley_link:before,.bjbm-tfsd-galleyWrap .obj_galley_link .fa,.bjbm-tfsd-galleyWrap .obj_galley_link i {
  display: none !important;
}

.bjbm-tfsd-shareSlot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 48px;
}

.bjbm-tfsd-shareToggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid #d9e3ee;
  border-radius: 999px;
  background: #ffffff;
  color: #25384c;
  font-size: .95rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 6px 18px rgba(16,36,62,.05);
  cursor: pointer;
  transition: all .18s ease;
}

.bjbm-tfsd-shareToggle:hover,.bjbm-tfsd-shareToggle:focus {
  outline: none;
  transform: translateY(-1px);
  border-color: #c8d7e6;
  box-shadow: 0 12px 24px rgba(16,36,62,.09);
}

.bjbm-tfsd-shareToggle svg {
  width: 16px;
  height: 16px;
  display: block;
}

.bjbm-tfsd-sharePanel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 999;
  min-width: 320px;
  max-width: min(92vw, 420px);
  padding: 14px 14px 10px;
  border: 1px solid #dde5ee;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(16,36,62,.14);
}

.bjbm-tfsd-sharePanel[hidden] {
  display: none !important;
}

.bjbm-tfsd-sharePanel .shariff {
  display: block !important;
}

.bjbm-tfsd-sharePanel .shariff ul {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 0;
  padding: 0;
}

.bjbm-tfsd-sharePanel .shariff li {
  float: none !important;
  list-style: none !important;
  margin: 0 !important;
}

.bjbm-tfsd-sharePanel .shariff .theme-standard li,.bjbm-tfsd-sharePanel .shariff .theme-standard .button {
  border-radius: 999px !important;
}

@media (max-width:720px) {
  .bjbm-tfsd-sharePanel {
    right: auto;
    left: 0;
    min-width: min(92vw, 340px);
  }
}

@media (max-width: 720px) {
  .bjbm-tfsd-title {
    font-size: clamp(1.55rem, 8vw, 2rem);
  }

  .bjbm-tfsd-authorName {
    font-size: 1rem;
  }

  .bjbm-tfsd-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .bjbm-tfsd-toolbar__right {
    margin-left: 0;
    width: 100%;
  }

  .bjbm-tfsd-shareSlot {
    width: 100%;
    justify-content: flex-start;
  }

  .bjbm-tfsd-galleyRow .obj_galley_link,.bjbm-tfsd-galleyRow .bjbm-tfsd-galley,.bjbm-tfsd-galleyWrap .obj_galley_link {
    width: 132px !important;
    min-width: 132px !important;
    max-width: 132px !important;
    flex: 0 0 132px !important;
  }

  .bjbm-tfsd-authorHover__panel {
    left: -8px;
    width: min(92vw, 560px);
  }
}

.bjbm-tfsd-topStrip__right .bjbm-tfsd-oa,.bjbm-tfsd-topStrip__right .bjbm-tfsd-oa:visited {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: #a87400 !important;
  text-decoration: none !important;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
  transition: color .18s ease, opacity .18s ease;
}

.bjbm-tfsd-topStrip__right .bjbm-tfsd-oa:hover,.bjbm-tfsd-topStrip__right .bjbm-tfsd-oa:focus {
  color: #c58a00 !important;
  text-decoration: none !important;
  opacity: .96;
}

.bjbm-tfsd-oa__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  line-height: 0;
  flex: 0 0 14px;
}

.bjbm-tfsd-oa__icon svg {
  display: block;
  width: 14px;
  height: auto;
  fill: currentColor;
}

.bjbm-tfsd-oa__text {
  color: inherit;
}

/* =========================================================
   Width normalization for issue and archive pages
   ========================================================= */
.page_issue,
.page_archive,
.page_issue_archive,
.page_issue_archive.bjbm-archive-tiles-page {
  width: 100% !important;
  max-width: var(--site-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  box-sizing: border-box !important;
}

.page_issue_archive.bjbm-archive-tiles-page {
  margin-bottom: 56px !important;
  padding-top: var(--bjbm-page-top) !important;
}

.pkp_structure_main:has(.bjbm_issue_page) {
  padding-top: 0 !important;
}

.bjbm_issue_page {
  padding-top: var(--bjbm-page-top) !important;
}

@media (max-width: 720px) {
  .page_issue,
  .page_archive,
  .page_issue_archive,
  .page_issue_archive.bjbm-archive-tiles-page {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

/* =========================================================
   Current issue page width normalization
   ========================================================= */
.bjbm_issue_clean,
.page_issue .bjbm_issue_clean,
.bjbm_issue_page .bjbm_issue_clean,
.obj_issue_toc.bjbm_issue_clean,
.obj_issue_toc.bjbm_issue_clean--stacked,
.bjbm_issue_clean--stacked {
  width: 100% !important;
  max-width: var(--site-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  box-sizing: border-box !important;
}

@media (max-width: 720px) {
  .bjbm_issue_clean,
  .page_issue .bjbm_issue_clean,
  .bjbm_issue_page .bjbm_issue_clean,
  .obj_issue_toc.bjbm_issue_clean,
  .obj_issue_toc.bjbm_issue_clean--stacked,
  .bjbm_issue_clean--stacked {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

/* =========================================================
   Journal home page normalization (indexJournal.tpl)
   ========================================================= */
.page_index_journal,
.pkp_page_index_journal,
.pkp_page_index {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.bjbm-home {
  width: 100% !important;
  max-width: var(--site-max) !important;
  margin: 0 auto !important;
  padding: var(--bjbm-page-top) 12px 34px !important;
  box-sizing: border-box !important;
}

@media (max-width: 700px) {
  .bjbm-home {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

/* =========================================================
   Editorial Board
   ========================================================= */
.page_masthead .pkp_structure_main,
.page_masthead .pkp_structure_content,
.page_masthead .page {
	background: #f6f8fc;
}

.bjbm-edboard {
	max-width: 1380px;
	margin: 0 auto;
	padding: var(--bjbm-page-top) 1.25rem 3rem;
	color: #172033;
}

.bjbm-edboard a {
	text-decoration: none;
}

.bjbm-edboard__hero {
	position: relative;
	overflow: hidden;
	padding: 1.75rem 1.75rem 1.6rem;
	border: 1px solid rgba(19, 42, 76, 0.08);
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(16, 78, 139, 0.08), rgba(16, 78, 139, 0.02) 36%, rgba(255,255,255,0.96) 36%),
		linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
	box-shadow: 0 20px 55px rgba(19, 42, 76, 0.08);
	margin-bottom: 1.5rem;
}

.bjbm-edboard__hero::after {
	content: "";
	position: absolute;
	right: -70px;
	top: -70px;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(16, 78, 139, 0.11) 0%, rgba(16, 78, 139, 0) 72%);
	pointer-events: none;
}

.bjbm-edboard__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.34rem 0.7rem;
	border-radius: 999px;
	background: rgba(16, 78, 139, 0.08);
	color: #0d4e8c;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.bjbm-edboard__hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
	margin-top: 1rem;
	max-width: 980px;
}

.bjbm-edboard__title {
	margin: 0;
	font-size: clamp(2rem, 3.8vw, 3rem);
	line-height: 1.08;
	letter-spacing: -0.03em;
	color: #12233d;
}

.bjbm-edboard__intro {
	max-width: 850px;
	margin: 0.9rem 0 0;
	font-size: 1.03rem;
	line-height: 1.72;
	color: #47556c;
}

.bjbm-edboard__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.15rem;
}

.bjbm-edboard__button,
.bjbm-edboard__button--ghost {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.72rem 1rem;
	border-radius: 12px;
	font-weight: 700;
	font-size: 0.94rem;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.bjbm-edboard__button {
	background: #0d5ea8;
	color: #fff !important;
	box-shadow: 0 10px 22px rgba(13, 94, 168, 0.22);
}

.bjbm-edboard__button:hover,
.bjbm-edboard__button:focus {
	transform: translateY(-1px);
	box-shadow: 0 14px 26px rgba(13, 94, 168, 0.28);
}

.bjbm-edboard__button--ghost {
	border: 1px solid rgba(18, 35, 61, 0.12);
	background: rgba(255, 255, 255, 0.82);
	color: #182a44 !important;
}

.bjbm-edboard__button--ghost:hover,
.bjbm-edboard__button--ghost:focus {
	background: #ffffff;
	border-color: rgba(13, 94, 168, 0.26);
	transform: translateY(-1px);
}


.bjbm-edboard__body {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 32px;
	align-items: start;
}

.bjbm-edboard__sidebar {
	position: sticky;
	top: 18px;
	width: 260px;
	min-width: 260px;
	overflow: visible;
}

.bjbm-edboard__panel {
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

.bjbm-edboard__panel-head {
	padding: 1rem 1.05rem 0.8rem;
	border-bottom: 1px solid rgba(19, 42, 76, 0.06);
}

.bjbm-edboard__panel-title {
	margin: 0;
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #304259;
}

.bjbm-edboard__panel-body {
	padding: 10px 0;
}

.bjbm-edboard__toc,
.bjbm-edboard__facts {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bjbm-edboard__toc li + li,
.bjbm-edboard__facts li + li {
	margin-top: 0;
}

.bjbm-edboard__toc a {
	display: block;
	position: relative;
	padding: 9px 10px 9px 16px;
	border-left: 2px solid transparent;
	border-radius: 0 10px 10px 0;
	color: #5f6f86;
	font-weight: 500;
	font-size: 0.95rem;
	line-height: 1.45;
	transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.bjbm-edboard__toc a::after {
	content: none;
}

.bjbm-edboard__toc a:hover,
.bjbm-edboard__toc a:focus,
.bjbm-edboard__toc a.is-active {
	background: rgba(23, 78, 166, 0.12);
	border-left-color: #174ea6;
	color: #174ea6;
	font-weight: 700;
}

.bjbm-edboard__facts li {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.78rem 0.92rem;
	border-radius: 14px;
	background: #f9fbfe;
	font-size: 0.94rem;
	color: #304259;
}

.bjbm-edboard__facts strong {
	color: #11233c;
}

.bjbm-edboard__content {
	display: grid;
	gap: 1.25rem;
}

.bjbm-edboard__section {
	border: 1px solid rgba(19, 42, 76, 0.08);
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 16px 42px rgba(19, 42, 76, 0.06);
	overflow: hidden;
}

.bjbm-edboard__section-inner {
	padding: 1.35rem 1.35rem 1.45rem;
}

.bjbm-edboard__section-label {
	margin: 0 0 0.28rem;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #6c7b90;
}

.bjbm-edboard__section-title {
	margin: 0;
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #11233c;
}

.bjbm-edboard__section-intro {
	margin: 0.7rem 0 0;
	font-size: 0.99rem;
	line-height: 1.7;
	color: #54647a;
}


.bjbm-edboard__roles {
	display: grid;
	gap: 1rem;
	margin-top: 1rem;
}

.bjbm-edboard__role-group {
	padding: 1.08rem;
	border-radius: 20px;
	border: 1px solid rgba(19, 42, 76, 0.08);
	background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.bjbm-edboard__role-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.95rem;
	padding-bottom: 0.85rem;
	border-bottom: 1px solid rgba(19, 42, 76, 0.08);
}

.bjbm-edboard__role-title {
	margin: 0;
	font-size: 1.18rem;
	font-weight: 800;
	line-height: 1.25;
	color: #12233d;
}

.bjbm-edboard__role-count {
	white-space: nowrap;
	padding: 0.35rem 0.68rem;
	border-radius: 999px;
	background: #eef4fb;
	color: #49617d;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.bjbm-edboard__members {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.9rem;
}

.bjbm-edboard__member {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.95rem;
	align-items: start;
	padding: 1rem;
	border: 1px solid rgba(19, 42, 76, 0.08);
	border-radius: 18px;
	background: #ffffff;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.bjbm-edboard__member:hover,
.bjbm-edboard__member:focus-within {
	transform: translateY(-2px);
	border-color: rgba(13, 94, 168, 0.18);
	box-shadow: 0 12px 26px rgba(19, 42, 76, 0.08);
}

.bjbm-edboard__member-mark {
	width: 46px;
	height: 46px;
	border-radius: 14px;
	background: linear-gradient(135deg, #0d5ea8, #2074c2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.24);
	position: relative;
	flex: 0 0 46px;
}

.bjbm-edboard__member-mark::before,
.bjbm-edboard__member-mark::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255,255,255,0.92);
}

.bjbm-edboard__member-mark::before {
	top: 10px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
}

.bjbm-edboard__member-mark::after {
	top: 26px;
	width: 24px;
	height: 11px;
	border-radius: 999px 999px 8px 8px;
}

.bjbm-edboard__member-name {
	margin: 0;
	font-size: 1.04rem;
	font-weight: 800;
	line-height: 1.3;
	color: #12233d;
}

.bjbm-edboard__member-name a {
	color: inherit !important;
}

.bjbm-edboard__member-name .orcid {
	display: inline-flex;
	vertical-align: middle;
	margin-left: 0.3rem;
}

.bjbm-edboard__member-name .orcid a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: #f2f7fb;
	border: 1px solid rgba(19, 42, 76, 0.08);
}

.bjbm-edboard__member-name .orcid svg {
	width: 16px;
	height: 16px;
}

.bjbm-edboard__member-affiliation {
	margin: 0.38rem 0 0;
	font-size: 0.93rem;
	line-height: 1.62;
	color: #536379;
}

.bjbm-edboard__member-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-top: 0.72rem;
}

.bjbm-edboard__chip {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.38rem 0.62rem;
	border-radius: 999px;
	background: #f2f6fb;
	color: #41546f;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.bjbm-edboard__reviewers {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.8rem;
	margin-top: 1rem;
}

.bjbm-edboard__reviewer {
	padding: 0.95rem 1rem;
	border: 1px solid rgba(19, 42, 76, 0.08);
	border-radius: 16px;
	background: #fbfcff;
}

.bjbm-edboard__reviewer-name {
	margin: 0;
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1.35;
	color: #12233d;
}

.bjbm-edboard__reviewer-name .orcid {
	display: inline-flex;
	vertical-align: middle;
	margin-left: 0.28rem;
}

.bjbm-edboard__reviewer-name .orcid a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 999px;
	background: #f2f7fb;
	border: 1px solid rgba(19, 42, 76, 0.08);
}

.bjbm-edboard__reviewer-affiliation {
	margin: 0.42rem 0 0;
	font-size: 0.9rem;
	line-height: 1.58;
	color: #58687e;
}

.bjbm-edboard__history-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 1rem;
	padding: 1rem 1.05rem;
	border: 1px solid rgba(19, 42, 76, 0.08);
	border-radius: 18px;
	background: linear-gradient(180deg, #fbfdff 0%, #f5f8fc 100%);
}

.bjbm-edboard__history-card p {
	margin: 0;
	font-size: 0.97rem;
	line-height: 1.68;
	color: #4e5f76;
}

.bjbm-edboard__doc-intro {
	margin: 0 0 1.15rem;
	font-size: 0.99rem;
	line-height: 1.7;
	color: #54647a;
}

.bjbm-edboard__doc-block + .bjbm-edboard__doc-block {
	margin-top: 1.15rem;
	padding-top: 1.15rem;
	border-top: 1px solid rgba(19, 42, 76, 0.08);
}

.bjbm-edboard__doc-block h3 {
	margin: 0 0 0.6rem;
	font-size: 1.1rem;
	font-weight: 800;
	line-height: 1.3;
	color: #12233d;
}

.bjbm-edboard__doc-block p {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.72;
	color: #4f6078;
}

.bjbm-edboard__doc-block ul {
	margin: 0.75rem 0 0;
	padding-left: 1.2rem;
	color: #4f6078;
}

.bjbm-edboard__doc-block li + li {
	margin-top: 0.42rem;
}

@media (max-width: 1180px) {
	.bjbm-edboard__hero-grid,
	.bjbm-edboard__overview-grid,
	.bjbm-edboard__body {
		grid-template-columns: 1fr;
	}

	.bjbm-edboard__sidebar {
		position: static;
		width: auto;
		min-width: 0;
	}

	.bjbm-edboard__stats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.bjbm-edboard__members,
	.bjbm-edboard__reviewers {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.bjbm-edboard {
		padding-left: 0.9rem;
		padding-right: 0.9rem;
	}

	.bjbm-edboard__hero,
	.bjbm-edboard__section-inner {
		padding: 1.1rem;
	}

	.bjbm-edboard__stats {
		grid-template-columns: 1fr;
	}

	.bjbm-edboard__role-head,
	.bjbm-edboard__history-card {
		flex-direction: column;
		align-items: start;
	}
}
/* Hide OJS similar/same-author article recommendation blocks
   without disabling article footer hooks used by EmbedGalley */
#articlesBySimilarityList,
#articlesBySameAuthorList {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* ==========================================================
   GCBS-STYLE BLUE BULLET-TRAIN LIGHT
   Zero visual waiting: left arrow runs, then right arrow starts instantly.
   ========================================================== */

/* Gold arrow body lines remain as the base track */
.bjbm_topbar__arrowStroke {
  position: absolute !important;
  display: block !important;
  overflow: hidden !important;
  isolation: isolate !important;
  border-radius: 999px !important;
  z-index: 24 !important;
  box-shadow: none !important;
  filter: none !important;

  background: linear-gradient(
    90deg,
    #ecdcb6 0%,
    #e4cca0 18%,
    #d7b879 38%,
    #c79a58 68%,
    #a97a37 100%
  ) !important;
}

/* Reverse the gold base direction for the left arrow */
.bjbm_topbar__arrow--left .bjbm_topbar__arrowStroke {
  background: linear-gradient(
    90deg,
    #a97a37 0%,
    #c79a58 30%,
    #d7b879 60%,
    #e4cca0 82%,
    #ecdcb6 100%
  ) !important;
}

/* Keep ::before disabled; only ::after is used for the moving light */
.bjbm_topbar__arrowStroke::before {
  content: none !important;
  display: none !important;
}

/* Single GCBS-blue bullet-train travelling light */
.bjbm_topbar__arrowStroke::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;

  top: -1px !important;
  bottom: -1px !important;
  left: 0 !important;

  width: 240px !important;
  height: auto !important;

  opacity: 1 !important;
  pointer-events: none !important;
  z-index: 50 !important;

  /*
     Bullet-train shape:
     - soft thin tail on the left
     - stronger, larger head on the right
     - same GCBS/header blue family
  */
  background: linear-gradient(
    90deg,
    rgba(9, 43, 145, 0.00) 0%,
    rgba(9, 43, 145, 0.00) 10%,
    rgba(9, 43, 145, 0.05) 24%,
    rgba(9, 43, 145, 0.12) 38%,
    rgba(9, 43, 145, 0.22) 52%,
    rgba(9, 43, 145, 0.36) 66%,
    rgba(9, 43, 145, 0.55) 78%,
    rgba(9, 43, 145, 0.78) 88%,
    rgba(9, 43, 145, 0.96) 94%,
    rgba(9, 43, 145, 1.00) 97%,
    rgba(9, 43, 145, 0.35) 99%,
    rgba(9, 43, 145, 0.00) 100%
  ) !important;

  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;

  filter:
    drop-shadow(0 0 3px rgba(9, 43, 145, .32))
    drop-shadow(0 0 6px rgba(9, 43, 145, .22)) !important;

  mix-blend-mode: normal !important;

  animation-play-state: running !important;
  will-change: transform !important;
}

/* Left side runs first */
.bjbm_topbar__arrow--left .bjbm_topbar__arrowStroke::after {
  animation: bjbmGCBSBlueBulletSequentialLeft 10.6s linear infinite !important;
}

/* Right side starts earlier to compensate for the logo gap */
.bjbm_topbar__arrow--right .bjbm_topbar__arrowStroke::after {
  animation: bjbmGCBSBlueBulletSequentialRight 10.6s linear infinite !important;
}

/* Left arrow: finishes near the middle */
@keyframes bjbmGCBSBlueBulletSequentialLeft {
  0% {
    transform: translate3d(-235px, 0, 0);
  }

  49.8% {
    transform: translate3d(calc(100% + 260px), 0, 0);
  }

  100% {
    transform: translate3d(calc(100% + 260px), 0, 0);
  }
}

/* Right arrow: begins earlier so the logo gap feels shorter */
@keyframes bjbmGCBSBlueBulletSequentialRight {
  0% {
    transform: translate3d(-235px, 0, 0);
  }

  42% {
    transform: translate3d(-235px, 0, 0);
  }

  92% {
    transform: translate3d(calc(100% + 260px), 0, 0);
  }

  100% {
    transform: translate3d(calc(100% + 260px), 0, 0);
  }
}


/* Mobile version */
@media (max-width: 860px) {

  .bjbm_topbar__arrowStroke::after {
    width: 180px !important;
  }

  .bjbm_topbar__arrow--left .bjbm_topbar__arrowStroke::after {
    animation: bjbmGCBSBlueBulletSequentialLeftMobile 10.5s linear infinite !important;
  }

  .bjbm_topbar__arrow--right .bjbm_topbar__arrowStroke::after {
    animation: bjbmGCBSBlueBulletSequentialRightMobile 10.5s linear infinite !important;
  }
}

@keyframes bjbmGCBSBlueBulletSequentialLeftMobile {
  0% {
    transform: translate3d(-175px, 0, 0);
  }

  49.8% {
    transform: translate3d(calc(100% + 200px), 0, 0);
  }

  100% {
    transform: translate3d(calc(100% + 200px), 0, 0);
  }
}

@keyframes bjbmGCBSBlueBulletSequentialRightMobile {
  0% {
    transform: translate3d(-175px, 0, 0);
  }

  42% {
    transform: translate3d(-175px, 0, 0);
  }

  92% {
    transform: translate3d(calc(100% + 200px), 0, 0);
  }

  100% {
    transform: translate3d(calc(100% + 200px), 0, 0);
  }
}

.bjbm_topbar__arrow--right .bjbm_topbar__arrowText {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}

.bjbm_topbar__arrow--right .bjbm_topbar__arrowText span {
  display: inline-block !important;
  white-space: nowrap !important;
  text-align: center !important;
  line-height: 1 !important;

  background-image: linear-gradient(
    to bottom right,
    var(--gcbs-gold, #b68a3e) 0%,
    var(--gcbs-gold, #b68a3e) 50%,
    var(--gcbs-blue, #092b91) 50%,
    var(--gcbs-blue, #092b91) 100%
  ) !important;

  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background-position: center center !important;

  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  text-shadow: none !important;
}

.bjbm_topbar__arrow--left .bjbm_topbar__arrowText span {
  display: inline-block !important;
  white-space: nowrap !important;
  text-align: center !important;
  line-height: 1 !important;

  background-image: linear-gradient(
    to bottom left,
    var(--gcbs-gold, #b68a3e) 0%,
    var(--gcbs-gold, #b68a3e) 50%,
    var(--gcbs-blue, #092b91) 50%,
    var(--gcbs-blue, #092b91) 100%
  ) !important;

  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background-position: center center !important;

  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  text-shadow: none !important;
}

/* GCBS LEADS must inherit the same single gradient */
.bjbm_topbar__arrow--left .bjbm_topbar__arrowText strong {
  display: inline !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: inherit !important;
  color: inherit !important;
  text-shadow: none !important;
}



/* ==========================================================
   OVERWRITE: Disable all topbar arrow graphics
   Keeps only the text/slogan
   ========================================================== */

/* Remove arrow body/tail/head pseudo-elements */
.bjbm_topbar__arrow::before,
.bjbm_topbar__arrow::after,
.bjbm_topbar__arrowHead,
.bjbm_topbar__arrowHead::before,
.bjbm_topbar__arrowHead::after,
.bjbm_topbar__arrowStroke,
.bjbm_topbar__arrowStroke::before,
.bjbm_topbar__arrowStroke::after,
.bjbm_topbar__arrowStroke--top,
.bjbm_topbar__arrowStroke--bottom,
.bjbm_topbar__arrowLight,
.bjbm_topbar__arrowLight::before,
.bjbm_topbar__arrowLight::after {
  content: none !important;
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  filter: none !important;
  animation: none !important;
  pointer-events: none !important;
}

/* Remove any visible arrow container line, border, glow, or shape */
.bjbm_topbar__arrow,
.bjbm_topbar__arrow--left,
.bjbm_topbar__arrow--right {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  clip-path: none !important;
  animation: none !important;
  overflow: visible !important;
}

/* Disable hover/focus arrow animations completely */
.bjbm_topbar__arrow:hover,
.bjbm_topbar__arrow:focus,
.bjbm_topbar__arrow:focus-within,
.bjbm_topbar__arrow--left:hover,
.bjbm_topbar__arrow--right:hover {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  animation: none !important;
}

/* Keep arrow/slogan text visible */
.bjbm_topbar__arrowText {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 2 !important;
}

/* =========================================================
   BJBM Editorial Masthead 
   ========================================================= */

.bjbm-edboard__roles--ordered {
  display: block;
}

.bjbm-edboard__role-group--profile {
  margin-top: 32px;
  padding-top: 4px;
}

.bjbm-edboard__role-group--profile:first-child {
  margin-top: 18px;
}

.bjbm-edboard__role-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(11, 61, 111, 0.18);
}

.bjbm-edboard__role-title {
  margin: 0;
  color: var(--gcbs-blue);
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.2;
}

.bjbm-edboard__role-count {
  color: #64748b;
  font-size: 0.88rem;
  font-weight: 700;
  white-space: nowrap;
}

.bjbm-edboard__member-list {
  display: block;
}

.bjbm-edboard__profile-card {
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr);
  gap: 35px;
  padding: 24px 0 26px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.12);
  background: transparent;
}

.bjbm-edboard__profile-card:last-child {
  border-bottom: 0;
}

.bjbm-edboard__photo-wrap {
  width: 150px !important;
  height: 150px !important;
  flex: 0 0 150px !important;
  min-width: 150px !important;

  border-radius: 50% !important;
  overflow: hidden !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: #ffffff !important;

  /* thin gold frame */
  border: 2px solid var(--gcbs-gold) !important;

  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06) !important;
}

.bjbm-edboard__photo {
  width: 100% !important;
  height: 100% !important;
  display: block !important;

  border-radius: 50% !important;
  object-fit: contain !important;
  object-position: center center !important;

  background: #ffffff !important;
}

.bjbm-edboard__photo--fallback {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 50% !important;
  background: #ffffff !important;
  color: var(--gcbs-blue) !important;
  font-weight: 800 !important;
}

.bjbm-edboard__photo-fallback {
  width: 124px !important;
  height: 124px !important;
  border-radius: 50% !important;
  align-items: center !important;
  justify-content: center !important;
  background: #ffffff !important;
  color: var(--gcbs-blue) !important;
  font-size: 1rem !important;
  font-weight: 900 !important;
}

.bjbm-edboard__profile-main {
  min-width: 0;
  padding-top: 5px;
}

.bjbm-edboard__profile-top {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-bottom: 5px;
}

.bjbm-edboard__profile-name {
  margin: 0;
  color: #4f5874;
  font-size: 1.13rem;
  font-weight: 850;
  line-height: 1.25;
}

.bjbm-edboard__profile-links {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.bjbm-edboard__profile-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #4f5874;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
}

.bjbm-edboard__profile-link:hover,
.bjbm-edboard__profile-link:focus {
  color: var(--gcbs-gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bjbm-edboard__profile-link .orcid,
.bjbm-edboard__profile-link .orcid a {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.bjbm-edboard__profile-link .orcid svg {
  width: 17px;
  height: 17px;
  display: block;
}

.bjbm-edboard__profile-role {
  margin: 0 0 6px;
  color: #222;
  font-size: 1.02rem;
  font-style: italic;
  line-height: 1.45;
}

.bjbm-edboard__profile-address {
  margin: 0 0 5px;
  color: #202020;
  font-size: 1.02rem;
  line-height: 1.55;
}

.bjbm-edboard__profile-interests {
  margin: 0;
  color: #202020;
  font-size: 1.01rem;
  line-height: 1.55;
}

.bjbm-edboard__profile-interests strong {
  font-weight: 850;
}

/* Smaller screens */
@media (max-width: 720px) {
  .bjbm-edboard__profile-card {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 35px;
    padding: 20px 0 22px;
  }

  .bjbm-edboard__photo-wrap,
  .bjbm-edboard__photo {
    width: 78px;
    height: 78px;
  }

  .bjbm-edboard__profile-name {
    font-size: 1.02rem;
  }

  .bjbm-edboard__profile-link,
  .bjbm-edboard__profile-role,
  .bjbm-edboard__profile-address,
  .bjbm-edboard__profile-interests {
    font-size: 0.95rem;
  }

  .bjbm-edboard__role-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
}

@media (max-width: 480px) {
  .bjbm-edboard__profile-card {
    grid-template-columns: 1fr;
  }

  .bjbm-edboard__photo-wrap,
  .bjbm-edboard__photo {
    width: 92px;
    height: 92px;
  }
}

.bjbm_issue_page .bjbm_issue_clean__preArticles,
.bjbm_issue_page .bjbm_issue_clean__heroRow{
  grid-template-columns: minmax(160px, 195px) minmax(0, 1fr) !important;
}

/* left issue cover/card block */
.bjbm_issue_page .bjbm_issue_clean__preArticlesCol--left,
.bjbm_issue_page .bjbm_issue_clean__imageCard--stacked,
.bjbm_issue_page .bjbm_issue_clean__imageCard{
  max-width: 195px !important;
  width: 100% !important;
}

/* cover image area */
.bjbm_issue_page .bjbm_issue_clean__imageCard{
  padding: 6px !important;
  min-height: 0 !important;
}

.bjbm_issue_page .bjbm_issue_clean__image{
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: 245px !important;
  object-fit: contain !important;
}

/* reduce Vol. 8 No. 1 (2025) font size */
.bjbm_issue_page .bjbm_issue_clean__issueTitle{
  font-size: 1.25rem !important;
  line-height: 1.18 !important;
}

/* =========================================================
   BJBM FOOTER — TIGHTER LAYOUT WITH TWO DIVIDERS
   ========================================================= */

.bjbm_footer,
.bjbm_footer * {
  box-sizing: border-box;
}

.bjbm_footer {
  position: relative;
  width: 100%;
  margin-top: 28px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 15% 25%, rgba(200, 154, 61, 0.07), transparent 30%),
    radial-gradient(circle at 86% 68%, rgba(9, 43, 145, 0.05), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
  border-top: 1px solid var(--gcbs-gold, #c89a3d);
  color: #263238;
  overflow: hidden;
}

.bjbm_footer__topline {
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--gcbs-blue, #092b91) 0%,
    var(--gcbs-gold, #c89a3d) 34%,
    var(--gcbs-gold, #c89a3d) 66%,
    var(--gcbs-blue, #092b91) 100%
  );
}

.bjbm_footer__inner {
  width: min(var(--site-max, 1380px), calc(100vw - 32px));
  max-width: min(var(--site-max, 1380px), calc(100vw - 32px));
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: minmax(255px, 315px) 1px minmax(0, 1fr) 1px minmax(225px, 285px);
  align-items: center;
  gap: 8px;
  min-height: 120px;
  padding-top: 14px;
  padding-bottom: 14px;
}

/* left block */
.bjbm_footer__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.bjbm_footer__logoLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.bjbm_footer__journalLogo {
  display: block;
  width: auto;
  max-width: 82px;
  max-height: 82px;
  object-fit: contain;
}

.bjbm_footer__logoFallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  border: 2px solid var(--gcbs-gold, #c89a3d);
  border-radius: 12px;
  color: var(--gcbs-blue, #092b91);
  background: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

.bjbm_footer__brandText {
  min-width: 0;
}

.bjbm_footer__brandTitle {
  color: var(--gcbs-blue, #092b91);
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: clamp(1.7rem, 1.9vw, 2.35rem);
  line-height: 0.95;
  letter-spacing: 0.01em;
  font-weight: 700;
}

.bjbm_footer__brandName {
  margin-top: 5px;
  color: #454c56;
  font-size: 0.88rem;
  line-height: 1.24;
  letter-spacing: 0.004em;
  font-weight: 400;
}

/* dividers */
.bjbm_footer__divider {
  width: 1px;
  height: 86px;
  justify-self: center;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(9, 43, 145, 0.18),
    rgba(200, 154, 61, 0.38),
    transparent
  );
}

.bjbm_footer__divider--left {
  margin-left: 0;
  margin-right: 0;
}

.bjbm_footer__divider--right {
  margin-left: 0;
  margin-right: 0;
}

/* middle content */
.bjbm_footer__content {
  min-width: 0;
  padding-left: 4px;
  padding-right: 4px;
}

.bjbm_footer__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 16px;
  margin: 0 0 8px 0;
}

.bjbm_footer__nav a {
  position: relative;
  color: #263238;
  text-decoration: none;
  font-size: 0.81rem;
  line-height: 1.12;
  font-weight: 700;
  white-space: nowrap;
  transition: color 160ms ease;
}

.bjbm_footer__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -4px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(
    90deg,
    var(--gcbs-gold, #c89a3d),
    var(--gcbs-blue, #092b91)
  );
  transition: right 180ms ease;
}

.bjbm_footer__nav a:hover,
.bjbm_footer__nav a:focus {
  color: var(--gcbs-blue, #092b91);
}

.bjbm_footer__nav a:hover::after,
.bjbm_footer__nav a:focus::after {
  right: 0;
}

.bjbm_footer__copyright {
  max-width: 100%;
  margin: 0;
  color: #37404a;
  font-size: 0.8rem;
  line-height: 1.42;
  font-weight: 400;
}

.bjbm_footer__copyright span {
  color: #9f762c;
  font-weight: 700;
}

.bjbm_footer__adopted {
  margin: 4px 0 0 0;
  color: #6b7580;
  font-size: 0.71rem;
  line-height: 1.24;
  font-style: italic;
  font-weight: 400;
}

.bjbm_footer__customContent {
  margin-top: 8px;
  color: #66717d;
  font-size: 0.78rem;
  line-height: 1.42;
}

/* right publisher block */
.bjbm_footer__right {
  justify-self: end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 9px;
  min-width: 0;
  max-width: 285px;
}

.bjbm_footer__gcbs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  color: inherit;
  text-decoration: none;
  text-align: right;
  max-width: 100%;
}

.bjbm_footer__gcbsLogo,
.bjbm_footer__rubLogo {
  width: 38px;
  height: 38px;
  object-fit: contain;
  flex: 0 0 auto;
}

.bjbm_footer__gcbsLogo {
  border-radius: 50%;
}

.bjbm_footer__gcbsText {
  min-width: 0;
}

.bjbm_footer__gcbsMain {
  color: var(--gcbs-blue, #092b91);
  font-size: 0.92rem;
  line-height: 1.03;
  letter-spacing: 0.04em;
  font-weight: 800;
  white-space: nowrap;
}

.bjbm_footer__gcbsMain span {
  color: var(--gcbs-gold, #c89a3d);
  padding: 0 3px;
}

.bjbm_footer__gcbsSub {
  margin-top: 2px;
  color: var(--gcbs-blue, #092b91);
  font-size: 0.42rem;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  white-space: nowrap;
}

.bjbm_footer__feedback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.13), rgba(255,255,255,0)),
    var(--gcbs-blue, #092b91);
  color: #ffffff;
  text-decoration: none;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow:
    0 8px 18px rgba(9, 43, 145, 0.16),
    inset 0 0 0 1px rgba(255,255,255,0.15);
  transition: transform 160ms ease, background 160ms ease;
}

.bjbm_footer__feedback:hover,
.bjbm_footer__feedback:focus {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.13), rgba(255,255,255,0)),
    #8e6c39;
  color: #ffffff;
  transform: translateY(-1px);
}

.bjbm_footer__feedbackIcon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.bjbm_footer__feedbackIcon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linejoin: round;
}

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

/* responsive */
@media (max-width: 1180px) {
  .bjbm_footer__inner {
    grid-template-columns: minmax(245px, 290px) 1px minmax(0, 1fr) 1px minmax(210px, 260px);
    gap: 7px;
  }
}

@media (max-width: 920px) {
  .bjbm_footer__inner {
    grid-template-columns: minmax(245px, 290px) 1px minmax(0, 1fr);
    gap: 10px;
  }

  .bjbm_footer__divider--right {
    display: none;
  }

  .bjbm_footer__right {
    grid-column: 1 / -1;
    justify-self: stretch;
    max-width: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 1px solid rgba(9, 43, 145, 0.12);
  }
}

@media (max-width: 760px) {
  .bjbm_footer__inner {
    width: min(100% - 24px, var(--site-max, 1380px));
    max-width: min(100% - 24px, var(--site-max, 1380px));
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: unset;
    padding-top: 18px;
    padding-bottom: 20px;
  }

  .bjbm_footer__divider {
    display: none;
  }

  .bjbm_footer__brand {
    align-items: flex-start;
  }

  .bjbm_footer__right {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .bjbm_footer__gcbs {
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 520px) {
  .bjbm_footer__nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .bjbm_footer__feedback {
    width: 100%;
  }
}
/* BJBM Crossref Insights */
.bjbm-crossref-panel {
  max-width: 1180px;
  margin: 28px auto 42px;
  padding: 26px;
  border: 1px solid rgba(11, 55, 108, 0.14);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  box-shadow: 0 16px 36px rgba(11, 55, 108, 0.08);
}

.bjbm-crossref-head {
  margin-bottom: 20px;
}

.bjbm-crossref-kicker {
  margin: 0 0 6px;
  color: #b8860b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bjbm-crossref-head h2 {
  margin: 0;
  color: #0b376c;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
}

.bjbm-crossref-note {
  margin: 8px 0 0;
  color: #334155;
  font-size: 15px;
}

.bjbm-crossref-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.bjbm-crossref-card {
  padding: 18px;
  border-radius: 15px;
  background: #ffffff;
  border: 1px solid rgba(11, 55, 108, 0.12);
  box-shadow: 0 8px 22px rgba(11, 55, 108, 0.05);
}

.bjbm-crossref-card span {
  display: block;
  margin-bottom: 8px;
  color: #64748b;
  font-size: 13px;
}

.bjbm-crossref-card strong {
  display: block;
  color: #0b376c;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
}

.bjbm-crossref-lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 20px;
}

.bjbm-crossref-list {
  padding: 20px;
  border-radius: 15px;
  background: #ffffff;
  border: 1px solid rgba(11, 55, 108, 0.12);
  box-shadow: 0 8px 22px rgba(11, 55, 108, 0.05);
}

.bjbm-crossref-list h3 {
  margin: 0 0 12px;
  color: #0b376c;
  font-size: 18px;
  font-weight: 800;
}

.bjbm-crossref-item {
  padding: 12px 0;
  border-bottom: 1px solid #edf2f7;
}

.bjbm-crossref-item:last-child {
  border-bottom: none;
}

.bjbm-crossref-item a {
  color: #0b376c;
  font-weight: 700;
  text-decoration: none;
}

.bjbm-crossref-item a:hover {
  color: #b8860b;
  text-decoration: underline;
}

.bjbm-crossref-meta {
  margin-top: 5px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.45;
}

.bjbm-crossref-small {
  margin: 18px 0 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .bjbm-crossref-grid,
  .bjbm-crossref-lists {
    grid-template-columns: 1fr;
  }

  .bjbm-crossref-panel {
    margin: 20px 12px 34px;
    padding: 20px;
  }
}

/* =========================================================
   BJBM Crossref / Scilit-style Interactive Insights
   ========================================================= */

.bjbm-insights-dash {
  max-width: 1480px;
  margin: 24px auto 60px;
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 34px;
  color: #111827;
  font-family: Lato, Arial, sans-serif;
}

.bjbm-insights-left,
.bjbm-insights-main {
  min-width: 0;
}

.bjbm-side-card {
  background: #fff;
  border-bottom: 1px solid #d9e1ec;
  padding: 18px 14px 24px;
}

.bjbm-side-card h3 {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 800;
  color: #657289;
}

.bjbm-help {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  border: 2px solid #657289;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

.bjbm-side-subtitle {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 800;
  color: #111827;
}

.bjbm-side-small {
  margin: -8px 0 12px;
  font-size: 13px;
  color: #657289;
  font-weight: 700;
}

.bjbm-side-metrics {
  display: grid;
  gap: 11px;
}

.bjbm-side-metrics div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  font-size: 15px;
  color: #10264a;
}

.bjbm-side-metrics strong {
  color: #10264a;
  font-weight: 500;
  text-align: right;
}

.bjbm-insights-main {
  background: #fff;
  padding: 12px 6px 40px;
}

.bjbm-insights-breadcrumb {
  text-align: right;
  font-size: 11px;
  color: #6a7d95;
  margin-bottom: 18px;
}

.bjbm-source-head h1 {
  margin: 0 0 6px;
  font-size: 28px;
  line-height: 1.15;
  color: #111;
  font-weight: 900;
}

.bjbm-source-head p {
  margin: 3px 0;
  color: #10264a;
  font-size: 13px;
}

.bjbm-source-overview {
  margin: 46px 0 26px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}

.bjbm-source-overview h3,
.bjbm-subject-row h3 {
  margin: 0 0 12px;
  font-size: 13px;
  color: #111;
  font-weight: 800;
}

.bjbm-source-pill,
.bjbm-chip-row span {
  display: inline-flex;
  padding: 4px 8px;
  background: #eef3f8;
  color: #10264a;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
}

.bjbm-source-stat {
  display: flex;
  justify-content: space-between;
  max-width: 420px;
  font-size: 12px;
  color: #10264a;
  padding: 3px 0;
}

.bjbm-source-stat strong {
  text-decoration: underline;
  font-weight: 600;
}

.bjbm-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.bjbm-analysis-head {
  margin-top: 42px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

.bjbm-analysis-head h2,
.bjbm-table-panel h2,
.bjbm-collab-panel h2,
.bjbm-latest-head h2 {
  margin: 0 0 18px;
  font-size: 22px;
  color: #111;
  font-weight: 900;
}

.bjbm-analysis-head p,
.bjbm-table-panel p,
.bjbm-collab-panel p {
  margin: 0;
  font-size: 15px;
  color: #111;
  font-weight: 700;
}

.bjbm-chart-controls {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.bjbm-chart-controls button {
  border: 1px solid #d6deea;
  background: #f7f9fc;
  color: #10264a;
  padding: 10px 18px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.bjbm-chart-controls button.is-active {
  background: #2f7fbd;
  color: #fff;
}

.bjbm-chart-controls label,
.bjbm-latest-head label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111;
  font-size: 14px;
  font-weight: 700;
}

.bjbm-chart-controls select,
.bjbm-latest-head select {
  border: 0;
  background: #f6f8fb;
  padding: 10px 14px;
  border-radius: 5px;
  color: #111;
  font-weight: 800;
}

.bjbm-chart-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  margin: 26px 0 42px;
}

.bjbm-chart-panel h3 {
  margin: 0 0 14px;
  font-size: 17px;
  color: #111;
  font-weight: 800;
}

.bjbm-big-chart svg {
  width: 100%;
  height: 300px;
  display: block;
}

.bjbm-mini-chart svg {
  width: 100%;
  height: 210px;
  display: block;
}

.bjbm-chart-tooltip {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  display: none;
  background: #111827;
  color: #fff;
  padding: 7px 9px;
  border-radius: 5px;
  font-size: 12px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .20);
}

.bjbm-table-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  margin: 20px 0 44px;
}

.bjbm-data-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 18px;
  font-size: 15px;
}

.bjbm-data-table th {
  text-align: left;
  background: #eef1f5;
  color: #657289;
  font-weight: 900;
  padding: 9px 10px;
}

.bjbm-data-table th:last-child,
.bjbm-data-table td:last-child {
  text-align: right;
}

.bjbm-data-table td {
  position: relative;
  padding: 9px 10px;
  border-bottom: 6px solid #fff;
  background: #f7f9fc;
  color: #111;
}

.bjbm-data-table td:first-child {
  overflow: hidden;
}

.bjbm-table-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #dce7f4;
  z-index: 0;
}

.bjbm-table-label {
  position: relative;
  z-index: 1;
}

.bjbm-data-table a {
  color: #111;
  text-decoration: underline;
}

.bjbm-collab-panel {
  margin: 34px 0 44px;
}

.bjbm-collab-body {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 60px;
  align-items: center;
}

.bjbm-pie-wrap svg {
  width: 280px;
  height: 280px;
}

.bjbm-collab-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.bjbm-collab-table th,
.bjbm-collab-table td {
  padding: 15px 10px;
  text-align: left;
}

.bjbm-collab-table th:nth-child(2),
.bjbm-collab-table th:nth-child(3),
.bjbm-collab-table td:nth-child(2),
.bjbm-collab-table td:nth-child(3) {
  text-align: center;
}

.bjbm-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-right: 9px;
}

.bjbm-latest-panel {
  border-top: 1px solid #d9e1ec;
  padding-top: 26px;
}

.bjbm-latest-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-bottom: 20px;
}

.bjbm-publication {
  padding: 18px 0 24px;
  border-bottom: 1px solid #e3e8f0;
}

.bjbm-publication__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 8px;
}

.bjbm-publication__badges span,
.bjbm-publication__badges a {
  display: inline-flex;
  padding: 4px 8px;
  border: 1px solid #b9c9dc;
  border-radius: 3px;
  color: #10264a;
  background: #fff;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.bjbm-publication__date {
  font-size: 12px;
  color: #657289;
  margin-bottom: 5px;
}

.bjbm-publication h3 {
  margin: 0 0 6px;
  font-size: 17px;
  line-height: 1.35;
}

.bjbm-publication h3 a {
  color: #111;
  text-decoration: none;
}

.bjbm-publication h3 a:hover {
  color: #0b376c;
  text-decoration: underline;
}

.bjbm-publication__authors {
  font-size: 13px;
  color: #10264a;
  font-weight: 700;
  margin-bottom: 7px;
}

.bjbm-publication__meta {
  color: #657289;
  font-size: 12px;
  line-height: 1.5;
}

.bjbm-empty {
  color: #657289;
  font-size: 14px;
  padding: 12px 0;
}

@media (max-width: 1100px) {
  .bjbm-insights-dash {
    grid-template-columns: 1fr;
    margin-left: 16px;
    margin-right: 16px;
  }

  .bjbm-chart-grid,
  .bjbm-table-grid,
  .bjbm-source-overview,
  .bjbm-collab-body {
    grid-template-columns: 1fr;
  }

  .bjbm-analysis-head {
    flex-direction: column;
  }
}

 .bjbm-xref-alert,
#bjbmCrossrefPanel .bjbm-xref-empty {
  border: 1px solid var(--bjbm-xref-line);
  border-radius: 16px;
  background: var(--bjbm-xref-soft);
  padding: 18px;
  color: var(--bjbm-xref-muted);
  font-weight: 650;
}

#bjbmCrossrefPanel .bjbm-xref-alert strong {
  color: var(--bjbm-xref-blue);
}

#bjbmCrossrefPanel .bjbm-xref-coverage {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(320px, .9fr);
  gap: 22px;
  align-items: start;
  margin-bottom: 28px;
}

#bjbmCrossrefPanel .bjbm-xref-coverage__main,
#bjbmCrossrefPanel .bjbm-xref-coverage__stats,
#bjbmCrossrefPanel .bjbm-xref-panel,
#bjbmCrossrefPanel .bjbm-xref-section {
  border: 1px solid var(--bjbm-xref-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(8, 47, 111, 0.06);
}

#bjbmCrossrefPanel .bjbm-xref-coverage__main {
  padding: 20px;
}

#bjbmCrossrefPanel .bjbm-xref-minihead {
  font-weight: 800;
  color: #5d6b84;
  margin-bottom: 8px;
}

#bjbmCrossrefPanel .bjbm-xref-pill {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #ecf4ff;
  color: var(--bjbm-xref-blue);
  font-weight: 800;
  font-size: .9rem;
}

#bjbmCrossrefPanel .bjbm-xref-coverage__main p {
  margin: 12px 0 0;
  color: var(--bjbm-xref-muted);
  line-height: 1.55;
}

#bjbmCrossrefPanel .bjbm-xref-coverage__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  overflow: hidden;
  background: var(--bjbm-xref-line);
}

#bjbmCrossrefPanel .bjbm-xref-coverage__stats div {
  background: #ffffff;
  padding: 18px;
  min-width: 0;
}

#bjbmCrossrefPanel .bjbm-xref-coverage__stats span {
  display: block;
  color: var(--bjbm-xref-muted);
  font-weight: 700;
  margin-bottom: 8px;
}

#bjbmCrossrefPanel .bjbm-xref-coverage__stats strong {
  display: block;
  color: var(--bjbm-xref-blue);
  font-size: 1.25rem;
  font-weight: 900;
}

#bjbmCrossrefPanel .bjbm-xref-report {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

#bjbmCrossrefPanel .bjbm-xref-side,
#bjbmCrossrefPanel .bjbm-xref-results {
  min-width: 0;
}

#bjbmCrossrefPanel .bjbm-xref-side {
  display: grid;
  gap: 16px;
}

#bjbmCrossrefPanel .bjbm-xref-panel {
  padding: 18px;
}

#bjbmCrossrefPanel .bjbm-xref-panel h2,
#bjbmCrossrefPanel .bjbm-xref-panel h3,
#bjbmCrossrefPanel .bjbm-xref-section h2,
#bjbmCrossrefPanel .bjbm-xref-chartbox h3 {
  margin: 0;
  color: var(--bjbm-xref-blue);
  line-height: 1.25;
}

#bjbmCrossrefPanel .bjbm-xref-panel h2 {
  font-size: 1.05rem;
  margin-bottom: 18px;
}

#bjbmCrossrefPanel .bjbm-xref-panel h3 {
  font-size: .96rem;
  margin-bottom: 12px;
  color: #657188;
}

#bjbmCrossrefPanel .bjbm-xref-panel h3 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 2px solid #7a879d;
  border-radius: 999px;
  font-size: .78rem;
  color: #657188;
}

#bjbmCrossrefPanel .bjbm-xref-statrow {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  font-size: .98rem;
}

#bjbmCrossrefPanel .bjbm-xref-statrow span {
  color: var(--bjbm-xref-text);
}

#bjbmCrossrefPanel .bjbm-xref-statrow strong {
  color: var(--bjbm-xref-blue);
  font-weight: 900;
  white-space: nowrap;
}

#bjbmCrossrefPanel .bjbm-xref-panel--small,
#bjbmCrossrefPanel .bjbm-xref-panel--chart {
  border-top: 3px solid #eef3fa;
}

#bjbmCrossrefPanel .bjbm-xref-panel--chart p {
  margin: 4px 0 12px;
  color: var(--bjbm-xref-muted);
  font-size: .9rem;
}

#bjbmCrossrefPanel .bjbm-xref-results {
  display: grid;
  gap: 24px;
}

#bjbmCrossrefPanel .bjbm-xref-section {
  padding: 20px;
}

#bjbmCrossrefPanel .bjbm-xref-section__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 18px;
}

#bjbmCrossrefPanel .bjbm-xref-section__head--plain {
  margin-bottom: 8px;
}

#bjbmCrossrefPanel .bjbm-xref-section h2 {
  font-size: 1.25rem;
  font-weight: 900;
}

#bjbmCrossrefPanel .bjbm-xref-section p {
  margin: 8px 0 0;
  color: var(--bjbm-xref-muted);
  line-height: 1.5;
}

#bjbmCrossrefPanel .bjbm-xref-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  white-space: normal;
}

#bjbmCrossrefPanel .bjbm-xref-toggle {
  display: inline-flex;
  border: 1px solid var(--bjbm-xref-line);
  border-radius: 10px;
  padding: 2px;
  background: #f7f9fd;
}

#bjbmCrossrefPanel .bjbm-xref-toggle button,
#bjbmCrossrefPanel .bjbm-xref-controls select,
#bjbmCrossrefPanel .bjbm-xref-sort select {
  font: inherit;
}

#bjbmCrossrefPanel .bjbm-xref-toggle button {
  border: 0;
  background: transparent;
  color: var(--bjbm-xref-text);
  padding: 9px 16px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
}

#bjbmCrossrefPanel .bjbm-xref-toggle button.is-active {
  background: #2e7fbd;
  color: #ffffff;
}

#bjbmCrossrefPanel .bjbm-xref-controls label,
#bjbmCrossrefPanel .bjbm-xref-sort {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--bjbm-xref-text);
  font-weight: 750;
  white-space: nowrap;
}

#bjbmCrossrefPanel .bjbm-xref-controls select,
#bjbmCrossrefPanel .bjbm-xref-sort select {
  min-width: 92px;
  border: 1px solid var(--bjbm-xref-line);
  border-radius: 10px;
  background: #ffffff;
  color: var(--bjbm-xref-text);
  padding: 9px 12px;
  font-weight: 750;
}

#bjbmCrossrefPanel .bjbm-xref-chartgrid,
#bjbmCrossrefPanel .bjbm-xref-grid2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

#bjbmCrossrefPanel .bjbm-xref-chartbox {
  min-width: 0;
}

#bjbmCrossrefPanel .bjbm-xref-chartbox h3 {
  font-size: .98rem;
  color: var(--bjbm-xref-text);
  margin-bottom: 10px;
}

#bjbmCrossrefPanel .bjbm-xref-chartwrap {
  width: 100%;
  overflow: hidden;
}

#bjbmCrossrefPanel .bjbm-xref-linechart {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  overflow: visible;
}

#bjbmCrossrefPanel .bjbm-xref-gridline {
  stroke: #dde4ed;
  stroke-width: 1;
}

#bjbmCrossrefPanel .bjbm-xref-axis {
  stroke: #49505a;
  stroke-width: 1.2;
}

#bjbmCrossrefPanel .bjbm-xref-line {
  fill: none;
  stroke: #2f9bd3;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#bjbmCrossrefPanel .bjbm-xref-dot {
  fill: #2f9bd3;
  stroke: #ffffff;
  stroke-width: 2;
}

#bjbmCrossrefPanel .bjbm-xref-ylabel,
#bjbmCrossrefPanel .bjbm-xref-xlabel {
  fill: #5e6775;
  font-size: 13px;
  font-weight: 650;
}

#bjbmCrossrefPanel .bjbm-xref-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 14px;
  font-size: .96rem;
}

#bjbmCrossrefPanel .bjbm-xref-table th {
  background: #eef2f7;
  color: #657188;
  padding: 10px;
  text-align: left;
  font-weight: 900;
}

#bjbmCrossrefPanel .bjbm-xref-table th:last-child,
#bjbmCrossrefPanel .bjbm-xref-table td:last-child {
  width: 110px;
  text-align: right;
}

#bjbmCrossrefPanel .bjbm-xref-table td {
  position: relative;
  padding: 10px;
  border-top: 3px solid #ffffff;
  background: var(--bjbm-xref-row);
  vertical-align: middle;
  overflow: hidden;
}

#bjbmCrossrefPanel .bjbm-xref-table td strong {
  position: relative;
  z-index: 1;
  font-weight: 700;
}

#bjbmCrossrefPanel .bjbm-xref-table td:last-child {
  color: var(--bjbm-xref-blue);
  font-weight: 900;
  text-decoration: underline;
}

#bjbmCrossrefPanel .bjbm-xref-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: var(--bjbm-xref-bar);
  min-width: 4px;
}

#bjbmCrossrefPanel .bjbm-xref-collab {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin-top: 18px;
}

#bjbmCrossrefPanel .bjbm-xref-piebox {
  display: flex;
  justify-content: center;
  align-items: center;
}

#bjbmCrossrefPanel .bjbm-xref-pie {
  width: 180px;
  height: 180px;
  display: block;
}

#bjbmCrossrefPanel .bjbm-xref-slice--0,
#bjbmCrossrefPanel .bjbm-xref-key--0 { fill: #4f9bdd; background: #4f9bdd; }
#bjbmCrossrefPanel .bjbm-xref-slice--1,
#bjbmCrossrefPanel .bjbm-xref-key--1 { fill: #ffdf45; background: #ffdf45; }
#bjbmCrossrefPanel .bjbm-xref-slice--2,
#bjbmCrossrefPanel .bjbm-xref-key--2 { fill: #d9dde3; background: #d9dde3; }
#bjbmCrossrefPanel .bjbm-xref-slice--3,
#bjbmCrossrefPanel .bjbm-xref-key--3 { fill: #43c37f; background: #43c37f; }

#bjbmCrossrefPanel .bjbm-xref-legend {
  display: grid;
  gap: 16px;
}

#bjbmCrossrefPanel .bjbm-xref-legendrow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 70px 80px;
  gap: 18px;
  align-items: center;
}

#bjbmCrossrefPanel .bjbm-xref-legendrow span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 750;
}

#bjbmCrossrefPanel .bjbm-xref-key {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

#bjbmCrossrefPanel .bjbm-xref-legendrow strong,
#bjbmCrossrefPanel .bjbm-xref-legendrow em {
  text-align: right;
  color: var(--bjbm-xref-blue);
  font-weight: 900;
  font-style: normal;
}

#bjbmCrossrefPanel .bjbm-xref-articles {
  display: grid;
  gap: 18px;
}

#bjbmCrossrefPanel .bjbm-xref-article {
  border-top: 1px solid var(--bjbm-xref-line);
  padding-top: 18px;
}

#bjbmCrossrefPanel .bjbm-xref-article:first-child {
  border-top: 0;
  padding-top: 0;
}

#bjbmCrossrefPanel .bjbm-xref-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 8px;
}

#bjbmCrossrefPanel .bjbm-xref-tags span {
  border: 1px solid #b7c6dc;
  border-radius: 5px;
  padding: 3px 8px;
  font-size: .78rem;
  color: var(--bjbm-xref-blue);
  background: #ffffff;
  font-weight: 750;
}

#bjbmCrossrefPanel .bjbm-xref-article time {
  display: block;
  color: #5f6f89;
  font-size: .86rem;
  margin-bottom: 4px;
}

#bjbmCrossrefPanel .bjbm-xref-article h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.35;
}

#bjbmCrossrefPanel .bjbm-xref-article h3 a {
  color: var(--bjbm-xref-text);
  text-decoration: none;
}

#bjbmCrossrefPanel .bjbm-xref-article h3 a:hover,
#bjbmCrossrefPanel .bjbm-xref-article h3 a:focus {
  color: var(--bjbm-xref-blue);
  text-decoration: underline;
}

#bjbmCrossrefPanel .bjbm-xref-authors,
#bjbmCrossrefPanel .bjbm-xref-meta {
  margin: 6px 0 0;
  color: #52617b;
  font-size: .9rem;
  line-height: 1.5;
}

@media (max-width: 1180px) {
  #bjbmCrossrefPanel .bjbm-doc-layout,
  #bjbmCrossrefPanel .bjbm-xref-report,
  #bjbmCrossrefPanel .bjbm-xref-coverage {
    grid-template-columns: 1fr;
  }

  #bjbmCrossrefPanel .bjbm-doc-sidebar__inner {
    position: relative;
    top: auto;
  }

  #bjbmCrossrefPanel .bjbm-doc-sidebar__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  #bjbmCrossrefPanel .bjbm-doc-wrap {
    width: min(100% - 20px, var(--site-max, 1380px));
  }

  #bjbmCrDynamic,
  #bjbmCrossrefPanel .bjbm-xref-header {
    padding: 22px 18px;
  }

  #bjbmCrossrefPanel .bjbm-xref-chartgrid,
  #bjbmCrossrefPanel .bjbm-xref-grid2,
  #bjbmCrossrefPanel .bjbm-xref-collab,
  #bjbmCrossrefPanel .bjbm-xref-coverage__stats {
    grid-template-columns: 1fr;
  }

  #bjbmCrossrefPanel .bjbm-xref-section__head {
    display: block;
  }

  #bjbmCrossrefPanel .bjbm-xref-controls {
    justify-content: flex-start;
    margin-top: 14px;
  }

  #bjbmCrossrefPanel .bjbm-doc-sidebar__nav {
    grid-template-columns: 1fr;
  }

  #bjbmCrossrefPanel .bjbm-xref-legendrow {
    grid-template-columns: minmax(0, 1fr) 52px 62px;
    gap: 10px;
  }
}

@media (max-width: 520px) {
  #bjbmCrossrefPanel h1 {
    font-size: 2rem;
  }

  #bjbmCrossrefPanel .bjbm-xref-controls,
  #bjbmCrossrefPanel .bjbm-xref-controls label,
  #bjbmCrossrefPanel .bjbm-xref-sort {
    width: 100%;
  }

  #bjbmCrossrefPanel .bjbm-xref-toggle,
  #bjbmCrossrefPanel .bjbm-xref-controls select,
  #bjbmCrossrefPanel .bjbm-xref-sort select {
    width: 100%;
  }

  #bjbmCrossrefPanel .bjbm-xref-toggle button {
    flex: 1 1 0;
  }
}

/* Final safety: prevents black filled SVG charts if a browser cache keeps older rules. */
#bjbmCrossrefPanel .bjbm-xref-linechart{display:block!important;width:100%!important;height:auto!important;overflow:visible!important;}
#bjbmCrossrefPanel .bjbm-xref-line{fill:none!important;stroke:#2f9bd3!important;stroke-width:3!important;stroke-linecap:round!important;stroke-linejoin:round!important;}
#bjbmCrossrefPanel .bjbm-xref-dot{fill:#2f9bd3!important;stroke:#fff!important;stroke-width:2!important;}
#bjbmCrossrefPanel .bjbm-xref-gridline{stroke:#d9e2ec!important;stroke-width:1!important;}
#bjbmCrossrefPanel .bjbm-xref-axis{stroke:#59677a!important;stroke-width:1.4!important;}
#bjbmCrossrefPanel .bjbm-xref-ylabel,#bjbmCrossrefPanel .bjbm-xref-xlabel{fill:#68778f!important;font-size:12px!important;font-family:Lato,Arial,sans-serif!important;font-weight:600!important;}
#bjbmCrossrefPanel .bjbm-xref-pie{display:block!important;width:100%!important;height:auto!important;max-width:230px!important;margin:auto!important;}


/* =========================================================
   and no Latest Publications section
   ========================================================= */
.bjbm-crossref-page .bjbm-doc-layout,
#bjbmCrossrefPanel .bjbm-doc-layout {
  display: block !important;
  grid-template-columns: 1fr !important;
}

.bjbm-crossref-page .bjbm-doc-sidebar,
#bjbmCrossrefPanel .bjbm-doc-sidebar,
.bjbm-crossref-page #xref-latest,
#bjbmCrossrefPanel #xref-latest,
.bjbm-crossref-page .bjbm-xref-latest,
#bjbmCrossrefPanel .bjbm-xref-latest {
  display: none !important;
}

.bjbm-crossref-page .bjbm-doc-main,
#bjbmCrossrefPanel .bjbm-doc-main {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}
