/* Conversation delivery states: text remains the primary status signal. */
.conversation-bubble.pending { opacity: .72; }
.conversation-bubble.failed { border-color: #efb2b2; background: #fff3f3; }
.conversation-delivery { font-weight: 850; text-transform: none !important; }
.conversation-delivery[data-status="delivered"],
.conversation-delivery[data-status="read"],
.conversation-delivery[data-status="played"] { color: #087f69; }
.conversation-delivery[data-status="failed"],
.conversation-delivery-error { color: var(--danger); }
.conversation-delivery-error { display: block; margin-top: 5px; font-size: 10px; }
