.word-corrector {
  position: relative;
}
.word-corrector .read-more-btn {
  display: block;
  margin-top: 8px;
  background-color: transparent;
  color: inherit;
  padding: 0;
  cursor: pointer;
  transition: background 0.3s ease;
  font-size: inherit;
  font-weight: 600;
  border: none;
  border-bottom: 1px solid;
  line-height: inherit;
  height: inherit;
}