main h1 {
  margin-bottom: 20px;
  font-size: 3.5em;
  font-family: var(--font-family-header);
  line-height: 1.1;
  font-weight: 300;
}
main h2 {
  margin: 0.5em 0 0.75em 0;
  font-size: 2.25em;
}
main h3 {
  margin: 1.5em 0 0.75em 0;
  font-size: 1.75em;
}
main h4 {
  margin: 0.5em 0 0.75em 0;
}
main h5, main h6 {
  margin: 0.5em 0 0.75em 0;
}

main .wp-block-columns {
  gap: 4em;
}
main .entry-content p:first-child {
  margin-top: 0;
}
main a {
  color: var(--brand-color);
  text-decoration: none;
  box-shadow: 0px 2px 0px transparent;
  transition: var(--quick-transition);
}
main a:hover {
  box-shadow: 0px 1px 0px var(--brand-color);
}
main p {
  line-height: 1.75em;
}
main .wp-block-post-featured-image img {
  margin: 0 !important;
}
main .post-content figure:not(.wp-block-post-featured-image) img {
  margin: 25px 0;
  border-radius: 25px;
}
main .title-featured-image {
  margin-top: 150px !important;
  margin-bottom: 50px !important;
}
main .title-featured-image figure img {
  aspect-ratio: 1/1;
  border-radius: 25px;
}
main .title-featured-image .wp-block-post-terms a {
  pointer-events: none !important;
  text-decoration: none;
  border: 1px solid rgba(77, 45, 123, 0.25);
  border-radius: 99px;
  padding: 8px 24px;
}
main .title-featured-image .wp-block-post-date time {
  font-size: 1.25em;
}

.post-sidebar {
  background-color: rgb(245, 245, 245);
  border-radius: 25px;
  padding: 40px 25px;
}
.post-sidebar .wp-block-columns {
  gap: 24px;
}
.post-sidebar li:not(:last-child) .wp-block-columns {
  margin-bottom: 24px;
}
.post-sidebar li:last-child .wp-block-columns {
  margin-bottom: 0;
}
.post-sidebar .wp-block-post-title {
  margin: 0;
}
.post-sidebar .wp-block-post-featured-image img {
  aspect-ratio: 1/1;
  border-radius: 12px;
}
.post-sidebar h3.wp-block-post-title {
  font-weight: 300;
  font-size: 1.25em;
}
.post-sidebar h3.wp-block-post-title a {
  color: black !important;
  box-shadow: none !important;
}
.post-sidebar h3.wp-block-post-title a:hover {
  opacity: 0.5;
}
.post-sidebar .wp-block-post-date {
  margin-top: 5px;
}
.post-sidebar .wp-block-post-date time {
  font-size: 0.8rem;
}

.screen-reader-text {
  position: absolute;
  clip-path: polygon(0 0, 0 0, 0 0);
}

.wp-block-social-links {
  margin: 0 0 15px 0 !important;
}
.wp-block-social-links li:not(:last-child) {
  margin-right: 10px !important;
}/*# sourceMappingURL=post.css.map */