/* 656894 Update twitter icon to x */
ul.socialIcons li a[href*="twitter"]:before,
ul.shareList li a[href*="twitter"]:before {
    font-family: "font awesome 6 brands"!important;
    content: "\e61b"!important;
}
/* 656894 add TikTok icon */
ul.shareList li a.tiktok:before,
ul.socialIcons li a.tiktok:before{
  	font-family: "font awesome 6 brands"!important;
	content:'\e07b'
}

/* SF#67244479 - add BlueSky icon */
ul.socialIcons li a.bluesky::before{
    font-family: "Font Awesome 6 Brands"!important;
    content: "\e671";
}