
/* JR Mobile BP Profile Groups Tweak v1.0.1 */

@media (max-width: 782px) {

  /* Slightly stronger background for the list container */
  body.jr-bp-profile-groups #item-body,
  body.jr-bp-profile-groups #buddypress #item-body,
  body.jr-bp-profile-groups #buddypress .item-body {
    padding: 12px !important;
    border-radius: 14px !important;
    background: rgba(0,0,0,0.04) !important;
  }

  /* Group "cards" */
  body.jr-bp-profile-groups #groups-list li,
  body.jr-bp-profile-groups ul.item-list.groups-list > li,
  body.jr-bp-profile-groups #buddypress ul.item-list > li {
    background: rgba(0,0,0,0.06) !important;
    border: 1px solid rgba(0,0,0,0.10) !important;
    border-radius: 16px !important;
    padding: 12px !important;
    margin: 10px 0 !important;
  }

  /* Improve contrast of the group name a touch */
  body.jr-bp-profile-groups #groups-list li .item-title a,
  body.jr-bp-profile-groups #buddypress .item-title a {
    font-weight: 700 !important;
  }

  /* Hide the Memories help floating box ONLY on BuddyPress Profile > Groups (mobile only) */
  body.jr-bp-profile-groups aside.jr-mhfb-box.jr-mhfb--memories-help {
    display: none !important;
  }
}
