/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/post-content/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.theme-block.post-content {
  position: relative;
  overflow: hidden;
  background-color: var(--color-brand-grey);
  padding: 100px 0;
}
.theme-block.post-content.no-top-spacing {
  padding-top: 0;
}
.theme-block.post-content.no-bottom-spacing {
  padding-bottom: 0;
}
.theme-block.post-content.is-preview .container .container-inner .post-content-body .post-block {
  margin: auto auto 80px;
}
.theme-block.post-content:not(.is-preview) .container .container-inner .post-content-body .post-block {
  margin: auto auto 80px;
}
.theme-block.post-content:not(.is-preview) .container .container-inner .post-content-body .post-block:last-of-type {
  margin: auto auto 0;
}
.theme-block.post-content .container .container-inner .post-content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 850px;
  margin: 0 auto 60px;
  padding: 0 0 10px;
  border-bottom: 1px solid var(--color-brand-blue-dark);
}
@media all and (min-width: 376px) {
  .theme-block.post-content .container .container-inner .post-content-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.theme-block.post-content .container .container-inner .post-content-head.has-error {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
.theme-block.post-content .container .container-inner .post-content-head .post-date p {
  color: var(--color-brand-blue-dark);
  font-size: var(--font-size-md-paragraph);
  line-height: var(--line-height-md-paragraph);
  font-weight: var(--font-bold);
}
@media all and (max-width: 375px) {
  .theme-block.post-content .container .container-inner .post-content-head .post-date p {
    margin-bottom: 10px;
  }
}
.theme-block.post-content .container .container-inner .post-content-head .post-share .shared-counts-wrap.style-icon {
  margin: 0;
}
.theme-block.post-content .container .container-inner .post-content-head .post-share .shared-counts-wrap.style-icon .shared-counts-button {
  margin-left: 20px;
}
.theme-block.post-content .container .container-inner .post-content-head .post-share .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.theme-block.post-content .container .container-inner .post-content-head .post-share .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon:hover svg {
  fill: var(--color-brand-orange);
}
.theme-block.post-content .container .container-inner .post-content-head .post-share .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg {
  width: 20px;
  height: 20px;
  fill: var(--color-brand-blue-dark);
  -webkit-transition: fill ease-in-out 250ms;
  transition: fill ease-in-out 250ms;
}
.theme-block.post-content .container .container-inner .post-content-head p {
  margin-bottom: 0;
}
.theme-block.post-content .container .container-inner .post-content-head p.error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  border: 1px dashed red;
  text-align: center;
  margin: 0;
  padding: 8px;
}
.theme-block.post-content .container .container-inner .post-content-head p.error strong {
  font-size: 16px;
  margin: 0;
}
.theme-block.post-content .container .container-inner .post-content-body .post-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1100px;
}
.theme-block.post-content .container .container-inner .post-content-body .post-block.inner-block {
  max-width: 850px;
}

/*# sourceMappingURL=style-index.css.map*/