.copy-button{aspect-ratio:1/1;min-height:-moz-fit-content;min-height:fit-content;padding:.5em;border-radius:.1875rem;.tick{display:none;transition:display .24s var(--ease-elastic);path{stroke-dasharray:24;stroke-dashoffset:24}}&.copied{.tick{display:block;color:var(--green);path{animation:draw-tick .5s var(--ease-fluid) forwards}}}}@keyframes draw-tick{to{stroke-dashoffset:0}}