/* 987392 SA - Display published date on news pages */
.newsPostBody .publishDetailsWrapper {
  display: block !important;
  	p#updatedDateWrapper, p#publishAuthorWrapper {
    	display: none;
  }
}

/*SF 65843935 CC */
body.PostCategory_hide-share-section .shareWrapper {
display: none !important;
}

/* SF#65902642 SA - Listing page list item text colour */
.categoryFiltered li {
    color: rgba(20,20,20,.5)!important;
}

.pages-FAQs-Category-recommendations .breadcrumbWrapper {
  display: none;
}

/* Recite me */

.footerBox a.reciteme {
    width: 100px;
    height: 100px;
    display: block;
    position: fixed;
    bottom: 20px;
  	right:20px;
}
.cookie-preference-container {
  justify-content: left!important;
}

@media only screen and (max-width: 821px) {
    a.reciteme img {
        height: auto !important;
    }
}

#reciteme-header:hover {
    content: '';
}

body.donate .formDonatePage .listingIntro {
  color: #141414;
  text-align: left;
}

#twitterLink.twitter {
  display: none;
}

ul.socialIcons li a.bluesky::before {
    font-family: "Font Awesome 6 Brands";
    content: "\e671";
}
