appealCreatePage .postCreateForm .registerWrapper {
    border: none;
}

/* 1305597 SA - added spaces between cards within in memory listing page */
.inMemoryListingPage #memorialArea {
  column-gap: 25px !important;
}
#memorialArea .listedPost.listedInMemory:first-child{
  margin-top:0
}

/* Hazzy's Christmas Wish banner image */
@media screen and (min-width: 750px) {
	body.appeal-hazzys-christmas-wish .headerText {
		background-image: linear-gradient(to right, #d61a69 30%, transparent 55%), url("https://www.neuroblastoma.org.au/Handlers/GetImage.ashx?IDMF=e50c8425-a0d6-47ea-a481-d186e2457c10") !important;
	}
}

body.inmemoryof-dejanmirceski .postContent h1:after,
body.inmemoryof-dejanmirceski .postContent h2:after{
    height: 0;
}
body.inmemoryof-dejanmirceski .postContent h2.inMemLife {
  display: none;
}

/* SF#66669910 - Hide template shadow */
.PostSystemCategory_templates-shadow .template-wrapper .card {
    -webkit-box-shadow: none !important;
}

/* 1549236 - change homepage feed background color */
.homeFeed {
    background-color: #f7fafd !important;
}