@import url("/clients/oxfordhealthcharity/styles/main.min.css");
/* @import url("//localhost:5757/main.css"); */

.homeFeatureSnippets table+h3 a {
  font-size: 1.42105rem;
  color: #008fbc;
}

.homeFeature.homeFeatureSnippets {
  min-height: unset;
  margin: 0;
}

/* DES 5978 */

img.profilePic.fundraiserProfilePic {
    margin: 0 20px 20px 0;
}
.parentAppeal > a {
    background: transparent;
}
.parentAppeal img.banner.widgetBanner {
    width: auto;
}
.appealTotaliser, .totaliserPanel {
    height: 100px;
}
.appealTotaliser .raisedWrapper, 
.appealTotaliser .targetWrapper, 
.totaliserPanel .raisedWrapper, 
.totaliserPanel .targetWrapper {
    position: absolute;
    top: 40px;
    bottom: auto;
    margin-top: 0;
}

/* SF#65895084 SA - Enabled the quick donation widget description */
.quickGivingPanel .selectDonationAmount .donationAmount .donationAmountDescription {
    display: table-cell !important;
}

/* Update twitter icon to x */
ul.socialIcons li a.twitter::before, ul.shareList li a.twitter::before {
    font-family: "Font Awesome 6 Brands";
    content: "\e61b";
}
