.avatar-with-text {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: #000;
}
.avatar-with-text__avatar {
  flex-shrink: 0;
}
.avatar-with-text__content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}
.avatar-with-text__text {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.5rem;
  font-weight: 500;
}
.avatar-with-text__text a {
  text-decoration: none;
  color: #000;
}
.avatar-with-text__subtext {
  font-size: 0.8rem;
}
.avatar-with-text__subtext a {
  text-decoration: none;
}
.avatar-with-text--small .avatar-with-text__avatar {
  width: 2rem;
  height: 2rem;
}
.avatar-with-text--medium .avatar-with-text__avatar {
  width: 3rem;
  height: 3rem;
}
.avatar-with-text--large .avatar-with-text__avatar {
  width: 4rem;
  height: 4rem;
}

/*# sourceMappingURL=avatar_with_text.css.map */
