.pronunciation-card {
  min-height: 158px;
}

.empty-pronunciation-state,
.processing-state {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #7a6f65;
  font-size: 14px;
  font-weight: 500;
}

.empty-pronunciation-state.error-state {
  color: #c0392b;
}

.empty-mic-circle {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e5dfd7;
  color: #7a6f65;
}

.empty-mic-circle svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.processing-state {
  font-weight: 600;
}

#assessment-state .phonemes {
  margin-top: 38px;
}
