.puck-chat{position:fixed;z-index:5000;right:24px;bottom:92px;width:min(390px,calc(100vw - 28px));height:520px;background:#fff;border:1px solid #ad8b4f;border-radius:18px;box-shadow:0 20px 70px #0005;display:flex;flex-direction:column;overflow:hidden}.puck-chat header{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#101417;color:#fff}.puck-chat header div{display:grid}.puck-chat header small{color:#c6a35e}.puck-chat header button{border:0;background:transparent;color:#fff;font-size:28px}.puck-chat-messages{flex:1;overflow:auto;padding:16px;background:#f5f1e8}.puck-chat-messages p{padding:11px 13px;border-radius:12px}.puck-chat-messages .bot{margin-right:28px;background:#fff}.puck-chat-messages .user{margin-left:35px;background:#ad8b4f;color:#fff}.puck-chat form{display:flex;padding:12px}.puck-chat form input{min-width:0;flex:1;padding:12px;border:1px solid #ccc;border-radius:99px 0 0 99px}.puck-chat form button{border:0;padding:0 16px;background:#101417;color:#c6a35e;border-radius:0 99px 99px 0}.puck-chat>small{padding:0 14px 10px}
