
/* JR Desktop Profile Groups Cleanup v1.0.2 */

@media (min-width: 783px) {
  /* Scope everything to member profile groups screen via body flag */
  body.jr-bp-profile-groups aside.jr-mhfb-box.jr-mhfb--memories-help{
    display:none !important;
  }

  /* Your custom hidden-group sticky message */
  body.jr-bp-profile-groups .jr-hidden-sticky{
    display:none !important;
  }

  /* (Extra safety) If any other label uses these classes */
  body.jr-bp-profile-groups .jr-hidden-text,
  body.jr-bp-profile-groups .jr-hidden-dot,
  body.jr-bp-profile-groups .jr-hidden-close{
    display:none !important;
  }
}
