.chat-messages{display:grid;gap:16px;max-height:380px;overflow:auto;padding:16px;background:#f5f6f8;border-radius:16px}.chat-message{display:flex;max-width:82%;align-items:flex-start;flex-direction:column;padding:0;background:transparent}.chat-message.mine{justify-self:end;align-items:flex-end;background:transparent}.chat-message small{display:block;margin:0 8px 5px;color:#8a919f;font-size:12px;line-height:1.4}.chat-message p{min-width:42px;margin:0;padding:10px 14px;border:1px solid #edf0f4;border-radius:6px 16px 16px 16px;background:#fff;box-shadow:0 2px 8px #1d212908;color:#252933;line-height:1.6;white-space:pre-wrap;word-break:break-word}.chat-message.mine p{border-color:#ffd1d8;border-radius:16px 6px 16px 16px;background:#fff0f2;color:#252933}
