:root{
  --issue-primary:#0b4d87;
  --issue-primary-soft:#eef4fb;
  --issue-border:#e4e7ec;
  --issue-border-strong:#d7dde6;
  --issue-text:#1f2937;
  --issue-muted:#475467;
  --issue-surface:#ffffff;
  --issue-shadow:0 20px 50px rgba(15, 23, 42, 0.06);
  --issue-serif:"Source Serif 4","Noto Serif SC",Georgia,"Times New Roman",serif;
  --issue-sans:"Source Sans 3","Noto Sans SC","Helvetica Neue",Arial,sans-serif;
  --issue-toc-col:300px;
  --issue-layout-gap:56px;
  --issue-layout-max:1460px;
  --issue-page-pad:24px;
  --issue-rail-top:20px;
}

body.article-reader-page{
  background:#fff;
  color:var(--issue-text);
}

body.article-reader-page .publisher-bar,
body.article-reader-page .journal-header,
body.article-reader-page .journal-nav{
  display:none;
}

body.article-reader-page .page{
  width:100%;
}

body.article-reader-page .progress-track{
  position:fixed;
  top:0;
  left:0;
  right:0;
  height:4px;
  background:rgba(11, 77, 135, 0.08);
  z-index:1200;
}

body.article-reader-page .progress-bar{
  height:100%;
  width:0;
  background:linear-gradient(90deg, #f7b733, #0e9bd8);
}

body.article-reader-page .card{
  background:var(--issue-surface);
  border:1px solid var(--issue-border);
  border-radius:18px;
  box-shadow:var(--issue-shadow);
}

body.article-reader-page .journal-main{
  background:transparent;
  padding:28px 0 48px;
}

body.article-reader-page .site-wrapper,
body.article-reader-page .journal-main,
body.article-reader-page .main-inner,
body.article-reader-page .main-left,
body.article-reader-page .layout,
body.article-reader-page .article-column{
  overflow:visible;
}

body.article-reader-page .main-inner{
  grid-template-columns:1fr;
  max-width:var(--issue-layout-max);
  padding:0;
  box-sizing:border-box;
}

body.article-reader-page .main-left{
  background:transparent;
  border:none;
  padding:0;
}

body.article-reader-page .article-topbar,
body.article-reader-page .hero,
body.article-reader-page .layout,
body.article-reader-page .reader,
body.article-reader-page .toc-rail,
body.article-reader-page .sidecards{
  font-family:var(--issue-sans);
}

body.article-reader-page .article-topbar{
  max-width:1240px;
  margin:0 auto 12px;
  padding:0 20px;
  display:grid;
  grid-template-columns:var(--issue-toc-col) minmax(0, 1fr);
  column-gap:var(--issue-layout-gap);
  border:none;
}

body.article-reader-page .article-topbar-actions{
  grid-column:2;
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  justify-self:start;
}

body.article-reader-page .article-topbar a{
  border-radius:999px;
  padding:8px 14px;
  font-size:12px;
  font-weight:700;
}

body.article-reader-page .article-topbar .topbar-btn{
  display:none;
}

body.article-reader-page .article-topbar .topbar-link{
  min-height:auto;
  padding:0;
  background:transparent;
  border:none;
  color:#475467;
  font-size:11px;
  font-weight:700;
  letter-spacing:0.18em;
  text-decoration:none;
  text-transform:uppercase;
}

body.article-reader-page .toc-backlink{
  display:inline-block;
  margin:0 0 18px;
}

body.article-reader-page .btn-solid,
body.article-reader-page .btn-ghost{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:40px;
  padding:10px 14px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  text-decoration:none;
  font-family:var(--issue-sans);
}

body.article-reader-page .btn-solid{
  background:var(--issue-primary);
  border:1px solid var(--issue-primary);
  color:#fff;
}

body.article-reader-page .btn-ghost{
  background:#fff;
  border:1px solid rgba(11, 77, 135, 0.14);
  color:var(--issue-primary);
}

body.article-reader-page .tag-row{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}

body.article-reader-page .tag{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:6px 10px;
  border-radius:999px;
  background:var(--issue-primary-soft);
  color:var(--issue-primary);
  font-size:11px;
  font-weight:700;
}

body.article-reader-page header.hero{
  max-width:1240px;
  margin:0 auto 32px;
  padding:0 20px 24px;
  background:transparent;
  border:none;
  border-bottom:1px solid var(--issue-border);
  border-radius:0;
  box-shadow:none;
  color:#101828;
}

body.article-reader-page header.hero::after{
  display:none;
}

body.article-reader-page header.hero .page{
  display:grid;
  grid-template-columns:var(--issue-toc-col) minmax(0, 1fr);
  column-gap:var(--issue-layout-gap);
  padding:0;
}

body.article-reader-page .hero-top{
  display:none;
}

body.article-reader-page .kicker{
  color:#667085;
  opacity:1;
  font-size:11px;
  letter-spacing:0.2em;
}

body.article-reader-page .badge-pill{
  color:#344054;
  background:transparent;
  border:1px solid var(--issue-border-strong);
  padding:5px 10px;
  font-size:11px;
  letter-spacing:0.04em;
}

body.article-reader-page .hero-title{
  grid-column:2;
  max-width:none;
  width:100%;
  margin:0 0 8px;
  color:#101828;
  font-family:var(--issue-serif);
  font-size:clamp(31px, 3vw, 40px);
  line-height:1.12;
  letter-spacing:-0.028em;
  text-wrap:balance;
}

body.article-reader-page .hero-sub{
  grid-column:2;
  max-width:64ch;
  margin:0 0 16px;
  color:var(--issue-muted);
  font-size:14px;
  line-height:1.7;
}

body.article-reader-page .hero-meta{
  grid-column:2;
  display:flex;
  flex-wrap:wrap;
  gap:6px 14px;
  max-width:760px;
  margin-top:0;
  padding-top:10px;
  border-top:1px solid var(--issue-border);
}

body.article-reader-page .hero-meta .meta-item{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:0;
  background:transparent;
  border:none;
  border-radius:0;
  color:var(--issue-muted);
  font-size:12px;
}

body.article-reader-page .hero-meta .meta-item + .meta-item::before{
  content:"";
  display:inline-block;
  width:4px;
  height:4px;
  margin-right:2px;
  border-radius:999px;
  background:#cbd5e1;
}

body.article-reader-page .hero-meta .meta-item:first-child{
  flex:0 0 auto;
}

body.article-reader-page .hero-meta .meta-item strong{
  color:#0f172a;
  font-size:10.5px;
  font-weight:700;
  letter-spacing:0.12em;
  text-transform:uppercase;
}

body.article-reader-page .layout{
  max-width:var(--issue-layout-max);
  margin:0 auto;
  padding:0 var(--issue-page-pad) 48px;
  box-sizing:border-box;
  display:grid;
  grid-template-columns:var(--issue-toc-col) minmax(0, 1fr);
  gap:var(--issue-layout-gap);
  align-items:start;
  position:relative;
}

body.article-reader-page .article-column{
  grid-column:2;
  min-width:0;
}

body.article-reader-page .article-column .article-topbar{
  max-width:none;
  margin:0 0 12px;
  padding:0;
  display:none;
}

body.article-reader-page .article-column .article-topbar-actions{
  grid-column:auto;
}

body.article-reader-page .article-column header.hero{
  max-width:none;
  margin:0 0 32px;
  padding:0 0 24px;
}

body.article-reader-page .article-column header.hero .page{
  display:block;
  padding:0;
}

body.article-reader-page .toc-rail{
  grid-column:1;
  position:fixed;
  top:var(--issue-rail-top);
  left:max(var(--issue-page-pad), calc((100vw - var(--issue-layout-max)) / 2 + var(--issue-page-pad)));
  width:var(--issue-toc-col);
  height:calc(100vh - var(--issue-rail-top));
  max-height:calc(100vh - var(--issue-rail-top));
  min-height:0;
  box-sizing:border-box;
  padding:30px 28px 24px 0;
  background:transparent;
  border:none;
  border-right:1px solid var(--issue-border-strong);
  border-radius:0;
  box-shadow:none;
  overflow-y:auto;
  overflow-x:hidden;
  overscroll-behavior:contain;
  scrollbar-gutter:stable;
  z-index:4;
}

body.article-reader-page .toc-title{
  margin:0 0 18px;
  color:#98a2b3;
  font-size:12px;
  font-weight:700;
  letter-spacing:0.24em;
  text-transform:uppercase;
}

body.article-reader-page .toc a{
  display:block;
  margin:0;
  padding:8px 12px 8px 14px;
  color:#344054;
  border:none;
  border-left:3px solid transparent;
  border-radius:10px;
  font-size:13px;
  line-height:1.45;
}

body.article-reader-page .toc a:hover{
  color:#101828;
  background:rgba(11, 77, 135, 0.03);
}

body.article-reader-page .toc a.active{
  color:#101828;
  background:rgba(11, 77, 135, 0.06);
  border-left-color:var(--issue-primary);
  font-weight:700;
}

body.article-reader-page .toc a.toc-subitem{
  padding-left:26px;
  font-size:12px;
  color:#667085;
  opacity:1;
}

body.article-reader-page .toc{
  display:grid;
  gap:18px;
}

body.article-reader-page .toc-group{
  display:grid;
  gap:8px;
  padding-bottom:16px;
  border-bottom:1px solid rgba(15, 23, 42, 0.08);
}

body.article-reader-page .toc-group:last-child{
  padding-bottom:0;
  border-bottom:none;
}

body.article-reader-page .toc-section-link{
  color:#101828;
  font-weight:700;
  font-size:14px;
  line-height:1.4;
}

body.article-reader-page .toc-subitems{
  display:grid;
  gap:3px;
}

body.article-reader-page .toc-group.active .toc-section-link{
  border-left-color:#101828;
}

body.article-reader-page .reader{
  background:transparent;
  border:none;
  border-radius:0;
  box-shadow:none;
  padding:0;
}

body.article-reader-page .toc-mobile{
  display:none;
  margin:0 0 16px;
}

body.article-reader-page .toc-mobile label{
  display:block;
  margin-bottom:6px;
  color:#0f172a;
  font-size:12px;
  font-weight:700;
  letter-spacing:0.08em;
  text-transform:uppercase;
}

body.article-reader-page .toc-mobile select{
  width:100%;
  padding:11px 14px;
  border:1px solid var(--issue-border);
  border-radius:14px;
  background:#fff;
  color:#0f172a;
  font-family:var(--issue-sans);
  font-size:14px;
}

body.article-reader-page .meta-chips{
  display:none;
}

body.article-reader-page .chip{
  background:transparent;
  border:1px solid var(--issue-border-strong);
  color:#475467;
  font-size:11px;
  letter-spacing:0.06em;
  text-transform:uppercase;
}

body.article-reader-page .article-utility-bar{
  display:flex;
  align-items:flex-start;
  gap:10px 14px;
  flex-wrap:wrap;
  margin:8px 0 30px;
  padding:12px 0 14px;
  background:transparent;
  border-top:1px solid rgba(15, 23, 42, 0.14);
  border-bottom:1px solid rgba(15, 23, 42, 0.14);
  border-radius:0;
}

body.article-reader-page .utility-label{
  color:#98a2b3;
  font-size:11px;
  font-weight:700;
  letter-spacing:0.22em;
  text-transform:uppercase;
  padding-top:9px;
}

body.article-reader-page .utility-actions{
  display:flex;
  align-items:center;
  gap:8px;
  flex:1 1 520px;
  flex-wrap:wrap;
}

body.article-reader-page .utility-link,
body.article-reader-page .utility-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:9px 13px;
  border-radius:999px;
  border:1px solid var(--issue-border-strong);
  background:#fff;
  color:#344054;
  font-family:var(--issue-sans);
  font-size:11.5px;
  font-weight:700;
  text-decoration:none;
}

