@import url("/clients/inquest/styles/main.min.css");

/* AW 09.11.2017 Hide blog owner ZD 23144 */
aside.blogDetails {
  display: none;
}

/* AW 27.11.2017 404 page layout ZD 23790 */
div#pnlCustom404 {
  max-width: 1280px;
  margin: auto;
}

/* DI 07.06.2018 Hide published date on search results page ZD 29947 */
.searchBody .postFooterWrapper .publishDetailsWrapper {
   display: none;
}

/* DES-5986 */
.postComments{display: block;}
.postComments .commentForm .commentImageWrapper{width: 100%;}
.postComments #uploadImage.dropzone{width: max-content !important;}
.postComments .commentForm button.addComment{float: none;}
.commentContentWrapper{width: 83%;}
.commentContentWrapper .commentContent{margin-bottom: 20px;}
.commentDetails{margin-top: 0;}
.commentDonationAmount{float: left;}
.postComments .commentForm .commentImageWrapper{display: none;}
.fundraiserSearchResults .listedFundraiser{width: 100%;}
.appealFundraisersHeader{display:none;}
.tabbedListing .fundraiserSearchResults{margin-top: 0;}
.fundraiserSearchResults .listedFundraiser img{
  max-height: 300px;
  object-fit: cover;
}
.commentsListWrapper ul.commentsList li img{display:none;}
.commentDonationAmount .commentDonationGiftAid{font-size: .8rem;}
.commentDonationAmount{ margin-right: 0;}


  