.pun-copy-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:var(--copy-btn-color);color:#fff;border:none;font-size:12px;font-weight:600;padding:6px 12px;border-radius:5px;cursor:pointer;opacity:1;transition:background .25s ease,box-shadow .25s ease;white-space:nowrap;z-index:5}.pun-copy-btn:hover{background:var(--copy-btn-hover);box-shadow:0 0 10px var(--glow-color)}.pun-copy-btn.pop{animation:pun-pop .35s ease}.pun-copy-btn.copied{background:var(--copy-btn-success)}.pun-copy-btn .btn-text{display:inline-block;animation:pun-fade-in .3s ease}@media (max-width:600px){.pun-copy-btn{right:10px;bottom:8px;top:auto;transform:none}.pun-copy-btn.pop{animation:pun-pop-mobile .35s ease}}