﻿.mud-chat-bubble.mud-chat-filled-primary:not(.message-emoji-only):hover,
.mud-chat-bubble.mud-chat-filled-primary:not(.message-emoji-only):focus-visible,
.mud-chat-bubble.mud-chat-filled-primary:not(.message-emoji-only):active {
    background-color: var(--mud-palette-secondary) !important;
    color: var(--mud-palette-background) !important;
}

.mud-chat-bubble.mud-chat-text-default:not(.message-emoji-only):hover,
.mud-chat-bubble.mud-chat-text-default:not(.message-emoji-only):focus-visible,
.mud-chat-bubble.mud-chat-text-default:not(.message-emoji-only):active {
    background-color: var(--mud-palette-background) !important;
    color: var(--mud-palette-secondary) !important;
}

.mud-chat-bubble {
    word-wrap: break-word;
    text-align: start !important;
}
