.optional-schwa {
  position: relative;
  top: -.45em;
  font-size: .8em;
  line-height: 0;
}

#phonemes {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  letter-spacing: 0;
}

#phonemes > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 16px;
  text-align: center;
}

.expected-phoneme {
  min-height: 21px;
  color: #1a1a1a;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.phoneme-symbol {
  position: relative;
  min-width: 16px;
  color: #3b8376;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none !important;
}

.phoneme-symbol.weak {
  color: #eb8d1b;
}

.phoneme-symbol.wrong {
  color: #c0392b;
}

.phoneme-slash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.phoneme-slash line {
  stroke: #000;
  stroke-width: 1.25px;
  vector-effect: non-scaling-stroke;
}