body.article-reader-page .utility-link:hover{
  background:#f8fafc;
  border-color:#98a2b3;
}

body.article-reader-page .utility-chip{
  background:#f8fafc;
}

body.article-reader-page .article-intro{
  display:grid;
  gap:16px;
  margin:0 0 34px;
}

body.article-reader-page .article-intro > *{
  margin:0;
}

body.article-reader-page .takeaways{
  margin:0;
  padding:14px 0 0;
  border:none;
  border-top:1px solid var(--issue-border);
  border-radius:0;
  background:transparent;
}

body.article-reader-page .takeaways h3{
  margin:0 0 12px;
  color:#667085;
  font-family:var(--issue-sans);
  font-size:10.5px;
  font-weight:700;
  letter-spacing:0.22em;
  text-transform:uppercase;
}

body.article-reader-page .takeaways ul{
  margin:0;
  padding-left:0;
  list-style:none;
  display:grid;
  gap:10px;
}

body.article-reader-page .takeaways li{
  position:relative;
  padding-left:16px;
  line-height:1.72;
}

body.article-reader-page .takeaways li::before{
  content:"";
  position:absolute;
  left:0;
  top:0.72em;
  width:5px;
  height:5px;
  border-radius:999px;
  background:var(--issue-primary);
}

body.article-reader-page .converted-body{
  max-width:780px;
  color:var(--issue-text);
  font-family:var(--issue-serif);
  font-size:17px;
  line-height:1.84;
}

