/* Block-level breaks for hero headings. Used by HeroSection, TrustSection,
   and TransparencyHeroSection where the <h1>/<h2> wraps each line in a
   <span> instead of <br/>. Crawlers serialize <br> inside text without
   whitespace ("CADC: TheCanadian DollarStablecoin") which hurts copy
   extraction; spans keep the visual line break while keeping the headline
   a single readable text node. */
.loon-page .hero-title > span,
.loon-page .th-title > span,
.loon-page .transparency h2 > span {
  display: block;
}
