/* Compact, centered article hero used by migrated resource pages. */
body.blf-shell-active.blf-page-article .blf-batch-hero {
  width: min(100%, 786px) !important;
  max-width: 786px !important;
  min-height: 0 !important;
  margin: 32px auto 40px !important;
  padding: clamp(28px, 3.5vw, 36px) clamp(22px, 4vw, 38px) !important;
  box-sizing: border-box !important;
}

body.blf-shell-active.blf-page-article .blf-batch-hero h1 {
  max-width: 690px;
  font-size: clamp(1.8rem, 3.6vw, 2.4rem) !important;
  line-height: 1.12 !important;
}

body.blf-shell-active.blf-page-article .blf-batch-hero .hero-lede {
  max-width: 690px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(.94rem, 1.7vw, 1.02rem);
  line-height: 1.55;
}

@media (max-width: 700px) {
  body.blf-shell-active.blf-page-article .blf-batch-hero {
    width: 100% !important;
    margin: 0 0 30px !important;
    padding: 28px 18px 30px !important;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  body.blf-shell-active.blf-page-article .blf-batch-hero h1 {
    font-size: clamp(1.65rem, 8vw, 2rem) !important;
  }
}
