.post-content-blocks {
  zoom: 1;
}

.post-content-blocks p {
  margin-bottom: 1rem;
}

.post-content-blocks ul {
  list-style: disc outside;
  padding-left: 1em;
  margin-bottom: 1rem;
}

.post-content-blocks a {
  color: #30218b;
  text-decoration: none;
}

.post-content-blocks a:hover {
  text-decoration: underline;
}

.post-content-blocks .wp-block {
  max-width: 900px;
}

.post-content-blocks .wp-block-image {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.post-content-blocks .aligncenter,
.post-content-blocks .aligncenter img {
  margin-left: auto;
  margin-right: auto;
}

.post-content-blocks .alignleft + *:after,
.post-content-blocks .alignright + *:after {
  content: "";
  display: table;
  height: 0;
  clear: both;
}

.post-content-blocks:before, .post-content-blocks:after {
  content: "";
  display: table;
}

.post-content-blocks:after {
  clear: both;
}

.post-content-blocks > *:first-child {
  margin-top: 0;
}

.post-content-blocks > *:last-chlid {
  zoom: 1;
}

.post-content-blocks > *:last-chlid:before, .post-content-blocks > *:last-chlid:after {
  content: "";
  display: table;
}

.post-content-blocks > *:last-chlid:after {
  clear: both;
}