body.article-reader-page .converted-body > p{
  margin:0;
}

body.article-reader-page .converted-body > p + p{
  margin-top:0.95em;
  text-indent:1.5em;
}

body.article-reader-page .converted-body > h2 + p,
body.article-reader-page .converted-body > h3 + p,
body.article-reader-page .converted-body > figure + p,
body.article-reader-page .converted-body > .eii-figure + p,
body.article-reader-page .converted-body > .eii-equation-block + p,
body.article-reader-page .converted-body > .eii-table-wrap + p,
body.article-reader-page .converted-body > table + p,
body.article-reader-page .converted-body > ul + p,
body.article-reader-page .converted-body > ol + p{
  margin-top:1em;
  text-indent:0;
}

body.article-reader-page .converted-body > p.eq-number,
body.article-reader-page .converted-body > p.keywords-line{
  text-indent:0;
}

body.article-reader-page .converted-body li p{
  margin:0;
}

body.article-reader-page .converted-body ul{
  padding-left:20px;
  line-height:1.75;
}

body.article-reader-page .converted-body ol{
  padding-left:22px;
  line-height:1.75;
}

body.article-reader-page .converted-body figure{
  margin:18px auto;
  text-align:center;
}

body.article-reader-page .converted-body .citation-link{
  display:inline;
  white-space:nowrap;
  font-size:1em;
  line-height:inherit;
  vertical-align:baseline;
  color:var(--issue-primary);
  text-decoration:none;
  font-weight:600;
}

