.section {
  padding: 20px;
}

.sectionDescription {
  font-size: 0px;
  color: #000000;
}

.synthesisFormInput-text {
  display: block;
  width: 560px;
  height: 200px;
  resize: none;
  margin-bottom: 15px;
  padding: 20px;
  color: #666666;
  font-size: 16px;
  line-height: 20px;
  border: none;
  background: #f0f0f0;
  box-shadow: 0.3rem 0.3rem 0.6rem #c8d0e7, -0.2rem -0.2rem 0.5rem white;
  background: white;
  border-radius: 1rem;
  outline: none;
  text-align: justify;
}

/* === */
.synthesisFormInput {
  width: 600px;
  height: 44px;
  margin: 10px 10px 0px 0px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 5px 20px;
  border-radius: 12px;
  box-shadow: 0.3rem 0.3rem 0.6rem #c8d0e7, -0.2rem -0.2rem 0.5rem white;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  color: gray;
  letter-spacing: 2px;
  border: 1px solid gray;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/arrow-b.png) 97% / 5% no-repeat #f0f0f0;
}

.synthesisFormInput::-ms-expand {
  display: none;
}

@media screen and (min-width: 0\0) {
  .synthesisFormInput {
    background: none\9;
    padding: 5px\9;
  }
}

.synthesisFormInput:hover,
.synthesisFormInput:focus {
  outline: none;
  background: url(../img/arrow-b.png) 97.3% / 5.8% no-repeat #f0f0f0;
}

/* === */

.synthesisPlayButton {
  margin: 10px 10px 10px 0px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 5px;
  height: 42px;
  width: 100px;
  border-radius: 12px;
  box-shadow: 0.3rem 0.3rem 0.6rem #c8d0e7, -0.2rem -0.2rem 0.5rem white;
  cursor: pointer;
  transition: 0.3s ease;
  font-weight: bold;
  color: #9baacf;
  letter-spacing: 2px;
  background: #f0f0f0;
}

.synthesisPlayButton:focus {
  outline: none;
}

.synthesisPlayButton:active {
  box-shadow: inset 0.2rem 0.2rem 0.5rem #c8d0e7,
    inset -0.2rem -0.2rem 0.5rem white;
}

.recognitionPlayButton {
  margin: 10px 10px 10px 0px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 5px;
  height: 42px;
  width: 136px;
  border-radius: 12px;
  box-shadow: 0.3rem 0.3rem 0.6rem #c8d0e7, -0.2rem -0.2rem 0.5rem white;
  cursor: pointer;
  transition: 0.3s ease;
  font-weight: bold;
  color: #9baacf;
  letter-spacing: 2px;
  background: #f0f0f0;
}

.recognitionPlayButton:focus {
  outline: none;
}

.recognitionPlayButton:active {
  box-shadow: inset 0.2rem 0.2rem 0.5rem #c8d0e7,
    inset -0.2rem -0.2rem 0.5rem white;
}

/* .recognitionPlayButton--active::after {
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  top: 10px;
  right: -30px;
  content: "";
  background-color: #ff314f;
  border-radius: 50%;
  cursor: default;
} */

.recognitionLanguage {
  /* position: absolute;
  margin-top: -55px;
  margin-left: 120px; */
  font-size: 0px;
  line-height: 20px;
  color: #999999;
}

.recognitionResult {
  display: block;
  width: 560px;
  height: 200px;
  resize: none;
  margin-bottom: 15px;
  padding: 20px;
  color: #666666;
  font-size: 16px;
  line-height: 20px;
  border: none;
  background: #f0f0f0;
  box-shadow: 0.3rem 0.3rem 0.6rem #c8d0e7, -0.2rem -0.2rem 0.5rem white;
  background: white;
  border-radius: 1rem;
  outline: none;
  text-align: justify;
}

.transcript {
  display: inline-block;
  margin: 2px 0;
  padding: 0 7px;
  border-radius: 3px;
}

.speech-recognition-section {
  padding: 20px;
}
