.gpp-voice {
  margin: 25px 0;
  padding: 22px;
  background: #f3f8ff;
  border: 2px solid #2463a9;
  border-radius: 4px;
}
.gpp-voice h3 { margin: 3px 0 8px; font: 700 26px Georgia, serif; }
.gpp-voice > label {
  display: grid;
  gap: 6px;
  max-width: 300px;
  margin: 18px 0 12px;
  font-weight: 700;
}
.gpp-voice-language { font-size: 16px; }
.gpp-voice-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.gpp-voice button {
  min-height: 48px;
  padding: 12px 18px;
  border: 0;
  background: #125a9c;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}
.gpp-voice-stop { background: #67251d !important; }
.gpp-voice-status {
  min-height: 24px;
  padding: 12px;
  margin: 12px 0;
  background: #fff;
  border-left: 4px solid #125a9c;
  font-weight: 700;
}
.gpp-voice.listening .gpp-voice-status {
  border-color: #b32d2e;
  background: #fff4f4;
}
.gpp-voice-privacy { font-size: 12px; line-height: 1.5; color: #4b5963; }
.gpp-voice button:focus, .gpp-voice select:focus {
  outline: 3px solid #0c1c8c;
  outline-offset: 2px;
}
@media (max-width: 520px) { .gpp-voice-actions button { width: 100%; } }
