.ws-avatar {
  display: inline-flex; align-items: center; justify-content: center;
  overflow: hidden; flex-shrink: 0;
  background: var(--fill-strong);
  color: var(--label-neutral);
  font-family: var(--font-body);
  font-weight: var(--weight-semibold);
  line-height: 1;
  vertical-align: middle;
}
.ws-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
