.profile-share{display:flex;flex-direction:column;gap:.5rem;align-items:center}.profile-share__label{font-size:.8rem;font-weight:600;color:#9ca3af;letter-spacing:.03em}.profile-share__icons{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.profile-share__icon-btn{width:2.25rem;height:2.25rem;border-radius:50%;border:none;background:linear-gradient(135deg,rgba(241,84,91,.1),rgba(241,84,91,.05));color:var(--color-primary);display:flex;align-items:center;justify-content:center;font-size:1.15rem;cursor:pointer;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s}.profile-share__icon-btn:hover{background:linear-gradient(135deg,rgba(241,84,91,.18),rgba(241,84,91,.1));transform:scale(1.1);box-shadow:0 3px 10px rgba(241,84,91,.2)}.profile-share__status{font-size:.75rem;color:var(--color-primary);font-weight:500}