.avatar-face {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #8e8e8e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex-shrink: 0;
}

.avatar-emoticon {
  font-size: 1rem;
  color: #494e5b;
  font-family: 'Inter', monospace, sans-serif;
  user-select: none;  
}


.dark-theme .avatar-face {
  background: #434a50;
  border-color: #888;
}

.dark-theme .avatar-emoticon {
  color: #e7e7e7;
}