.post-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
  color: var(--gray);
}

.post-info .portrait {
  margin: 0;
}

.post-info .icon {
  margin-right: 0.5em;
}

.post-info a {
  color: inherit;
}

.post-info a:hover {
  color: var(--primary);
}

.post-info > span {
  text-align: center;
  white-space: nowrap;
}

.mentioned-people {
  margin: 24px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mentioned-people-label {
  margin: 0 0 12px;
  color: var(--gray);
  font-weight: var(--semi-bold);
  text-align: center;
}

.mentioned-people-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  width: 100%;
}

.mentioned-people-list .portrait {
  margin: 0;
}

.mentioned-people-list .portrait[data-style=tiny] {
  flex-direction: column;
  gap: 8px;
  text-align: center;
}

.mentioned-people-list .portrait[data-style=tiny] .portrait-text {
  align-items: center;
}

/*# sourceMappingURL=post-info.css.map */