.single main {
  max-width: var(--max-width-post);
}
.single main .wp-block-columns {
  gap: 4em;
}
.single main .entry-content p:first-child {
  margin-top: 0;
}
.single main h1 {
  font-size: 3em;
}
.single main h1, .single main h2 {
  margin: 0.5em 0 0.75em 0;
}
.single main h2 {
  font-size: 2em;
}
.single main h3 {
  margin: 0.5em 0 0.75em 0;
}
.single main h4 {
  margin: 0.5em 0 0.75em 0;
}
.single main h5, .single main h6 {
  margin: 0.5em 0 0.75em 0;
}
.single main a {
  color: var(--brand-color);
  text-decoration: none;
  box-shadow: 0px 2px 0px transparent;
  transition: var(--quick-transition);
}
.single main a:hover {
  box-shadow: 0px 1px 0px var(--brand-color);
}
.single main p {
  line-height: 1.75em;
}

.post-sidebar .post-sidebar-widget {
  border-radius: 25px;
  position: sticky;
  top: 20%;
  box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.1);
  margin-top: 35px;
}

.wp-block-latest-posts__list li:not(:last-child) {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.wp-block-latest-posts__list li:not(:first-child) {
  padding-top: 18px;
}
.wp-block-latest-posts__list li a {
  font-size: 0.9em;
}/*# sourceMappingURL=post.css.map */