/* Cause Page custom CSS - 2026*/

/* Hide the cover CTA button on the Cause page */
#content-wrapper > div.cause-wrapper-block > div.billboard:nth-of-type(1) > div > div.text-wrapper > div > a {
    display: none !important;
}

/* Hide the Twitter/X share button on the Cause page */
.share-on-tw {
    display: none !important;
}