.sound-title {
  font-weight: bold;
  position: relative;
  width: 5em;
  border: 2px #1EB9EE solid;
  border-radius: 10px;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.5;
}

.sound-direction {
  font-size: 0.8em;
  text-indent: -1.2em;
  margin-left: 1.5em;
}

.sound-circle {
  color: #eb6da5;
  display: inline-block;
  margin-right: 0.2em;
  text-indent: 0;
}

.sound-linking {
  display: inline-block;
  transform: rotate(90deg);
  width: 1.2em;
  position: relative;
  top: 1.5em;
  left: -0.1em;
}

.sound-text-area {
  margin-left: 1em;
  margin-bottom: 1.3em;
  line-height: 2;
}

.sound-text-area.stress {
  line-height: 2.5;
  margin-bottom: 1.6em;
}

span[data-stress] {
  position: relative;
  text-indent: 0;
}
span[data-stress]::after {
  content: "●";
  position: absolute;
  color: #000;
  font-size: 0.6em;
  left: 0;
  top: 1em;
  width: 100%;
  display: flex;
  justify-content: center;
}

span[data-stress="s"]::after {
  transform: scale(0.4);
  top: 0.95em;
}

.width-pt-1 {
  display: inline-block;
  width: 3em;
}

.pronunciation {
  font-family: "NewWords";
  font-weight: normal;
}

.sound-paragraph {
  font-size: 0.8em;
  line-height: 1.8;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.sound-label {
  display: inline-block;
  border: 2px solid #1EB9EE;
  border-radius: 10px;
  padding: 2px 10px;
  margin-right: 8px;
  white-space: nowrap;
  color: #000;
  line-height: 1.5;
  font-weight: bold;
}

.sound-studio-img {
  height: 2.5em;
}

.sound-studio-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.sound-studio-desc {
  margin-left: 1em;
  font-weight: bold;
}

.pronunciation {
  font-family: "NewWords";
  font-weight: normal;
}