.author-shell {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.author-footer {
  display: flex;
  width: min(720px, 100%);
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  justify-content: center;
  margin: auto auto 0;
  padding-top: 34px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
}

.author-footer a {
  color: var(--accent-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}
