.board-v42-status {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  background: #eef3ff;
  color: #2947a5;
}
.board-v42-status[data-kind="success"] { background: #e9f8f1; color: #147a50; }
.board-v42-status[data-kind="error"] { background: #fff0f0; color: #b42318; }
.board-v42-feed { overflow-y: auto; padding: 28px !important; display: flex; flex-direction: column; gap: 16px; }
.board-v42-empty { min-height: 360px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 6px; color: #60708f; text-align: center; }
.board-v42-empty strong { color: #17233d; font-size: 15px; }
.board-v42-message { display: flex; align-items: flex-start; gap: 10px; max-width: 78%; }
.board-v42-message.own { align-self: flex-end; flex-direction: row-reverse; }
.board-v42-avatar { width: 34px; height: 34px; min-width: 34px; border-radius: 50%; display: grid; place-items: center; font-size: 11px; font-weight: 800; color: #fff; background: var(--avatar-color); box-shadow: 0 4px 12px rgba(21,44,101,.12); }
.board-v42-bubble { min-width: 220px; border: 1px solid #e3e8f3; background: #fff; border-radius: 14px; padding: 12px 14px; box-shadow: 0 6px 20px rgba(20,45,107,.06); }
.board-v42-message.own .board-v42-bubble { background: #eef3ff; border-color: #d9e2ff; }
.board-v42-message.announcement .board-v42-bubble { border-left: 4px solid #4a63dd; }
.board-v42-bubble header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 7px; }
.board-v42-bubble header > div:first-child { display: flex; flex-direction: column; gap: 2px; }
.board-v42-bubble strong { font-size: 13px; color: #17233d; }
.board-v42-bubble small { font-size: 11px; color: #7b879f; }
.board-v42-bubble p { margin: 0; white-space: pre-wrap; overflow-wrap: anywhere; color: #34415c; line-height: 1.55; font-size: 14px; }
.board-v42-flags { display: flex; align-items: center; gap: 6px; }
.board-v42-flags span { border-radius: 999px; background: #edf2ff; color: #3855bf; padding: 3px 7px; font-size: 10px; font-weight: 800; white-space: nowrap; }
.board-v42-delete { border: 0; background: transparent; color: #c33b31; font-size: 20px; line-height: 1; cursor: pointer; padding: 0 2px; }
@media (max-width: 900px) {
  .board-v42-message { max-width: 96%; }
  .board-v42-feed { padding: 16px !important; }
}
