body,
body.custom-background,
.site,
.site-inner,
.site-content,
.content-area,
.site-main,
body.home,
body.home .site,
body.home .site-inner,
body.home .site-content,
body.home .content-area,
body.home .site-main {
  background-color: #FEFBF8 !important;
}

.byline {
  display: none !important;
}

.single-post .byline {
  display: none !important;
}
.single-post .author,
.single-post .entry-footer .byline {
  display: none !important;
}

.single-post .post-navigation .nav-previous .meta-nav,
.single-post .post-navigation .nav-next .meta-nav {
  font-size: 0 !important;
}

.single-post .post-navigation .nav-previous .meta-nav:after {
  content: "Previous Story";
}

.single-post .post-navigation .nav-next .meta-nav:after {
  content: "Next Story";
}

.single-post .post-navigation .meta-nav:after {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #c94234;
  font-weight: 600;
}

.single-post .entry-footer {
  float: none !important;
  width: auto !important;
  margin: 32px 0 0 0 !important;
  padding: 16px 0 0 0 !important;
  clear: both !important;
  border-top: 1px solid #e6ded7;
}

.single-post .entry-header,
.single-post .entry-content,
.single-post .entry-summary {
  float: none !important;
  width: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Hide author/date/meta from homepage and blog post preview cards */
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date,
.wp-block-post-author,
.wp-block-post-author-name,
.wp-block-post-date,
.wp-block-post-terms,
.entry-meta,
.entry-footer .byline,
.entry-footer .posted-on,
.byline,
.posted-on,
.post-author,
.post-date,
.entry-date {
  display: none !important;
}

/* Square thumbnail style for homepage/latest post cards */
.wp-block-latest-posts__featured-image img {
  width: 180px !important;
  height: 180px !important;
  object-fit: cover !important;
}

/* Add more spacing between article previews */
.wp-block-latest-posts li {
  margin-bottom: 60px !important;
}
