.mwai-chatbox .mwai-message.bot {
    position: relative;
    padding-left: 60px;
}
.mwai-chatbox .mwai-message.bot::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    width: 40px;
    height: 40px;
    background-image: var(--hearing-ai-avatar, none);
    background-size: cover;
    border-radius: 50%;
}
