.post__header {
  margin-bottom: 2rem;
}

.post__info {
  display: flex;
}

.post__cat {
  color: #fff;
  display: block;
  width: 7em;
  margin-right: 1rem;
  text-align: center;
  border-radius: .25em;
  font-size: .8em;
}

.post__cat.-campaign {
  background-color: #DCCB33;
}

.post__cat.-news {
  background-color: #3576CA;
}

.post__content {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ECECEC;
}

.post__content p + p {
  margin-top: 2rem;
}

.post__page_list {
  text-align: center;
}

.post__page_list li {
  display: inline-block;
  margin: 0 1em;
}

.post__page_list li a {
  color: #3576CA;
  text-decoration: underline;
}

.post__all_link {
  justify-content: center;
  margin-top: 1rem;
}
/*# sourceMappingURL=single.css.map */