.chat-bubbles{display:flex;flex-direction:column;gap:1rem}.chat-bubble{background:var(--bb-bg-surface-secondary);border-radius:var(--bb-border-radius-lg);padding:1rem;position:relative}.chat-bubble-me{background-color:var(--bb-primary-lt);box-shadow:none}.chat-bubble-title{margin-bottom:.25rem}.chat-bubble-author{font-weight:600}.chat-bubble-date{color:var(--bb-secondary)}.chat-bubble-body>:last-child{margin-bottom:0}
