/*	Defined widths
--------------------------------------- */
/*	Slider settings
--------------------------------------- */
/*	Colors
--------------------------------------- */
/*	Breakpoints
--------------------------------------- */
/*	Other
--------------------------------------- */
/* common border radius */
/* disable text selection */
/*	Font / Text Mixins
======================================================================== */
/*	Font family mixin
    Examples:
    @include f(s,r);
    @include f(gs,l);
--------------------------------------- */
/*	Text mixin
    (dynamic font size and line height)
--------------------------------------- */
@media screen and (max-width: 768px) {
  h1 {
    font-size: calc(var(--fs-rate) * 5rem);
  }
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: calc(var(--fs-rate) * 4.4rem);
  }
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: calc(var(--fs-rate) * 3.4rem);
  }
}

@media screen and (max-width: 768px) {
  h4 {
    font-size: calc(var(--fs-rate) * 3rem);
  }
}

.single-post__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 112.8rem;
  margin: 0 auto;
  padding: calc(var(--site-header-height) + 8.75rem) 0 6.4rem 0;
  gap: 1.6rem;
  background: var(--base-white, #fff);
}
@media screen and (max-width: 768px) {
  .single-post__content {
    padding: calc(var(--site-header-height) + 4.75rem) 0 6.4rem 0;
  }
}
.single-post__content figure img {
  border-radius: 2.4rem;
}
.single-post__content h1 {
  color: var(--Dark-600, #214249);
}
.single-post__content ul,
.single-post__content ol {
  padding-left: 2.5rem;
}
.single-post__content ul li,
.single-post__content ol li {
  color: var(--Grey-80, #323a44);
  /* Text md/Text md */
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 130%; /* 2.08rem */
}
.single-post__content ul li a,
.single-post__content ol li a {
  border-bottom: 1px solid #323a44;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-post__content ul li a:hover,
.single-post__content ol li a:hover {
  border-color: transparent;
}
.single-post__content ul a,
.single-post__content ol a {
  border-bottom: 1px solid #323a44;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-post__content ul a:hover,
.single-post__content ol a:hover {
  border-color: transparent;
}
.single-post__content a {
  color: var(--Grey-80, #323a44);
  border-bottom: 1px solid #323a44;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-post__content a:hover {
  border-color: transparent;
}
.single-post__content p {
  width: 100%;
  color: var(--Grey-80, #323a44);
  /* Text md/Text md */
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 130%; /* 2.08rem */
}
.single-post__content p iframe {
  width: 100%;
  max-width: 90rem;
  height: 40rem;
  border-radius: 2.4rem;
}
.single-post__content .wp-block-button a {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-post__content .wp-block-button a:hover {
  border-color: transparent;
}
.single-post__content .wp-block-button .wp-element-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2rem 1.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  height: 4.5rem;
  border-radius: 1.4rem;
  background: var(--Primary-green, #46e17b);
  -webkit-box-shadow: -3px -3px 3px 0 rgba(11, 45, 52, 0.15) inset, 3px 3px 3px 0 rgba(255, 255, 255, 0.25) inset;
          box-shadow: -3px -3px 3px 0 rgba(11, 45, 52, 0.15) inset, 3px 3px 3px 0 rgba(255, 255, 255, 0.25) inset;
  color: var(--Primary-Dark, #0b2d34);
  /* Text md/Text md bold */
  font-family: "Geist", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 130%; /* 2.08rem */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-post__content .wp-block-button .wp-element-button:hover {
  border-radius: 1.4rem;
  background: var(--Green-hover, #4ffa89);
  -webkit-box-shadow: -3px -3px 3px 0 rgba(11, 45, 52, 0.15) inset, 3px 3px 3px 0 rgba(255, 255, 255, 0.25) inset;
          box-shadow: -3px -3px 3px 0 rgba(11, 45, 52, 0.15) inset, 3px 3px 3px 0 rgba(255, 255, 255, 0.25) inset;
}
/*# sourceMappingURL=single-post.css.map */
