.chatbot{position:relative;overflow:hidden;height:100%}.chatbot__main{height:100%}@media (min-width:992px){.chatbot{display:flex;gap:var(--s-3)}.chatbot__drawer{width:260px;flex-shrink:0}.chatbot__main{flex:1 1 0%;min-width:0}}@media (max-width:991.98px){.chatbot{background:var(--surface-color);border-radius:var(--ctl-corner-tl) var(--ctl-corner-tr) var(--ctl-corner-br) var(--ctl-corner-bl);corner-shape:var(--ctl-corner-shape)}.chatbot__drawer,.chatbot__main{background:#fff0;border-radius:0}.chatbot__drawer{position:absolute;top:0;left:0;bottom:0;z-index:2;width:100%;transform:translateX(-100%);transition:transform .25s ease}.chatbot__main{transition:transform .25s ease}.chatbot.is-open .chatbot__drawer{transform:translateX(0)}.chatbot.is-open .chatbot__main{transform:translateX(100%)}}.chatbot__log{flex:1 1 0%;min-height:0;overflow:auto}.chatbot__msg{max-width:80%;white-space:pre-wrap;line-height:1.5}.chatbot button{cursor:pointer}.chatbot__hitem{text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chatbot__src{font-size:.85em;opacity:.8;margin-top:.4em}.chatbot__src a{text-decoration:underline}