/* Intrinsic grid sizing must never widen the card beyond a mobile viewport. */
.stage {
  width: 100%;
}

.profile {
  width: 100%;
  max-width: 440px;
  min-width: 0;
}

.bio,
.link span {
  min-width: 0;
  overflow-wrap: anywhere;
}
