.gp-chat-launch{display:flex;justify-content:flex-end;align-items:center;gap:4px}.gp-chat-open{display:flex;align-items:center;gap:8px}.gp-chat-open i{width:10px;height:10px;flex:0 0 10px;border:2px solid #fff;border-radius:50%;background:#ffe34a;box-shadow:0 0 0 rgba(255,227,74,0);animation:gp-chat-pulse 1.25s ease-in-out infinite}.gp-chat-minimize{width:25px;height:25px;padding:0;border:1px solid #827b30;border-radius:50%;background:#fffdf8;color:#5d591c;font:700 17px/21px system-ui;box-shadow:0 2px 8px #0002;cursor:pointer}.gp-chat.is-minimized .gp-chat-open{width:38px;height:38px;padding:0;justify-content:center;border-radius:50%}.gp-chat.is-minimized .gp-chat-open span,.gp-chat.is-minimized .gp-chat-minimize{display:none}.gp-chat.is-minimized .gp-chat-open i{width:12px;height:12px;flex-basis:12px}@keyframes gp-chat-pulse{0%,100%{opacity:.65;box-shadow:0 0 0 0 rgba(255,227,74,.6)}50%{opacity:1;box-shadow:0 0 0 7px rgba(255,227,74,0)}}
