.highlight-effect{position:relative;display:inline-block;background:transparent;padding:0 .25em}.highlight-effect:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:#bc806c;animation:highlight 2s ease-out forwards;z-index:-1}@keyframes highlight{0%{width:0}to{width:100%}}