.composer button { flex: 0 0 auto; }
.composer .mic-btn { background:#e8f6f4; color:#237c76; font-size:13px; border-radius:50%; }
.composer .mic-btn span { display:block; width:13px; height:18px; border:2px solid currentColor; border-radius:8px; position:relative; margin:auto; font-size:0; }
.composer .mic-btn span::after { content:''; position:absolute; width:7px; height:3px; border-bottom:2px solid currentColor; left:1px; bottom:-6px; }
.composer .mic-btn.listening { background:#e05757; color:white; animation:micPulse 1.25s infinite; }
.voice-status { height:22px; text-align:center; color:#287d78; font-size:13px; font-weight:600; }
.voice-status.error { color:#a34848; }
.voice-status:not(:empty)::before { content:'✦'; margin-right:6px; }
@keyframes micPulse { 50% { box-shadow:0 0 0 8px rgba(224,87,87,.14); } }
.chat-head .voice-toggle { margin-left:auto; width:auto; min-width:48px; padding:0 10px; color:#247d77; background:#e7f6f4; font-size:14px; font-weight:700; }
.chat-head .voice-toggle:not(.active) { color:#8996a3; background:#f4f6f8; }
.chat-head .reset-btn { margin-left:0; }
