/* Version information belongs to the profile page, in the normal document flow. */
.profile-release {
  margin: 24px 0 0;
  padding: 14px 12px;
  border-top: 1px solid var(--stroke);
  color: var(--muted);
  font-size: .75rem;
  line-height: 1.7;
  text-align: center;
  overflow-wrap: anywhere;
}

.profile-release > span {
  white-space: nowrap;
}

@media (max-width: 680px) {
  .profile-release {
    margin-top: 20px;
    padding: 12px 2px;
    font-size: .7rem;
  }
}
