/* DI 22.08.2018 Hide parent appeal details ZD 32097 */
/* JK 10.02.2020 This has caused issues! See DES-3961 */
/*.postFooterWrapper p.parentAppeal {
  display: none;
}*/

/* DES-3961 DES-4729 */
.associatedBox.parentAppeal,
.fundraiserFooter .parentAppeal {
  display: none !important;
}

.carousel #totaliserActions {
  display: none;
}

body.PostCategory_hide-profile-picture .profilePic {
  display: none;
}

ul.socialIcons li a[href*="twitter"]:before,
ul.shareList li a[href*="twitter"]:before {
    font-family: "font awesome 6 brands"!important;
    content: "\e61b"!important;
}