/*
 * news-hero.css — Toro Legal Marketing
 *
 * News index hero only. Reuses the insights-hero module for layout,
 * but the News hero has no filter/search bar, so it collapsed short
 * after the title dropped from three lines to one. This adds matching
 * breathing room so it reads like a proper page header, not a strip.
 *
 * Scoped to the News page (body.page-id-505) so /insights/ is untouched.
 * Loaded AFTER insights-hero so it wins on source order.
 */

body.page-id-505 .tlm-insights-hero {
  padding-bottom: var(--space-4xl);
}

@media (min-width: 1024px) {
  body.page-id-505 .tlm-insights-hero {
    padding-top: 140px;
    padding-bottom: var(--space-5xl);
  }
}
