#chat-widget-root button {
    all: unset;
    background-color: white;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    cursor: pointer;
    font-weight: bold;
}

#chat-widget-root button:hover {
    background-color: lightgray;
}

#chat-widget-root *,
#chat-widget-root *::before,
#chat-widget-root *::after {
    box-sizing: border-box;
}
