/* === Global Variables === */

/*:root {
/*--primary-dark-color: #06152d; /* Primary colour used by elements such as buttons */
/*--very-dark-primary-color: #062657;  /* Darker primary colour used for contrast or hover effects */
/* --primary-light-color: #606263; /* lighter colour or secondary colour */
/* --topbar-background-color:#ffffff; /* background colour for the top bar of the navigation */
/*--menu-background-color: #06152d; /* background colour for the menu bar of the navigation */
/*--menu-alternative-background-color: #000; /* Alternative background colour for the menu bar, used by some buttons */
/*--menu-foreground-color: #ffffff; /* font colour used in the menu bar */
/*--link-color: #2199e8;
/* --toc-link-color: #2199e8; /* Colour used by text on TOC sidebar elements */
/*--figure-caption-background-color: #003DAC; 
/*--figure-caption-color: #FFFFFF;*/
}

#search-menu {
  max-width: 500px;
}

/* === General Link Styles === */
a {
  text-decoration: underline !important;
}
a:hover {
  color:#06152d;
}

/* === Header & Navigation === */
header #main-menu {
  margin-top: -.3125rem;
  border-top-width: 0px;
  border-bottom-color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 8px;
}
header #main-menu li a {
  /*font-family: 'Nimbus Sans', sans-serif;*/
  font-family: "Proxima Nova", Montserrat, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.1rem;
  text-align: left;
  font-weight: 500;
  line-height: 1.625;
  text-decoration: none !important;
}
header #main-menu li a:hover {
  background-color: #06152d;
  color: #ffffff !important;
  text-decoration: underline #f9f9f9 0.2375rem !important;
  text-underline-offset: 0.3rem;
}
header .main.top-bar {
  background-color: #ffffff;
}
/*header .top-bar-left svg {
  height: 100% !important;
  max-width: none;
  max-height: none;
  vertical-align: center !important;
}

/* === Top Bar === */
/*.top-bar-right {
  border-left: 0px;
}
.top-bar-right a {
  color: #921F29;
}
.top-bar-left {
  border-right: 0px;
}

/* === Buttons === */
body .button {
  border: .125rem solid #06152d;
  border-radius: 1.875rem;
  padding: .5rem 1.25rem .5rem 1.25rem;
  margin: .625rem 0;
  text-align: left;
  cursor: pointer;
  background-color: transparent !important;
  color: #06152d !important;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.38889;
  text-decoration: none !important;
  transition: color .2s ease-in-out,background-color .2s east-in-out,padding .2s ease-in-out;
  position: relative;
}
body .button:hover {
  background-color: #06152d !important;
  color: #fff !important;
}

/* === Callouts === */
body .callout.primary {
  background-color: #fff;
  border: 1px solid #e21c1b;
}
body .callout.primary h2 {
  font-family: Nimbus Sans,sans-serif;
  font-size: 1.125rem;
}
body .callout.primary dl {
  font-size: 1rem;
}
body .callout.primary p {
  font-size: 1rem;
}

/* === Figures & Tables === 
body .fig {
  border-style: solid;
  border-width: 1px;
  border-color: #d3d3d3;
  margin: 12px 0px 24px 0px;
  padding: 12px 12px 12px 12px;
}
body .fig-label {
  font-weight: 700;
}
body .table-wrap {
  border-style: solid;
  border-width: 1px;
  border-color: #d3d3d3;
  margin: 12px 0px 24px 0px;
  padding: 12px 12px 12px 12px;
}
body .table-foot {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #d3d3d3;
}
body .table-label {
  font-weight: 700;
}

/* === Utility Classes === */
.cover-float-right {
  width: 20%; 
  float: right;
  padding-left: 16px;
  padding-bottom: 16px;
}

/* === Journal Insights Banner (global styles) === */
.mg-hero {
  padding: 34px 0 44px;
  padding-bottom: 0px;
  background:
    radial-gradient(1200px 520px at 30% 10%, #eef4ff 0%, transparent 60%),
    radial-gradient(900px 420px at 85% 15%, rgba(255,255,255,.85) 0%, transparent 55%),
    linear-gradient(180deg, #f6f8ff 0%, #ffffff 72%);
}

.mg-hero__inner {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
}

.mg-hero__title {
  margin: 0 0 16px;
  text-align: left;
  color: #0f172a;
  font-size: 1.66667rem;
  font-family: "Proxima Nova", Montserrat, Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.1;
  font-weight: 500;
}

.mg-strip {
  border-radius: 16px;
  border: 1px solid rgba(15,23,42,.08);
  background: rgba(255,255,255,.65);
  /*box-shadow: 0 18px 40px rgba(2,6,23,.12);*/
  overflow: hidden;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  /*transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease;*/
}

.mg-strip:hover {
  background: rgba(255,255,255,.74);
 /* border-color: rgba(15,23,42,.14);
  box-shadow: 0 26px 60px rgba(2,6,23,.16);*/
}

.mg-strip--metrics {
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
}

.mg-metric {
  padding: 16px 18px;
  text-align: center;
  transition: background-color .18s ease;
}

/*.mg-metric:hover {
  background: rgba(255,255,255,.38);
}*/

.mg-metric:not(:last-child) {
  border-right: 1px solid rgba(15,23,42,.10);
}

.mg-metric__label {
  font-size: 14px;
  font-family: "Proxima Nova", Montserrat, Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  color: rgba(15,23,42,.80);
  margin-bottom: 8px;
}

.mg-metric__value {
  font-size: 30px;
  font-family: "Proxima Nova", Montserrat, Helvetica, Roboto, Arial, sans-serif;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.05;
}

.mg-unit {
  font-size: 15px;
  font-family: "Proxima Nova", Montserrat, Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  color: rgba(15,23,42,.60);
  margin-left: 6px;
}

.mg-strip--indexed {
  padding: 14px 16px 18px;
}

.mg-index__title {
  font-weight: 700;
  font-family: "Proxima Nova", Montserrat, Helvetica, Roboto, Arial, sans-serif;
  font-size: 13px;
  color: rgba(15,23,42,.80);
  margin-bottom: 12px;
}

.mg-index__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.mg-logo {
  flex: 0 0 auto;
  width: 150px;
  height: 50px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  text-decoration: none;
  transition: transform .12s ease, filter .12s ease;
}

.mg-logo:hover {
  transform: translateY(-2px) scale(1.02);
  /*filter: brightness(.78) contrast(1.12) saturate(1.05);*/
}

.mg-logo img {
  max-height: 40px;
  max-width: 150px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.mg-logo img[alt="EBSCO"] {
  max-height: 34px;
}

.mg-logo--cnki {
  width: 170px;
}
.mg-logo--cnki img {
  max-height: 52px;
  max-width: 170px;
}

.mg-logo--gscholar {
  width: 170px;
}
.mg-logo--gscholar img {
  max-height: 50px;
  max-width: 170px;
}

@media (max-width: 900px) {
  .mg-strip--metrics {
    grid-template-columns: 1fr;
  }
  .mg-metric:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(15,23,42,.10);
  }
}