@media only screen and (max-width:600px){.awp-chat-window.scale-toggle{width:calc(100vw - 32px)!important}}.awp-chat-window.scale-toggle{transform:scale(1);width:350px;height:auto}.awp-style-round i{background:#eee;border-radius:50%;padding:6px}.awp-style-square i{background:#eee;border:1px solid #ddd;border-radius:0;padding:6px}.awp-style-outline i{border:2px solid #ddd;border-radius:6px;padding:4px;background:0 0}.awp-style-colored i{background:0 0;border:none;padding:0}.awp-typing-dots{display:flex;gap:4px;align-items:center;justify-content:center}.awp-typing-dots .dot{width:8px;height:8px;background-color:rgba(255,255,255,.9);border-radius:50%;animation:dot-pulse 1s infinite}.awp-typing-dots .dot:nth-child(2){animation-delay:.2s}.awp-typing-dots .dot:nth-child(3){animation-delay:.4s}