.bonus-feed { box-sizing: border-box; min-width: 0; min-height: 0; max-height: min(60dvh, 560px); overflow-y: auto; overscroll-behavior-y: contain; scrollbar-gutter: stable; }
.bonus-feed:focus-visible { outline: 2px solid #075b72; outline-offset: -2px; }
.feed-editor { display: grid; gap: 8px; margin-bottom: 14px; }
.feed-editor textarea { box-sizing: border-box; width: 100%; min-height: 78px; max-height: 220px; resize: vertical; padding: 10px 12px; border: 1px solid #c8cdd2; border-radius: 9px; background: #fff; color: #20252a; font: inherit; }
.feed-editor textarea:focus-visible { outline: 2px solid #075b72; outline-offset: 2px; }
.feed-message-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.feed-message, .feed-timeline > .card-event, .feed-timeline > .activity-event { display: block; padding: 14px; margin: 0 0 8px; background: #fff; border-radius: 14px; list-style: none; }
.feed-message-meta { margin-bottom: 6px; color: #636a72; font-size: 12px; }
.feed-message-text { white-space: pre-wrap; overflow-wrap: anywhere; margin: 8px 0; }
.feed-message-object { border: 0; background: none; padding: 0; color: #075b72; font: inherit; font-weight: 600; text-align: left; cursor: pointer; }
.feed-message-status { white-space: pre-wrap; overflow-wrap: anywhere; }
.feed-message-status:empty { display: none; }
.feed-message-status button { margin-left: 8px; }
.feed-editor--collapsed { gap: 0; }
.feed-editor--collapsed textarea { height: 36px; min-height: 36px; padding: 7px 12px; resize: none; overflow: hidden; }
.feed-editor--collapsed .feed-message-actions { display: none; }
.feed-message-text--editable { cursor: pointer; }
.feed-message-text--editable:focus-visible { outline: 2px solid #075b72; outline-offset: 4px; border-radius: 3px; }
