/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/highlight-text/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.text-highlight {
  font-weight: bold;
  padding: 5px;
  background: linear-gradient(to left, transparent 50%, #00BBDB 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.text-highlight.visible {
  animation: animateBackground 1s forwards;
  animation-delay: var(--animation-delay);
}

@keyframes animateBackground {
  from {
    background-position: right bottom;
  }
  to {
    background-position: left bottom;
  }
}

/*# sourceMappingURL=style-index.css.map*/