.highlight-draw-path{stroke-dasharray:1;stroke-dashoffset:0}.highlight-draw-path.is-drawing{animation:highlight-draw var(--draw-duration,.55s) ease-in-out var(--draw-delay,0s) both}.highlight-heart-fill.is-drawing{animation:.75s ease-out both highlight-fill}.highlight-tooltip{left:var(--tip-left,50%);animation:.22s ease-out both highlight-tooltip-in}.highlight-tooltip__content{animation:.3s cubic-bezier(.2,.8,.2,1) both highlight-tooltip-scale}@keyframes highlight-draw{0%{opacity:0;stroke-dashoffset:1px}to{opacity:1;stroke-dashoffset:0}}@keyframes highlight-fill{0%,62%{opacity:0}to{opacity:1}}@keyframes highlight-tooltip-in{0%{opacity:0}to{opacity:1}}@keyframes highlight-tooltip-scale{0%{transform:scale(.9)}to{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.highlight-draw-path.is-drawing,.highlight-heart-fill.is-drawing,.highlight-tooltip,.highlight-tooltip__content{animation:none}}
