.social_wrapper{display:flex;flex-direction:column;gap:12px;justify-content:center;width:fit-content;margin-inline:auto;margin-top:20px;text-align:center}.social_handle_title{background:linear-gradient(45deg,#0067e7,#8f31ce,#0067e7);background-size:300% 100%;background-clip:text;color:transparent;animation:gradientShift 1s ease-in-out infinite;animation-delay:.5s;animation-play-state:running}@keyframes gradientShift{0%{background-position:0 50%}to{background-position:100% 50%}}.social_link_wrapper{display:flex;align-items:center;gap:24px;justify-content:center}.social_link{aspect-ratio:1;flex-shrink:0;border-radius:50%;position:relative}.social_link svg,.social_link:after{transition:all .2s ease-in-out}.social_link:after{content:"";position:absolute;opacity:0;width:24px;height:24px;border-radius:50%;transform:rotateX(-244deg);background:linear-gradient(180deg,#0067e7,#8f31ce 70%);left:0;top:40px;filter:blur(10px);pointer-events:none}.social_link:hover:after{opacity:1;filter:blur(15px)}.social_link:hover svg{transform:translateY(0) rotate(-5deg) scale(1.1);stroke-width:2px;filter:none;filter:drop-shadow(8px 8px 2px #8f31ce) drop-shadow(-8px -8px 2px #0067e7)}