.am-marker{position:relative;display:inline-block;padding:.1em .25em}
.am-marker svg{position:absolute;left:-8%;top:-40%;width:116%;height:180%;pointer-events:none}
.am-marker path{fill:none;stroke:var(--am-color,#ff8a00);stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1500;stroke-dashoffset:1500}
.am-marker.play path{animation:amdraw 1.2s ease forwards}
@keyframes amdraw{to{stroke-dashoffset:0}}