.ola-spell-suggestion {
  padding-bottom: 1rem;
  // display: none;
}

/* term suggestion */
.ola-term-suggestion {
  padding-bottom: 1rem;
}

/* Instead */
.ola-term-suggestion-instead {
  font-size: 14px;
}

/**
 * Spell links
 */
.ola-spell-links {
  vertical-align: baseline;
  min-width: none;

  &:after {
    content: ', '
  }

  &:last-child:after {
    content: ''
  }
}

/**
 * term suggestion
 */
.ola-btn-term-suggestion {
  margin-left: 6px;
  vertical-align: baseline;
  &, &:hover, &:active, &:focus {
    border: none;
    background: none;
    color: $link-color;
    cursor: pointer;
    font-weight: normal;
  }
  &:hover {
    text-decoration: underline;
  }
}