.voice-message{min-width:0;max-width:100%}
.voice-message-play{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:28px;max-width:100%;min-height:48px;border:0;border-radius:12px;padding:10px 12px;background:transparent;color:inherit;font:inherit;cursor:pointer;touch-action:manipulation}
.voice-message-play svg{width:25px;height:25px;flex:none}
.voice-message-play:active{background:#bfd7f216}
.voice-message-play:focus-visible{outline:2px solid currentColor;outline-offset:2px}
.voice-message-play.is-playing{background:#bfd7f20d}
.voice-message-duration{font-variant-numeric:tabular-nums;font-size:15px}
.voice-message-progress{position:absolute;bottom:1px;left:0;width:100%;height:2px;background:currentColor;opacity:.35;transform:scaleX(0);transform-origin:left}
.voice-message-transcript{font-size:12px;line-height:1.7}
.voice-message-transcript summary{width:fit-content;min-height:32px;display:flex;align-items:center;color:var(--text-soft);cursor:pointer}
.voice-message-transcript p{white-space:pre-wrap;overflow-wrap:anywhere;font-size:15px;margin:4px 0 8px}
.bubble.has-voice{min-width:150px}
