.base-text {
  color: #333333;
  margin-bottom: 30px;
  padding-bottom: 0px;
}

.theme-dark .base-text {
  color: #bbbbbb;
}

.assistant-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.3s ease;
}

 .assistant-avatar:hover {
    transform: scale(1.1);
}