/*
 * P10-SITE-1057
 * Trust-page title guard for clean buyer-facing mobile typography.
 */

@media (max-width: 720px) {
  body.trust-marketing-page .detail-hero h1 {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: manual;
    text-wrap: balance;
  }
}
