.post-styles {
  /*
  -------------------------------------------------------

  post styles

  -------------------------------------------------------
  */
}
.post-styles strong {
  color: var(--wp--preset--color--primary);
}
.post-styles p a {
  color: var(--wp--preset--color--primary);
  border-bottom: solid 2px var(--wp--preset--color--primary);
  padding-bottom: 2px;
}
.post-styles .wp-block-heading {
  font-weight: normal;
}
.post-styles h2 {
  text-align: center;
  padding: 0.5em 0;
  border-top: solid 2px var(--wp--preset--color--primary);
  border-bottom: solid 2px var(--wp--preset--color--primary);
}
.post-styles h3 {
  text-align: center;
  padding: 0.5em 0;
  background-color: var(--wp--preset--color--light-gray);
}
.post-styles h4 {
  padding-bottom: 0.5em;
  border-bottom: solid 1px var(--wp--preset--color--gray);
}
.post-styles h5 {
  padding: 0.5em 0 0.5em 1em;
  border-left: solid 4px var(--wp--preset--color--primary);
}
.post-styles h6 {
  padding-left: 1.75em;
  position: relative;
}
.post-styles h6::before {
  content: "";
  width: 1em;
  height: 2px;
  background-color: var(--wp--preset--color--primary);
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}

.post-styles .wp-block-post-content > * + * {
  margin-top: 2em;
}

.page .post-styles > * + * {
  margin-top: 2em;
}/*# sourceMappingURL=post-styles.css.map */