.fp-founders-count-meta {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.62);
  margin: 0;
  font-weight: 400;
}

.fp-founders-count-meta strong {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.hero .acts .fp-founders-count-meta {
  flex: 1 1 100%;
  margin-top: 4px;
}

.edition .fp-founders-count-meta {
  display: block;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.55);
}

.edition .fp-founders-count-meta strong {
  color: rgba(255, 255, 255, 0.88);
}

.edition-preorder-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.nav-founders-count {
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted, rgba(38, 38, 42, 0.62));
  white-space: nowrap;
}

.nav-actions .nav-founders-count {
  margin-right: 4px;
}

@media (max-width: 820px) {
  .nav-founders-count {
    display: none;
  }
}
