.customer-chat{position:fixed;right:22px;bottom:92px;z-index:9998;font-family:Arial,sans-serif;color:#172033}.customer-chat *{box-sizing:border-box}.customer-chat-toggle{display:flex;align-items:center;gap:9px;border:0;border-radius:999px;padding:11px 16px 11px 10px;background:#172033;color:#fff;box-shadow:0 10px 30px rgba(15,23,42,.28);cursor:pointer}.customer-chat-toggle span{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#fff;color:#172033;font-size:11px;font-weight:900}.customer-chat-toggle b{font-size:13px}.customer-chat-panel{position:absolute;right:0;bottom:58px;width:min(370px,calc(100vw - 28px));overflow:hidden;border:1px solid #dfe5ec;border-radius:18px;background:#fff;box-shadow:0 20px 55px rgba(15,23,42,.25)}.customer-chat-panel[hidden]{display:none}.customer-chat-panel header{display:flex;align-items:center;justify-content:space-between;padding:16px 17px;background:#172033;color:#fff}.customer-chat-panel header strong,.customer-chat-panel header small{display:block}.customer-chat-panel header strong{font-size:15px}.customer-chat-panel header small{margin-top:3px;color:#cbd5e1;font-size:11px}.customer-chat-close{border:0;background:transparent;color:#fff;font-size:25px;line-height:1;cursor:pointer}.customer-chat-messages{height:300px;overflow-y:auto;padding:15px;background:#f6f8fb}.customer-chat-message{width:max-content;max-width:88%;margin:0 0 10px;padding:10px 12px;border-radius:13px;font-size:13px;line-height:1.48;white-space:pre-wrap}.customer-chat-message.is-bot{border-bottom-left-radius:4px;background:#fff;box-shadow:0 2px 8px rgba(15,23,42,.07)}.customer-chat-message.is-user{margin-left:auto;border-bottom-right-radius:4px;background:#172033;color:#fff}.customer-chat-message.is-error{color:#a61b1b}.customer-chat-products{display:grid;gap:7px;margin:-3px 0 12px}.customer-chat-product{display:flex;align-items:center;gap:9px;padding:8px;border:1px solid #e1e6ed;border-radius:10px;background:#fff;color:#172033;text-decoration:none}.customer-chat-product img{width:43px;height:43px;border-radius:7px;object-fit:cover;background:#eef1f4}.customer-chat-product span{min-width:0;font-size:11px}.customer-chat-product strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-chat-product small{color:#64748b}.customer-chat-suggestions{display:flex;gap:6px;overflow-x:auto;padding:9px 12px 3px}.customer-chat-suggestions button{flex:0 0 auto;border:1px solid #ccd5df;border-radius:999px;padding:6px 9px;background:#fff;color:#334155;font-size:10px;cursor:pointer}.customer-chat-form{display:flex;gap:7px;padding:10px 12px}.customer-chat-form input{min-width:0;flex:1;height:42px;border:1px solid #cfd8e3;border-radius:10px;padding:0 11px;font-size:13px}.customer-chat-form button{border:0;border-radius:10px;padding:0 14px;background:#172033;color:#fff;font-size:12px;font-weight:700;cursor:pointer}.customer-chat-form button:disabled,.customer-chat-form input:disabled{opacity:.6}.customer-chat-note{display:block;padding:0 12px 11px;color:#7b8797;font-size:9px;text-align:center}.customer-chat .sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(max-width:520px){.customer-chat{right:14px;bottom:82px}.customer-chat-toggle b{display:none}.customer-chat-panel{position:fixed;right:10px;bottom:78px;width:calc(100vw - 20px)}.customer-chat-messages{height:min(360px,48vh)}}
