.pm-chat{z-index:10020;max-height:calc(100vh - 110px)}
.pm-chat-launcher{z-index:10021}
.pm-chat-body{max-height:calc(100vh - 190px);overflow-y:auto}
.pm-chat-dialog{display:flex!important;flex-direction:column;flex-wrap:nowrap!important;gap:9px!important;max-height:230px;overflow-y:auto;padding:4px 3px 8px;scroll-behavior:smooth}
.pm-chat-bubble{display:block!important;width:fit-content;max-width:88%;box-sizing:border-box;padding:11px 13px;border-radius:15px;line-height:1.42;font-size:13px;white-space:normal;overflow-wrap:anywhere}
.pm-chat-bubble--penny{align-self:flex-start;background:#fff;color:#17202b;border:1px solid #dfe4eb;border-bottom-left-radius:4px}
.pm-chat-bubble--customer{align-self:flex-end;background:#244cff;color:#fff;border-bottom-right-radius:4px}
.pm-chat-bubble--typing{align-self:flex-start;background:#e9edf4;color:#637083;font-style:italic}
.pm-chat-quick-actions{display:flex!important;flex-wrap:wrap!important;gap:6px!important;margin-top:8px}
.pm-chat #pm-chat-form>div{display:flex!important;flex-wrap:nowrap!important}
.pm-chat #pm-chat-send:disabled{opacity:.65;cursor:wait}
@media(max-width:600px){.pm-chat{bottom:76px;max-height:calc(100vh - 92px)}.pm-chat-body{max-height:calc(100vh - 170px)}}
