
/* Pre-existing: .wph-two never collapsed, so the Wellness Partner Hub gave the
   whole My Rhythm page a horizontal scrollbar below ~760px. */
@media (max-width:760px){
  #page-rhythm .wph-two{ grid-template-columns:1fr !important; }
  #page-rhythm .wph-two > *{ min-width:0 !important; }
}