body.article-reader-page .converted-body .citation-link:visited{
  color:var(--issue-primary);
}

body.article-reader-page .converted-body .citation-link:hover{
  text-decoration:underline;
}

body.article-reader-page .converted-body h2,
body.article-reader-page .converted-body h3,
body.article-reader-page .converted-body table,
body.article-reader-page #abstract{
  scroll-margin-top:150px;
}

body.article-reader-page .converted-body h2{
  margin:42px 0 14px;
  color:#101828;
  font-size:25px;
  line-height:1.24;
  letter-spacing:-0.02em;
}

body.article-reader-page .converted-body h3{
  margin:28px 0 10px;
  color:#344054;
  font-size:18.5px;
  line-height:1.42;
  letter-spacing:-0.01em;
}

body.article-reader-page .converted-body h2 + p,
body.article-reader-page .converted-body h3 + p{
  margin-top:0;
}

body.article-reader-page .converted-body h2 + h3{
  margin-top:18px;
}

body.article-reader-page .article-frontmatter{
  display:grid;
  gap:0;
  margin:0;
  padding:0 0 14px;
  background:transparent;
  border:none;
  border-bottom:1px solid var(--issue-border);
  border-radius:0;
}

body.article-reader-page .article-frontmatter p{
  margin:0;
}

body.article-reader-page .article-frontmatter .frontmatter-authors{
  color:#1f2a44;
  font-size:16px;
  font-weight:600;
  line-height:1.5;
}

