body {
  background-color: #fff;
}

.single-post-page {
  max-width: 850px;
  margin: clamp(3rem, 7vw, 4.5rem) auto 6rem;
  padding: 0 1rem;
  font-size: 1rem;
  line-height: 1.5;
}
.single-post-page .wp-embed-aspect-16-9 {
  text-align: center;
}
.single-post-page .wp-embed-aspect-16-9 iframe {
  aspect-ratio: 16/9;
  max-height: calc(100vh - 110px);
  width: auto;
  height: auto;
}
.single-post-page [id] {
  scroll-margin-top: 100px;
}
.single-post-page .wp-block-table table {
  min-width: 700px;
}
.single-post-page li {
  margin-bottom: 25px;
}
.single-post-page .wp-block-heading.is-style-heading-1,
.single-post-page p.is-style-heading-1 {
  margin: 1.25rem 0;
  color: #333;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-size: clamp(1.75rem, 5vw, 3.25rem);
  font-weight: 500;
  color: #00A7E1;
  font-family: "Paytone One", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
.single-post-page .wp-block-heading.is-style-heading-2,
.single-post-page p.is-style-heading-2 {
  margin: 1.25rem 0;
  color: #333;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-size: clamp(24px, 5vw, 32px);
  margin: 2.5rem 0 1.25rem;
}
.single-post-page .wp-block-heading.is-style-heading-3,
.single-post-page p.is-style-heading-3 {
  margin: 1.25rem 0;
  color: #333;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-size: clamp(20px, 5vw, 26px);
  margin: 2.5rem 0 1.25rem;
}
.single-post-page .wp-block-heading.is-style-heading-4,
.single-post-page p.is-style-heading-4 {
  margin: 1.25rem 0;
  color: #333;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-size: clamp(18px, 5vw, 22px);
  margin: 2.5rem 0 1.25rem;
}
.single-post-page h1 {
  margin: 1.25rem 0;
  color: #333;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-size: clamp(1.75rem, 5vw, 3.25rem);
  font-weight: 500;
  color: #00A7E1;
  font-family: "Paytone One", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
.single-post-page h2 {
  margin: 1.25rem 0;
  color: #333;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-size: clamp(24px, 5vw, 32px);
  margin: 2.5rem 0 1.25rem;
}
.single-post-page h3 {
  margin: 1.25rem 0;
  color: #333;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-size: clamp(20px, 5vw, 26px);
  margin: 2.5rem 0 1.25rem;
}
.single-post-page h4 {
  margin: 1.25rem 0;
  color: #333;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-size: clamp(18px, 5vw, 22px);
  margin: 2.5rem 0 1.25rem;
}

/*# sourceMappingURL=posts.css.map */
