/**
 * @file
 * Applies the 76 icon to engage_76community_link admin-toolbar links.
 *
 * Mirrors the existing .toolbar-icon-engage-76docs-link-admin rule in
 * engage/css/style.css. The gin admin theme renders --icon via mask-image.
 */
.toolbar-icon-engage-76community-link:before {
  --icon: url('/modules/custom/engage/css/76docs.svg');
}

/**
 * Child (Participation Opportunities) links: no 76 icon — they are individual
 * collection/activity items nested under a community link, not 76docs targets.
 */
.toolbar-icon-engage-76community-child:before {
  --icon: none;
}
