/* Hide the Twitter/X share button on Team Pages */
.socialite.twitter-share {
    display: none !important;
}

/* Hide embedded Twitter iframe */
.twitter-share-button {
    display: none !important;
}
