.eawc-chat-window-window.jsx-2331375153 {
    width: 280px !important;
}
.eawc-window-opener-button-buttonTypeBubble {
    width: 50px !important;
}
.eawc-window-opener-button-buttonIcon svg {
    width: 25px !important;
    height: 25px !important;
}
.eawc-window-opener-button-button {
    width: 60px;
    height: 50px !important;
    box-shadow: 0 3px 12px rgba(0,0,0,0.15);
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    outline: transparent;
    background-color: #fff;
    margin-bottom: 16px;
    margin-right: 16px;
    margin-left: 16px;
}