body.article-reader-page .article-frontmatter .frontmatter-authors sup{
  font-size:0.68em;
  line-height:0;
  vertical-align:super;
}

body.article-reader-page .article-frontmatter .frontmatter-affiliation,
body.article-reader-page .article-frontmatter .frontmatter-contact{
  margin-top:7px;
  color:var(--issue-muted);
  font-size:12.5px;
  line-height:1.6;
  max-width:74ch;
}

body.article-reader-page .article-frontmatter .frontmatter-affiliation{
  padding-left:1.15em;
  text-indent:-1.15em;
}

body.article-reader-page .article-frontmatter .frontmatter-contact{
  margin-top:10px;
  padding-top:8px;
  border-top:1px solid rgba(15, 23, 42, 0.08);
  font-family:var(--issue-sans);
  font-size:12px;
}

body.article-reader-page .article-frontmatter a{
  color:var(--issue-primary);
  text-decoration:none;
  border-bottom:1px solid rgba(11, 77, 135, 0.25);
}

body.article-reader-page .converted-body table.article-meta-table{
  display:block;
  width:100%;
  margin:0;
  overflow:visible;
  border:none;
  padding:0;
  background:transparent;
  box-shadow:none;
}

body.article-reader-page .article-meta-table colgroup{
  display:none;
}

body.article-reader-page .article-meta-table thead,
body.article-reader-page .article-meta-table tbody{
  display:block;
}

body.article-reader-page .article-meta-table tr{
  display:grid;
  grid-template-columns:minmax(190px, 0.62fr) minmax(0, 1.78fr);
  gap:26px;
  align-items:start;
}

body.article-reader-page .article-meta-table td,
body.article-reader-page .article-meta-table th{
  display:block;
  margin:0;
  padding:0;
  border:none;
  border-radius:0;
  background:transparent;
  color:var(--issue-text);
  font-size:13px;
  font-weight:400;
  line-height:1.7;
  text-align:left;
  box-shadow:none;
}

body.article-reader-page .article-meta-table td strong,
body.article-reader-page .article-meta-table th strong{
  color:#101828;
}

body.article-reader-page .article-meta-table td:first-child,
body.article-reader-page .article-meta-table th:first-child{
  color:#475467;
  font-size:12px;
  line-height:1.75;
}

body.article-reader-page .article-meta-table td:last-child > strong:first-child,
body.article-reader-page .article-meta-table th:last-child > strong:first-child{
  display:block;
  margin-bottom:10px;
  color:#667085;
  font-family:var(--issue-sans);
  font-size:11px;
  font-weight:700;
  letter-spacing:0.22em;
  text-transform:uppercase;
}

body.article-reader-page .article-meta-table td:last-child,
body.article-reader-page .article-meta-table th:last-child{
  font-size:15px;
  line-height:1.82;
}

body.article-reader-page .article-meta-side{
  padding-right:12px;
}

body.article-reader-page .article-meta-side p{
  display:grid;
  gap:4px;
  margin:0 0 14px;
}

body.article-reader-page .article-meta-side p:last-child{
  margin-bottom:0;
}

body.article-reader-page .article-meta-side strong{
  display:block;
  color:#98a2b3;
  font-family:var(--issue-sans);
  font-size:10.5px;
  font-weight:700;
  letter-spacing:0.14em;
  text-transform:uppercase;
}

body.article-reader-page .article-meta-side .meta-value{
  color:#344054;
  font-size:12px;
  line-height:1.65;
}

body.article-reader-page .article-abstract-copy{
  padding-left:28px;
  border-left:1px solid var(--issue-border);
}

body.article-reader-page .article-abstract-copy > strong:first-child{
  display:block;
  margin-bottom:10px;
  color:#667085;
  font-family:var(--issue-sans);
  font-size:11px;
  font-weight:700;
  letter-spacing:0.22em;
  text-transform:uppercase;
}

