/* This class is required to import, no matter feature is enabled or not */

.rephrase-synonyms-feat-container {
  white-space: pre-wrap !important;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
  font-family: inherit;
  line-height: inherit;
}

.rephrase-synonyms-feat-container:empty::before {
  content: attr(placeholder);
  color: #b2b2b2;
  pointer-events: none;
  opacity: 1;
}

.rephrase-synonyms-feat-container:focus::before {
  display: none;
}
