.chat-container{min-height:calc(100vh - 120px);max-height:calc(100vh - 120px);padding-bottom:120px;overflow-y:auto}form{z-index:1000;background-color:#fff;justify-content:center;gap:10px;max-width:100%;padding:20px;display:flex;position:fixed;bottom:0;left:0;right:0}form>div{gap:10px;width:100%;max-width:800px;margin:0 auto;display:flex}form .input{box-sizing:border-box;border:1px solid #ccc;border-radius:8px;outline:none;flex:1;min-width:0;height:40px;padding:10px;font-size:16px}form .input:focus{border:1px solid #ccc;outline:none}form>div{align-items:center;display:flex}form button{color:#000;cursor:pointer;box-sizing:border-box;white-space:nowrap;background-color:#ccc;border:1px solid #ccc;border-radius:8px;justify-content:center;align-items:center;height:40px;padding:10px 20px;font-size:16px;display:flex}.chat-bubble h1,.chat-bubble h2,.chat-bubble h3,.chat-bubble h4,.chat-bubble h5,.chat-bubble h6{margin:.5em 0 .25em;font-size:1em;font-weight:600}.chat-bubble p{margin:.5em 0}.chat-bubble ul,.chat-bubble ol{margin:.5em 0;padding-left:1.5em}.chat-bubble li{margin:.25em 0}.chat-bubble strong{font-weight:600}
