/* Messaging - Make the chat window wider, and responsive height / mobile (width) */
@media only screen and (min-width: 48em) {
    .embedded-messaging > .embeddedMessagingFrame[class~="isMaximized"] {height: 98vh !important; width: 40% !important;}} 
    /* Mobile */
    @media only screen and (max-width: 480px) {
    .embedded-messaging > .embeddedMessagingFrame[class~="isMaximized"] {height: 90vh !important; width: 90% !important;}}
    /* Internal bot text width */
    div.embedded-messaging-chat-message[lwc-3cjfrt9r4ka] {max-width: 90% !important;}    