/**
 * single-post.css
 */

#single-wrapper {
  margin-top: 80px;
}

/* h1 {
	margin-bottom: 60px;
	color: #009fe3;
} */

/**
 * Only add a margin-bottom all heading blocks in the main post content
 */
.wp-block-heading {
  margin-bottom: 30px;
}

/**
 * Only add a margin-bottom all image blocks in the main post content
 */
.wp-block-image {
  margin-bottom: 30px;
}
.entry-meta .updated,
.entry-meta .byline {
  display: none;
}

.category-promo {
  /* background-color: #231f20; */
  padding-top: 40px;
  /* padding-bottom: 40px; */
}

.category-promo p {
  /* color: white; */
}

.fancy-list li::marker {
  color: #009fe3;
}

.dark-background-list li {
  color: white;
}
/* .fancy-list dark-background-list; */
