.social-sharing-buttons {
    margin: 1rem 0rem;
    justify-content: flex-start;
    display: none ;
}


.page-node-type--spoke .region-title .social-sharing-buttons,
.page-node-type--opportunity .region-title .social-sharing-buttons,
.page-node-type--event .region-title .social-sharing-buttons,
.page-node-type--article .region-title .social-sharing-buttons {
    display: flex;
}




/* ordine icone */
.social-sharing-buttons {
    & > a:nth-child(1) {
        order: 3; /* Reorder Link 1 */
    }
    
    & > a:nth-child(2) {
        order: 1; /* Reorder Link 2 */
    }
    
    & > a:nth-child(3) {
        order: 2; /* Reorder Link 3 */
    }
}