.hero {
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 0.5rem 1.25rem rgba(13, 110, 253, 0.08);
}

.chip {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-size: 0.875rem;
}

.avatar-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0.5rem 1rem rgba(13, 110, 253, 0.12);
}

.avatar-img {
  width: 108px;
  height: 108px;
  border-radius: 1rem;
}
