/* v1: phone hero narratives read before their supporting media. */
@media (max-width: 760px) {
  body.methods-editorial-page .methods-editorial-hero-copy {
    order: 1;
    border-top: 0 !important;
  }

  body.methods-editorial-page .methods-editorial-hero-media {
    order: 2;
    border-top: 1px solid var(--methods-line) !important;
  }

  body.methods-editorial-page .methods-editorial-latest {
    order: 3;
  }

  body.rehabilitation-editorial-page .rehab-editorial-hero-copy {
    order: 1;
    border-top: 0 !important;
  }

  body.rehabilitation-editorial-page .rehab-editorial-hero-media {
    order: 2;
    border-top: 1px solid var(--rehab-line) !important;
  }

  body.rehabilitation-editorial-page .rehab-editorial-latest {
    order: 3;
  }

  body.equipment-editorial-page .equipment-featured-copy,
  body.education-editorial-page .education-featured-program,
  body.podcasts-editorial-page .podcasts-featured-copy {
    order: 1;
  }

  body.equipment-editorial-page .equipment-featured-media,
  body.education-editorial-page .education-featured-media,
  body.podcasts-editorial-page .podcasts-player {
    order: 2;
  }

  body.psychological-editorial-page .psychological-hero-intro {
    order: 1;
  }

  body.psychological-editorial-page .psychological-featured-copy {
    order: 2;
  }

  body.psychological-editorial-page .psychological-featured-media {
    order: 3;
  }
}
