/* Make sure all text in ShareThis buttons is white */
        .sharethis-inline-share-buttons .st-label,
        .sharethis-inline-share-buttons .st-shares {
            color: white !important; /* Ensures both share count and label are white */
        }
        /* Optional: adjust the icon background color */
        .sharethis-inline-share-buttons .st-btn {
            background-color:    rgba(255, 255, 255, 0.1) !important;
        }

        /* Optional: adjust hover color if needed */
        .sharethis-inline-share-buttons .st-btn:hover {
            background-color: #202124!important;
            
        }