body { text-rendering: optimizeLegibility; }
.news-hero {
  background-image: linear-gradient(90deg,rgba(3,12,18,.92),rgba(3,12,18,.48)),url("assets/news/chengdu-pipeline-expo.jpg");
}
.news-card-image { transition: transform .5s ease; }
.news-card:hover .news-card-image { transform: scale(1.035); }
.article-copy p {
  margin-top: 1.5rem;
  color: #475569;
  font-size: 1.0625rem;
  line-height: 2;
  text-indent: 2em;
}
.article-copy p:has(> strong:first-child) { text-indent: 0; }
.article-copy strong { color: #07141c; font-weight: 600; }
.article-copy img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 720px;
  margin: 2.5rem auto;
  object-fit: contain;
}
.article-copy br + br { display: none; }
