/* Reviewed article metadata, summaries and primary references */
.article-byline{
  max-width:760px;
  margin:24px 0 0;
  color:rgba(255,255,255,.56)!important;
  font-size:11px!important;
  font-weight:650;
  line-height:1.5!important;
  letter-spacing:.045em;
  text-transform:uppercase;
}

.article-summary{
  margin:0 0 clamp(42px,5vw,64px);
  padding:clamp(22px,3vw,32px);
  border:1px solid rgba(0,0,0,.20);
  border-left:7px solid #FFEE58;
  background:#F6F6F2;
  color:#050505;
}

.article-summary strong{
  display:block;
  margin-bottom:12px;
  color:#061426;
  font-size:11px;
  font-weight:850;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.article-summary p{
  margin:0!important;
  color:#050505!important;
  font-size:clamp(18px,1.7vw,23px)!important;
  font-weight:650;
  line-height:1.45!important;
  letter-spacing:-.025em;
}

.article-references{
  margin-top:clamp(52px,7vw,82px);
  padding-top:clamp(30px,4vw,44px);
  border-top:2px solid #061426;
}

.article-references h2{
  margin:0 0 22px;
  color:#061426;
  font-size:clamp(28px,3vw,42px);
  line-height:1;
  letter-spacing:-.045em;
}

.article-references ul{
  display:grid;
  gap:0;
  margin:0;
  padding:0;
  list-style:none;
  border-top:1px solid rgba(0,0,0,.16);
}

.article-references li{
  margin:0!important;
  padding:15px 0!important;
  border-bottom:1px solid rgba(0,0,0,.16);
}

.article-references a{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#061426;
  font-size:15px;
  font-weight:720;
  text-decoration:none;
}

.article-references a::after{
  content:"↗";
  color:#756900;
  font-size:14px;
}

.article-references a:hover,
.article-references a:focus-visible{
  text-decoration:underline;
  text-decoration-color:#FFEE58;
  text-decoration-thickness:3px;
  text-underline-offset:4px;
}

@media(max-width:620px){
  .article-byline{font-size:10px!important}
  .article-summary{padding:20px;border-left-width:5px}
  .article-summary p{font-size:18px!important}
}
