.mic-probe-wrap {
  position: relative;
  width: 100%;
  min-width: 0;
  display: block;
}

.mic-probe-wrap > textarea,
.mic-probe-wrap > input {
  width: 100%;
  min-width: 0;
  padding-right: 40px !important;
}

.mic-probe-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 0;
  background: transparent;
  color: var(--muted);
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  cursor: pointer;
}

.mic-probe-btn:hover {
  color: var(--text);
}

.mic-probe-svg {
  width: 15px;
  height: 15px;
  display: block;
}
