#messages .message{position:relative;width:100%;max-width:100%;padding:4px 0;margin-left:0;border-radius:10px;transition:background .12s}
#messages .message .bubble{max-width:min(78%,760px)}
#messages .message.chat-selected{background:#dde0df8f;outline:1px solid #cbd1cc66}
#messages .message.chat-selected .bubble{background:#e5e8e4;border-color:#ccd3cc}
.chat-select-message{position:absolute;top:50%;right:12px;transform:translateY(-50%);display:flex;align-items:center;gap:7px;background:#fffffff0;color:#617362;border:1px solid #d6ded2;border-radius:18px;padding:5px 10px;min-height:32px;opacity:0;pointer-events:none;transition:opacity .12s}
.message.mine>.chat-select-message{right:auto;left:12px}.chat-select-message span{font-size:17px}.chat-select-message small{font-size:11px}
.message.chat-pick-hover>.chat-select-message,.message.chat-selected>.chat-select-message,.chat-select-message:focus-visible{opacity:1;pointer-events:auto}
.chat-selection-toolbar{display:none;padding:14px 20px;min-height:74px;gap:12px;align-items:center;border-bottom:1px solid var(--line);background:#f0f2ee;flex-shrink:0}
.chat-selection-toolbar strong{font-size:14px;font-weight:500}.chat-selection-toolbar>.icon-btn{font-size:25px}
.has-chat-selection>.chat-selection-toolbar{display:flex}.has-chat-selection>.chat-header{display:none}
.chat-forwarded{border-left:3px solid #8eb47b;padding:3px 8px;margin:3px 0 9px;color:#618052;font-size:11px;line-height:1.5}
.chat-forward-summary{white-space:pre-wrap;font-size:12px;line-height:1.6;background:#f1f5ec;padding:13px;border-radius:10px;max-height:150px;overflow:auto}
.chat-forward-note{font-size:11px;line-height:1.6;margin:10px 0 18px}#chat-forward-targets{max-height:40dvh;overflow-y:auto}
.reaction-select-action{width:100%;margin-top:10px}#chat-reaction-menu{max-height:calc(100dvh - 16px);overflow-y:auto}
.chat-saved-avatar{background:#e5efd5;color:#5b7939;font-size:20px}
@media(max-width:600px){#messages .message .bubble{max-width:calc(100% - 36px)}.chat-selection-toolbar{padding:9px 10px;min-height:64px;gap:8px}.chat-selection-toolbar strong{font-size:12px}.chat-select-message{width:28px;height:28px;min-height:28px;right:2px;padding:0;justify-content:center}.message.mine>.chat-select-message{left:2px}.chat-select-message small{display:none}}
