/* Mobile-only funnel elements. Loaded after every legacy mobile pass. */
html body.target-page .target-desktop-proof,
html body.target-page .target-audit-proof,
html body.target-page .target-hero-actions .target-button.target-proof-link-desktop {
  display: none !important;
}

html body.target-page .target-featured-results {
  display: none !important;
}

html body.target-page .target-hero-actions .target-button.target-proof-link-mobile {
  display: inline-flex !important;
}
