main .wrap {
  padding: 0 15px !important;
  margin-top: 125px !important;
}

main .top {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
main .top .wp-block-post-featured-image {
  position: relative;
  z-index: -1;
  border-radius: 25px;
  overflow: hidden;
}
main .top .wp-block-post-featured-image img {
  height: 100%;
  width: 100%;
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
main .top .wp-block-post-featured-image::before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(5deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  position: absolute;
  border-radius: 25px;
  top: 0;
  left: 0;
}
main .top .wp-block-post-title {
  font-family: var(--font-family-header);
  font-weight: 300;
  font-size: 3em;
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 5%;
}
main .entry-content > .wp-block-list > li {
  line-height: 2em !important;
  margin-bottom: 25px;
}

.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, .single main h2, .single main h3, .single main h4, .single main h5 {
  font-family: var(--font-family-header);
  color: var(--brand-color);
}
.single main .wp-block-post-title {
  color: white;
}
.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 */