/* Voice-note controls share the phone's native WhatsApp layout. */
.iphone button.wa-play{appearance:none;border:0;background:none;padding:0;cursor:pointer;position:relative;touch-action:manipulation}
.iphone button.wa-play::after{content:"";position:absolute;inset:-8px -9px;border-radius:50%}
.iphone button.wa-play:focus-visible,.iphone .wa-speed:focus-visible{outline:2px solid #278cba;outline-offset:5px;border-radius:5px}
.iphone .wa-voice[data-audio-state="playing"] .wa-play{color:#65786b}
.iphone .wa-voice .wa-wave{justify-content:space-between}
.iphone .wa-voice .wa-wave::before{left:clamp(-2px,calc(var(--voice-progress,0)*100% - 5px),calc(100% - 5px));pointer-events:none}
.iphone .wa-voice .wa-wave i.played{background:#45b8e8}
.iphone .wa-voice .wa-wave:has(.wa-seek:focus-visible){outline:2px solid #278cba;outline-offset:5px;border-radius:3px}
.iphone .wa-seek{position:absolute;inset:-9px -5px;width:calc(100% + 10px);height:44px;margin:0;opacity:0;z-index:2;cursor:pointer;touch-action:none}
.iphone .wa-speed{position:absolute;inset:0;display:grid;place-items:center;min-width:43px;min-height:43px;border:0;border-radius:50%;background:var(--wa-out);color:#53695b;font:600 13px/1 var(--font-ios);cursor:pointer;touch-action:manipulation}
.iphone .wa-speed::before{content:"";position:absolute;inset:10px -2px;border:1px solid #90a28a;border-radius:12px}
.iphone .wa-speed[hidden]{display:none}
.iphone .wa-voice[data-audio-state="loading"] .wa-play svg{animation:waAudioLoading .8s linear infinite}
.iphone .wa-voice[data-audio-state="error"] .wa-vdur{color:#9c342c}
.iphone .wa-audio-announcement{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.iphone .wa-voice audio{display:none}
@keyframes waAudioLoading{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){.iphone .wa-voice[data-audio-state="loading"] .wa-play svg{animation:none}}
