.help-composer__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.help-microphone {
  flex: 0 0 auto;
  width: 2.75rem;
  height: 2.75rem;
  min-width: 2.75rem;
  padding: 0;
  border: 1px solid rgba(11, 95, 138, 0.34);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  color: var(--color-primary);
}

.help-microphone:hover {
  border-color: rgba(11, 95, 138, 0.62);
  background: rgba(239, 248, 252, 0.94);
}

.help-microphone svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: currentColor;
  pointer-events: none;
}

.help-microphone.is-recording {
  border-color: #a51f2c;
  background: #fff2f3;
  color: #811722;
}

.help-speech-status,
.help-speech-note {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 0.86rem;
}

.help-speech-status:empty {
  display: none;
}

.help-speech-note {
  color: var(--color-text-soft);
}
