.chat-container{border:1px solid #ccc;border-radius:8px;font-family:sans-serif;height:500px;overflow:hidden;width:350px}.chat-container,.message-list{display:flex;flex-direction:column}.message-list{flex-grow:1;gap:10px;overflow-y:auto;padding:10px}.message{word-wrap:break-word;border-radius:18px;max-width:70%;padding:8px 12px}.message.me{align-self:flex-end;background-color:#007bff;color:#fff}.message.other{align-self:flex-start;background-color:#f1f0f0;color:#000}.message-form{border-top:1px solid #ccc;display:flex;padding:10px}.message-form input{border:1px solid #ccc;border-radius:20px;flex-grow:1;margin-right:10px;padding:10px}.message-form button{background-color:#007bff;border:none;border-radius:20px;color:#fff;cursor:pointer;padding:10px 15px}.message-form button:hover{background-color:#0056b3}
/*# sourceMappingURL=main.c093a8c2.css.map*/