/* =================================================================================
   Nemesis Design – tooltip + participants cosmetics
   File: style_ndTip_append.css
   ================================================================================= */

/* --- 1) Participants panel: tighten vertical spacing (Uczestnicy projektu) --- */
/* Panel container */
.project-info__col--participants .project-info__content{
  margin: 2px 0 !important;
  padding-top: 0 !important;
}

/* WGF list rows */
.project-info__col--participants .wgf .wgf__row{
  margin: 0 !important;
  padding: 0 !important;
}

/* Name + count lines */
.project-info__col--participants .wgf .wgf__name,
.project-info__col--participants .wgf .wgf__count{
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.15 !important;
}

/* If any <br> slipped in, kill it */
.project-info__col--participants .wgf br{
  display: none !important;
}

/* Optional: slightly smaller font (uncomment if needed)
.project-info__col--participants .wgf .wgf__name,
.project-info__col--participants .wgf .wgf__count{
  font-size: 12px !important;
}
*/

/* --- 2) Keep tooltips consistent (grey, single-color) --- */
/* (No changes here if your JS already styles tooltips; leave CSS minimal.) */
