/* MOBILE-QA-HARDENING-0915E
   Full mobile QA found two long Insights article titles clipping only at 320px.
   Preserve all approved layouts and reduce only narrow-mobile article hero type. */
@media (max-width: 360px) {
  .insight-article-hero h1 {
    font-size: 2.55rem !important;
  }
}
