.social-toolbar{display:inline-flex;align-items:center;padding:12px 24px;gap:12px;border-radius:999999px;background:rgba(0,0,0,0.50);backdrop-filter:blur(8px)}
.social-toolbar--light{background:rgba(255,255,255,0.70)}
.social-toolbar__label{color:#fff;font-size:18px;line-height:normal}
.social-toolbar--light .social-toolbar__label{color:#111846}
.social-toolbar__btn{display:inline-flex;align-items:center;justify-content:center;background:0;border:0;cursor:pointer}
.social-toolbar__btn svg{fill:#fff}
.social-toolbar--light .social-toolbar__btn svg{fill:#111846}
.social-toolbar__btn.animate{animation:copyPulse .3s ease-in-out}
@keyframes copyPulse{0,100%{transform:scale(1)}
50%{transform:scale(1.15)}
}