.neon-wrapper{position:relative;padding:20px 0 14px}.click-label,.neon-wrapper{display:flex;align-items:center}.click-label{position:absolute;top:0;left:-40px;flex-direction:column;transform:rotate(-5deg)}.neon-button{position:relative;background-color:#0047ff;color:#fff;font-size:1.4rem;font-weight:700;padding:.6rem 1rem;border-radius:1rem;border:3px dashed #fff;text-shadow:0 0 6px #fff;z-index:0;transition:.3s ease;isolation:isolate;letter-spacing:1px;line-height:1.4}.neon-button:before{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;border-radius:inherit;z-index:-1;box-shadow:0 0 8px #fff,0 0 12px #00eaff,0 0 16px #00eaff;animation:flickerGlow 1.6s ease-in-out infinite alternate}@keyframes flickerGlow{0%{box-shadow:0 0 6px #fff,0 0 10px #00eaff,0 0 14px #00eaff}to{box-shadow:0 0 8px #fff,0 0 12px #00eaff,0 0 16px #00eaff}}