.single-post .share {
  padding-top: 40px;
}
@media only screen and (min-width: 390px) {
  .single-post .share {
    padding-top: calc(40px + 56 * (100vw - 390px) / 1050);
  }
}
@media only screen and (min-width: 1440px) {
  .single-post .share {
    padding-top: 96px;
  }
}
.single-post .share > div {
  margin-right: 22px;
}
.single-post .share img {
  max-width: 28px;
}
.single-post .category {
  padding-top: 26px;
  padding-bottom: 10px;
  font-size: 20px;
}
@media only screen and (min-width: 390px) {
  .single-post .category {
    padding-top: calc(26px + 24 * (100vw - 390px) / 1050);
  }
}
@media only screen and (min-width: 1440px) {
  .single-post .category {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 390px) {
  .single-post .category {
    padding-bottom: calc(10px + 14 * (100vw - 390px) / 1050);
  }
}
@media only screen and (min-width: 1440px) {
  .single-post .category {
    padding-bottom: 24px;
  }
}
@media only screen and (min-width: 390px) {
  .single-post .category {
    font-size: calc(20px + 4 * (100vw - 390px) / 1050);
  }
}
@media only screen and (min-width: 1440px) {
  .single-post .category {
    font-size: 24px;
  }
}
.single-post .category a:not(:last-child) {
  margin-right: 15px;
}
.single-post .page-title {
  margin-bottom: 30px !important;
  font-size: 34px;
}
@media only screen and (min-width: 390px) {
  .single-post .page-title {
    margin-bottom: calc(30px + 10 * (100vw - 390px) / 1050) !important;
  }
}
@media only screen and (min-width: 1440px) {
  .single-post .page-title {
    margin-bottom: 40px !important;
  }
}
@media only screen and (min-width: 390px) {
  .single-post .page-title {
    font-size: calc(34px + 28 * (100vw - 390px) / 1050);
  }
}
@media only screen and (min-width: 1440px) {
  .single-post .page-title {
    font-size: 62px;
  }
}
.single-post .published {
  font-size: 18px;
}
@media only screen and (min-width: 390px) {
  .single-post .published {
    font-size: calc(18px + 2 * (100vw - 390px) / 1050);
  }
}
@media only screen and (min-width: 1440px) {
  .single-post .published {
    font-size: 20px;
  }
}
.single-post .content {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "Inter", sans-serif;
}
@media only screen and (min-width: 390px) {
  .single-post .content {
    padding-top: calc(40px + 30 * (100vw - 390px) / 1050);
  }
}
@media only screen and (min-width: 1440px) {
  .single-post .content {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 390px) {
  .single-post .content {
    padding-bottom: calc(40px + 56 * (100vw - 390px) / 1050);
  }
}
@media only screen and (min-width: 1440px) {
  .single-post .content {
    padding-bottom: 96px;
  }
}
@media only screen and (min-width: 992px) {
  .single-post .content {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.single-post .content h2, .single-post .content .h2,
.single-post .content h3, .single-post .content .h3,
.single-post .content h4, .single-post .content .h4,
.single-post .content h5, .single-post .content .h5,
.single-post .content h6, .single-post .content .h6 {
  font-weight: 500;
}
.single-post .content p {
  font-size: 18px;
}
@media only screen and (min-width: 390px) {
  .single-post .content p {
    font-size: calc(18px + 4 * (100vw - 390px) / 1050);
  }
}
@media only screen and (min-width: 1440px) {
  .single-post .content p {
    font-size: 22px;
  }
}
.single-post .content a {
  text-decoration: underline !important;
}
@media only screen and (min-width: 992px) {
  .single-post .content .wp-block-image.size-full {
    margin-right: -32px;
    margin-left: -32px;
  }
}

/*# sourceMappingURL=default-post.css.map*/