.voice-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:12px;min-height:39px}
.voice-row .tiny{flex:1;min-width:210px}
button.voice-button{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;color:var(--brand)}
button.voice-button.listening{background:#fff1ed;border-color:#d76a54;color:#a63e2d;animation:voice-pulse 1.4s ease-in-out infinite}
@keyframes voice-pulse{50%{box-shadow:0 0 0 5px #d76a5422}}
@media(prefers-reduced-motion:reduce){button.voice-button.listening{animation:none}}
@media(max-width:600px){.voice-row{align-items:flex-start}.voice-row .tiny{min-width:100%}button.voice-button{width:100%;justify-content:center;min-height:46px}}
