.wi-speech-mic{display:inline-flex;gap:5px;align-items:center;height:30px;padding:0 10px;font-size:12.5px;color:var(--color-text-weak);white-space:nowrap;cursor:pointer;background:none;border:0;border-radius:999px;transition:color .15s ease,background .15s ease}.wi-speech-mic.is-icon-only{width:30px;justify-content:center;padding:0}.wi-speech-mic em{font-style:normal;font-variant-numeric:tabular-nums}.wi-speech-mic:focus-visible,.wi-speech-mic:hover:not(:disabled){color:var(--color-brand,#e66000);background:color-mix(in srgb,var(--color-brand,#e66000) 9%,transparent)}.wi-speech-mic:disabled{cursor:default;opacity:.6}.wi-speech-mic.is-listening{color:#e05252;background:rgb(224 82 82/10%);animation:wi-speech-mic-pulse 1.4s ease-in-out infinite}@keyframes wi-speech-mic-pulse{0%,to{opacity:1}50%{opacity:.72}}.wi-speech-mic-spin{animation:wi-speech-mic-spin .9s linear infinite}@keyframes wi-speech-mic-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.wi-speech-mic-spin,.wi-speech-mic.is-listening{animation:none}}