.project-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.26rem;
  margin: 0;
  padding: 0.32rem 1rem 0.42rem;
  border: 0;
  background: transparent;
  color: #625a4e;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.68rem;
  line-height: 1.2;
  opacity: 0.62;
  transition: opacity 120ms ease;
}

.project-strip > span {
  display: inline;
  font-weight: 400;
}

.project-strip a {
  display: inline;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.14em;
}

.project-strip:hover,
.project-strip:focus-within {
  opacity: 0.68;
}

.project-strip a:hover,
.project-strip a:focus-visible {
  color: #143a2b;
  text-decoration-color: currentColor;
}

.project-strip strong {
  font-size: inherit;
  font-weight: 500;
}

.project-strip small { display: none; }

@media (max-width: 560px) {
  .project-strip { gap: 0.24rem; padding-bottom: 0.38rem; }
}