body.article-reader-page .converted-body table:not(.article-meta-table){
  display:table;
  width:100%;
  margin:0;
  overflow:visible;
  border-collapse:collapse;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

body.article-reader-page .converted-body td,
body.article-reader-page .converted-body th{
  padding:10px 12px;
}

body.article-reader-page .converted-body img{
  display:block;
  max-width:100%;
  height:auto;
  margin:12px auto;
  padding:8px;
  border:1px solid rgba(15, 23, 42, 0.14);
  border-radius:0;
  background:#fff;
  box-shadow:none;
}

body.article-reader-page .converted-body span[style*="position:relative"],
body.article-reader-page .converted-body span[style*="position: relative"]{
  display:inline-block;
  max-width:100%;
  line-height:1;
  vertical-align:middle;
}

body.article-reader-page .converted-body span[style*="position:relative"] > img,
body.article-reader-page .converted-body span[style*="position: relative"] > img{
  display:inline-block;
  max-width:100%;
  height:auto;
  margin:0;
  padding:0;
  border:none;
  background:transparent;
  box-shadow:none;
  vertical-align:middle;
}

body.article-reader-page .converted-body .eii-equation{
  position:relative;
  display:flex;
  justify-content:center;
  align-items:flex-end;
  margin:18px 0 20px;
  padding-right:56px;
}

body.article-reader-page .converted-body .eii-equation-formula{
  display:inline-flex;
  justify-content:center;
  max-width:100%;
}

body.article-reader-page .converted-body .eii-equation-number{
  position:absolute;
  right:0;
  bottom:0;
  color:#475467;
  font-size:14px;
  line-height:1.4;
}

body.article-reader-page .converted-body figcaption{
  max-width:68ch;
  margin:10px auto 0;
  color:#667085;
  font-family:var(--issue-sans);
  font-size:12.5px;
  line-height:1.65;
}

body.article-reader-page .converted-body ol.references-list{
  margin:18px 0 0;
  padding-left:22px;
  color:#344054;
  font-size:14.5px;
  line-height:1.76;
}

body.article-reader-page .converted-body ol.references-list > li{
  margin:0 0 14px;
  padding-left:6px;
  scroll-margin-top:150px;
}

body.article-reader-page .converted-body ol.references-list > li:target{
  background:#f8fbff;
  box-shadow:inset 3px 0 0 var(--issue-primary);
}

body.article-reader-page .converted-body ol.references-list > li::marker{
  color:#98a2b3;
  font-family:var(--issue-sans);
  font-size:12px;
  font-weight:700;
}

body.article-reader-page .converted-body ol.references-list a{
  color:var(--issue-primary);
  text-decoration:none;
  font-family:var(--issue-sans);
  font-size:0.92em;
  overflow-wrap:anywhere;
}

body.article-reader-page .converted-body ol.references-list a:hover{
  text-decoration:underline;
}

body.article-reader-page .converted-body ol.references-list .ref-doi{
  letter-spacing:0.01em;
}

body.article-reader-page .eii-equation-block{
  max-width:100%;
  margin:18px 0;
  position:relative;
  display:block;
  padding:6px 72px 6px 0;
  border:none;
  border-radius:0;
  background:transparent;
}

body.article-reader-page .eii-equation-main{
  min-width:0;
  text-align:center;
}

body.article-reader-page .eii-equation-main p{
  margin:0.35em 0;
}

body.article-reader-page .eii-equation-main p:first-child{
  margin-top:0;
}

body.article-reader-page .eii-equation-main p:last-child{
  margin-bottom:0;
}

body.article-reader-page .eii-equation-main .math.display,
body.article-reader-page .eii-equation-main mjx-container[display="true"]{
  display:block;
  margin:0 auto !important;
  text-align:center;
}

body.article-reader-page .eii-equation-number{
  position:absolute;
  top:50%;
  right:0;
  min-width:56px;
  transform:translateY(-50%);
  text-align:right;
  color:#475467;
  font-family:var(--issue-sans);
  font-size:11.5px;
  font-weight:600;
  letter-spacing:0.02em;
  white-space:nowrap;
}

body.article-reader-page figure.eii-figure{
  width:min(100%, var(--figure-max-width, 700px));
  margin:28px auto 22px;
  padding:0;
  border:none;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

body.article-reader-page .eii-media{
  display:block;
  width:100% !important;
  max-width:100%;
  height:auto !important;
  object-fit:contain;
}

body.article-reader-page figure.eii-figure.is-wide-figure{
  width:min(100%, var(--figure-max-width, 720px));
}

body.article-reader-page figure.eii-figure.eii-grid-figure{
  width:min(100%, 760px);
}

body.article-reader-page figure.eii-figure.eii-grid-figure.is-panel-figure{
  display:block;
}

body.article-reader-page figure.eii-figure.is-panel-figure{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
  gap:14px 18px;
  align-items:start;
  width:min(100%, 720px);
}

body.article-reader-page figure.eii-figure.is-panel-figure .eii-media{
  width:100% !important;
  max-width:none;
  margin:0;
}

body.article-reader-page .eii-figcap{
  max-width:68ch;
  margin:10px auto 0;
  color:#667085;
  font-family:var(--issue-sans);
  font-size:12.5px;
  line-height:1.65;
}

body.article-reader-page figure.eii-figure.is-panel-figure .eii-figcap{
  grid-column:1 / -1;
  margin-top:0;
}

body.article-reader-page .eii-figcap strong:first-child,
body.article-reader-page .converted-body figcaption strong:first-child{
  color:#344054;
  font-weight:700;
}

body.article-reader-page .eii-table-wrap{
  margin:30px 0 26px;
  padding:0;
  border:none;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

body.article-reader-page .eii-table-caption{
  margin:0 0 12px;
  text-align:center;
}

body.article-reader-page .eii-table-label,
body.article-reader-page .eii-table-title{
  display:block;
}

body.article-reader-page .eii-table-label{
  color:#475467;
  font-family:var(--issue-sans);
  font-size:10.5px;
  font-weight:700;
  letter-spacing:0.24em;
  text-transform:uppercase;
}

body.article-reader-page .eii-table-title{
  margin-top:5px;
  color:#344054;
  font-family:var(--issue-sans);
  font-size:13px;
  font-weight:700;
  line-height:1.55;
}

body.article-reader-page .eii-table-scroll{
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  border-top:1.5px solid rgba(15, 23, 42, 0.28);
  border-bottom:1.5px solid rgba(15, 23, 42, 0.28);
  padding:0;
}

body.article-reader-page .converted-body table.eii-media-grid{
  display:table;
  width:100% !important;
  table-layout:fixed;
  margin:0;
  overflow:visible;
  border:none;
  border-collapse:separate;
  border-spacing:12px 10px;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

body.article-reader-page .converted-body table.eii-media-grid td,
body.article-reader-page .converted-body table.eii-media-grid th{
  padding:0;
  border:none;
  background:transparent;
  vertical-align:top;
  color:#667085;
  font-family:var(--issue-sans);
  font-size:12px;
  line-height:1.55;
  text-align:center;
}

body.article-reader-page .converted-body table.eii-media-grid img{
  display:block;
  width:100% !important;
  max-width:100%;
  height:auto !important;
  margin:0 auto 8px;
  box-shadow:none;
}

body.article-reader-page figure.eii-grid-figure .eii-figcap{
  max-width:72ch;
  margin:12px auto 0;
}

body.article-reader-page table.eii-table{
  width:100% !important;
  min-width:100%;
  border-collapse:collapse;
  font-size:13.5px;
  line-height:1.65;
}

body.article-reader-page table.eii-table th,
body.article-reader-page table.eii-table td{
  border:none;
  border-bottom:1px solid rgba(15, 23, 42, 0.11);
  padding:11px 14px;
  text-align:center;
  vertical-align:middle;
}

body.article-reader-page table.eii-table th{
  background:#f8fafc;
  color:#344054;
  font-family:var(--issue-sans);
  font-size:12px;
  font-weight:700;
  letter-spacing:0.015em;
  text-transform:none;
  border-bottom:1.5px solid rgba(15, 23, 42, 0.22);
}

body.article-reader-page table.eii-table .math.display,
body.article-reader-page table.eii-table mjx-container[display="true"]{
  display:inline-block !important;
  margin:0 !important;
  vertical-align:middle;
}

body.article-reader-page table.eii-table tbody tr:last-child td{
  border-bottom:none;
}

body.article-reader-page table.eii-table td.eii-table-name{
  text-align:left;
  color:#101828;
  font-weight:600;
}

body.article-reader-page .keywords-line{
  margin:0;
  padding:10px 0 0;
  border:none;
  border-top:1px solid var(--issue-border);
  border-radius:0;
  background:transparent;
  font-size:12.5px;
  color:var(--issue-muted);
  line-height:1.65;
}

body.article-reader-page .keywords-line strong{
  display:block;
  margin-bottom:6px;
  color:#667085;
  font-family:var(--issue-sans);
  font-size:10.5px;
  font-weight:700;
  letter-spacing:0.18em;
  text-transform:uppercase;
}

body.article-reader-page .eq-number{
  margin:6px 0 0;
  text-align:right;
  color:#475467;
  font-family:var(--issue-sans);
  font-size:11.5px;
  font-weight:600;
}

body.article-reader-page .converted-body p.eii-subfigure-labels{
  margin-top:8px;
  color:#667085;
  font-family:var(--issue-sans);
  font-size:12px;
  line-height:1.55;
  text-align:center;
  text-indent:0;
}

@media (max-width: 1180px){
  body.article-reader-page{
    --issue-toc-col:240px;
    --issue-layout-gap:32px;
  }

  body.article-reader-page .layout{
    grid-template-columns:var(--issue-toc-col) minmax(0, 1fr);
  }
}

@media (max-width: 960px){
  body.article-reader-page .article-topbar,
  body.article-reader-page .layout{
    padding-left:16px;
    padding-right:16px;
  }

  body.article-reader-page header.hero{
    margin-left:0;
    margin-right:0;
    padding:0 16px 20px;
  }

  body.article-reader-page header.hero .page{
    display:block;
    padding:0;
  }

  body.article-reader-page .article-topbar{
    display:block;
    padding-bottom:0;
  }

  body.article-reader-page .toc-backlink{
    display:none;
  }

  body.article-reader-page .article-topbar-actions{
    grid-column:auto;
    display:flex;
    gap:10px;
    align-items:center;
    flex-wrap:wrap;
  }

  body.article-reader-page .layout{
    grid-template-columns:1fr;
    gap:18px;
  }

  body.article-reader-page .toc-rail{
    display:none;
    position:static;
    width:auto;
    height:auto;
    max-height:none;
  }

  body.article-reader-page .toc-mobile{
    display:block;
  }

  body.article-reader-page .article-meta-table tr{
    grid-template-columns:1fr;
  }

  body.article-reader-page .article-meta-side{
    padding-right:0;
  }

  body.article-reader-page .article-abstract-copy{
    padding-left:0;
    padding-top:18px;
    border-left:none;
    border-top:1px solid var(--issue-border);
  }

  body.article-reader-page .eii-equation-block{
    padding-right:60px;
  }

  body.article-reader-page .eii-equation-number{
    min-width:44px;
    font-size:11px;
  }

  body.article-reader-page .eii-table-wrap{
    margin:22px 0 20px;
  }
}

@media (max-width: 720px){
  body.article-reader-page .article-topbar{
    margin-bottom:14px;
  }

  body.article-reader-page header.hero{
    padding:0 16px 18px;
  }

  body.article-reader-page .hero-top{
    flex-direction:column;
    gap:10px;
  }

  body.article-reader-page .hero-title{
    max-width:none;
    font-size:28px;
  }

  body.article-reader-page .hero-sub{
    font-size:15px;
  }

  body.article-reader-page .eii-equation-block{
    padding-right:48px;
  }

  body.article-reader-page .eii-equation-number{
    min-width:38px;
    font-size:10.5px;
  }

  body.article-reader-page .hero-meta .meta-item{
    width:100%;
    justify-content:flex-start;
  }

  body.article-reader-page .article-utility-bar{
    padding:12px;
  }

  body.article-reader-page .utility-actions{
    flex-basis:100%;
  }

  body.article-reader-page .converted-body{
    font-size:15.5px;
  }
}
