ul.socialIcons li a.bluesky::before{
    font-family: "Font Awesome 6 Brands";
    content: "\e671";
}

 body.pages-Category-donate-in-memory section.listedItem.listedPost .listedPostText h2 a{
  color: #0f1733 !important;
}

.shareList .twitter {
  display: none !important;
}

/* Listing page carousel fix as unfortunately home page styling doesn't work as listing page banner dimensions are inherited from inner page banner dimensions rather than home page ones */
/*.listing .carouselImageMultiple .carouselSlide {
    flex-direction: column;
}

.listing .carouselImageMultiple .carouselDetailWrapper {
    width: 100%;
}*/

.homefeaturecategory-homeboxfullwidth footer {
    display: block !important;
  }

  .homefeaturecategory-homeboxfullwidth .featureFooter {
    background-color: #FFE600;
  }

  .homefeaturecategory-homeboxfullwidth .featureFooter .featureButton.donate {
    background-color: #FF4900 !important;
    color: white;
  }

  .homefeaturecategory-homeboxfullwidth .featureFooter .featureButton.donate:hover {
    filter: brightness(80%);
  }
  
  /* SF68253402 CC */
    html, body {
    overflow-x: hidden !important;
      
      @media(max-width: 1024px) {
        .homefeaturecategory-homeboxfullwidth .featureFooter {
          background-color: white !important;
        }
        
        .homeFeatureDetailsWrapper h2 {
          font-size: 1.5em !important;
      }
}
}

.homeIntro a {
  text-decoration: none !important;
}

.homeIntro a:hover {
  text-decoration: underline !important;
}

/* SF68970831 CC */

.content.headerContent .mainLogo {
  background-image: url('https://www.bwhospitalscharity.org.uk/Handlers/GetImage.ashx?IDMF=f7b9a327-fcee-49b2-b5d3-e5d5ca163e99');
}