/* Hero title treatment aligned to the OEM cross-reference reference page. */
.dm3-route-v3 .hero h1 {
  color: #fff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.045em;
  max-width: 720px;
  text-wrap: balance;
}

.dm3-route-v3 .hero h1 .dm3-title-accent,
.dm3-route-v3 .hero h1 .dm3-title-rest {
  display: block;
}

.dm3-route-v3 .hero h1 .dm3-title-accent {
  color: #0070e0;
}

@media (max-width: 900px) {
  .dm3-route-v3 .hero h1 { font-size: 40px; }
}

@media (max-width: 620px) {
  .dm3-route-v3 .hero h1 { font-size: 32px; }
}

