.copilot-chat{position:-webkit-sticky;position:sticky;top:0;display:flex;padding:32px;flex-direction:column;justify-content:flex-start;gap:24px;align-items:flex-start;align-self:stretch;background:#061a3d;color:#fff;min-width:300px;max-width:500px;max-height:calc(100vh - 100px);.copilot-chat--header{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;gap:16px;margin-bottom:26px}.copilot-chat--messages{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:12px;overflow-y:auto;.copilot-chat--message.user+.copilot-chat--message:not(.user),.copilot-chat--message:not(.user)+.copilot-chat--message.user{margin-top:12px}}.copilot-chat--message{padding:10px 16px;background:#072c4d;font-size:18px;font-weight:400;line-height:24px;max-width:80%;&.user{align-self:flex-end;background:#09566e}}.copilot-chat--suggested-answers{display:flex;flex-direction:row;align-items:flex-end;align-self:flex-end;gap:10px}.copilot-chat--suggested-answer{font-family:Siemens Sans;font-size:18px;font-weight:700;line-height:24px;padding:10px 16px}.copilot-chat--input{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;background:#0b2e4e;padding-right:16px;margin-top:auto}.copilot-chat--input-text{margin-top:auto;padding:13px 16px;height:68px;border-bottom:none;background:transparent;input{font-family:Siemens Sans;font-size:18px;font-style:normal;font-weight:400;line-height:24px;&::placeholder{color:hsla(0,0%,100%,.5);opacity:1}}}}