/* V12 - Insight article opening-text readability fix, 2026-08-27 */
.article-header .article-shell > p:not(.eyebrow){
  color:rgba(245,245,247,.90)!important;
  font-weight:500;
  line-height:1.58;
}
.article-content .article-intro{
  color:#26344c!important;
  font-weight:500;
  line-height:1.62;
}
@media(max-width:760px){
  .article-header .article-shell > p:not(.eyebrow){
    color:rgba(255,255,255,.94)!important;
    font-size:1.08rem!important;
    line-height:1.6;
  }
  .article-content .article-intro{
    color:#1f2d43!important;
    font-size:1.34rem;
    line-height:1.58;
  }
}
