:root{--body-bg:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);--msger-bg:#fff;--border:2px solid #ddd;--left-msg-bg:#555;--left-msg-color:#d9d9d9;--right-msg-bg:#926550;--right-msg-color:#d9d9d9;--center-msg-bg:#43776b;--center-msg-color:#d9d9d9}.msger-chat{border:2px solid #958ca1;border-radius:10px;max-width:1000px;padding:16px}.msger-chat+.msger-chat{margin-top:1rem}.msg{align-items:flex-end;margin-bottom:10px;display:flex}.msg:last-of-type{margin-bottom:0}.left-msg .msg-img{margin:0 10px 0 0}.msg-bubble{background:var(--left-msg-bg);border-radius:15px;max-width:500px;padding:.5rem 1rem}.msg-info{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.msg-info-name{margin-right:10px;font-weight:700}.msg-info-time{font-size:.85em}.left-msg .msg-bubble{color:var(--left-msg-color);border-bottom-left-radius:0}.right-msg{flex-direction:row-reverse}.right-msg .msg-bubble{background:var(--right-msg-bg);color:var(--right-msg-color);border-bottom-right-radius:0}.right-msg .msg-img{margin:0 0 0 10px}.center-msg{width:fit-content;margin:0 auto 10px;display:block}.center-msg .msg-bubble{background:var(--center-msg-bg);color:var(--center-msg-color)}.center-msg.narration .msg-bubble{max-width:inherit;background:0 0}
