/*
  NJ — Project Stack ("Technologies")
  Style les puces générées par le shortcode [nj_project_stack] (snippet PHP
  "NJ — Shortcode Technologies (projet)"). Reproduit fidèlement `.case-stack`
  / `.case-stack li` de realisation-unifiber.html : une puce bordée par
  technologie, en ligne avec retour à la ligne automatique.
*/

.nj-project-stack {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nj-project-stack-item {
  font-family: var(--font);
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--fg-dim-66);
  border: 1px solid var(--line-14);
  border-radius: 2px;
  padding: 7px 14px;
}
