.growfund-avatar-image-wrapper img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: var(--growfund-radius-circle);
  border: 1.5px solid var(--growfund-bg-surface);
  overflow: hidden;
  background-color: var(--growfund-border-border);
  flex-shrink: 0;
  object-fit: cover;
}
.growfund-avatar-acronym {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  background: var(--growfund-bg-gray-8);
  border-radius: var(--growfund-radius-circle);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--growfund-font-weight-medium);
  font-size: var(--growfund-font-size-lg);
  text-transform: uppercase;
  color: var(--growfund-text-subdued);
}
