.project-card-details {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 1rem;
  border-top: 1px solid rgba(27, 67, 50, 0.12);
  background: linear-gradient(90deg, rgba(201, 169, 97, 0.08), rgba(248, 246, 243, 0));
  padding: 0.75rem 0;
  color: #4b5563;
  font-size: 0.875rem;
  line-height: 1.45;
  font-weight: 500;
}

.project-card-detail-row {
  display: flex;
  align-items: center;
  min-width: 0;
  white-space: nowrap;
}

.project-card-detail-credits {
  color: #374151;
}

.project-card-detail-token {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  min-height: 1.35rem;
  padding: 0;
  overflow-wrap: normal;
}

.project-card-detail-token.is-location {
  color: #1b4332;
  font-weight: 700;
}

.project-card-detail-token:not(:first-child)::before {
  content: "|";
  display: inline-block;
  margin: 0 0.6rem;
  color: rgba(201, 169, 97, 0.72);
  font-weight: 500;
}

@media (max-width: 420px) {
  .project-card-details {
    font-size: 0.8125rem;
  }

  .project-card-detail-token:not(:first-child)::before {
    margin: 0 0.45rem;
  }
}

.icp-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.icp-link:hover {
  color: #c9a961;
}
