.shareBar{flex-direction:column;gap:.75rem;padding:1rem 0;display:flex}.shareBar .shareBar__actions{flex-wrap:wrap;gap:.3rem;display:flex}.shareBar .shareBar__actions .social{background-color:var(--color-white);aspect-ratio:1;border-radius:.3rem;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:0;display:flex}.shareBar .shareBar__actions .social svg{aspect-ratio:1;width:1.6rem;height:auto}.shareBar .shareBar__actions .social svg path{fill:var(--color-primary)!important}.shareBar .shareBar__actions .social:hover{background-color:var(--color-primary)}.shareBar .shareBar__actions .social:hover svg path{fill:var(--color-white)!important}
