/* ============================================================
 * 20. SINGLE PROJECT — Kicker terms + meta layout
 *     Scope : article.single-project-wrap (post_class on CPT project).
 * ============================================================ */

.single-project-wrap .entry-cat-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  align-items: baseline;
  margin: 0 0 8px;
  font-size: .9em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--color-primary-hover);
  justify-content: center;
}
.single-project-wrap .entry-cat-links a {
  color: inherit;
  text-decoration: none;
}
.single-project-wrap .entry-cat-links a:hover,
.single-project-wrap .entry-cat-links a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.single-project-wrap .entry-cat-links .cat-sep {
  color: var(--color-text-muted);
}

.single-project-wrap .entry-meta {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  font-size: .9em;
  color: var(--color-text-muted);
}
.single-project-wrap .entry-meta li {
  display: inline-block;
  margin-right: 12px;
}

/* ===== 5bis.1 — entry-cat-links centré + taille réduite (articles projet / give) ===== */
.single-project .entry-cat-links,
.single-give_posts .entry-cat-links,
article.type-give_posts .entry-cat-links,
article.type-project .entry-cat-links {
  text-align: center;
  font-size: 0.8125rem; /* ~13px */
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
}
