.voice-tools{display:flex;align-items:center;gap:9px;margin:11px 0;flex-wrap:wrap}.voice-btn{border:1px solid var(--green)!important;background:white!important;color:var(--green)!important;padding:9px 12px!important;border-radius:8px!important;cursor:pointer}.voice-btn.listening{background:#e3f1eb!important;box-shadow:0 0 0 4px #d7ebe2;color:#b34b3e!important;border-color:#b34b3e!important}.voice-btn.speaking{background:var(--green)!important;color:white!important}.voice-status{font-size:11px;color:var(--muted);margin-right:auto}.voice-rate{font-size:11px;color:var(--muted);display:flex;align-items:center;gap:6px}.voice-rate select{border:1px solid var(--line);border-radius:6px;padding:6px;background:white}.voice-answer{margin-top:15px;border-left:4px solid var(--green);background:#eef5f1;padding:15px;border-radius:7px}.voice-answer.hidden{display:none}.voice-answer small,.voice-answer strong,.voice-answer p{display:block}.voice-answer p{line-height:1.7;color:#52605a}.voice-wave{display:inline-flex;gap:2px;align-items:center;margin-right:5px}.voice-wave i{width:2px;height:9px;background:currentColor;animation:wave .7s infinite alternate}.voice-wave i:nth-child(2){animation-delay:.2s}.voice-wave i:nth-child(3){animation-delay:.4s}@keyframes wave{to{height:3px}}
