/* line 2, ../scss/common.scss */
.singular .featured-media {
  display: none;
}

/* line 9, ../scss/common.scss */
body .post-inner .entry-content .wp-block-image img {
  max-width: 100%;
}
@media (min-width: 768px) {
  /* line 9, ../scss/common.scss */
  body .post-inner .entry-content .wp-block-image img {
    max-width: 640px;
  }
}
/* line 15, ../scss/common.scss */
body .post-inner .entry-content .wp-block-image figcaption {
  max-width: 640px;
  font-size: 16px;
  color: #909090;
  font-weight: normal;
  margin: 10px auto 0;
}
@media (min-width: 0px) and (max-width: 575px) {
  /* line 23, ../scss/common.scss */
  body .post-inner .entry-content table {
    width: 100% !important;
    table-layout: unset !important;
  }
}
/* line 29, ../scss/common.scss */
body .post-inner .entry-content ul:not(.browser-default) > li {
  list-style-type: disc;
  margin-left: 16px;
}
/* line 33, ../scss/common.scss */
body .post-inner .entry-content ol:not(.browser-default) > li {
  margin-left: 16px;
}
/* line 37, ../scss/common.scss */
body .post-inner blockquote, body .post-inner .has-primary-color {
  color: #33c97e;
}
/* line 41, ../scss/common.scss */
body .post-inner p > a {
  color: #33c97e;
  text-decoration: underline;
}
/* line 47, ../scss/common.scss */
body .post-inner h2 > a, body .post-inner h3 > a, body .post-inner h4 > a, body .post-inner h5 > a, body .post-inner h6 > a {
  color: #33c97e;
}
/* line 53, ../scss/common.scss */
body .entry-categories-inner a {
  margin-left: 12px !important;
}
/* line 55, ../scss/common.scss */
body .entry-categories-inner a:first-child {
  margin-left: 0 !important;
}
/* line 63, ../scss/common.scss */
body .wp-block-table table td > img {
  display: inline-block !important;
}

/* line 70, ../scss/common.scss */
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  margin-left: auto;
  margin-right: auto;
}

/* line 76, ../scss/common.scss */
.pagination-wrapper .pagination-separator {
  margin: 15px 0;
}
/* line 81, ../scss/common.scss */
.pagination-wrapper .pagination .nav-links .page-numbers {
  color: #33c97e;
  font-size: 16px;
  line-height: 20px;
}
/* line 85, ../scss/common.scss */
.pagination-wrapper .pagination .nav-links .page-numbers.current {
  border: 1px solid #33c97e;
  background: #33c97e;
  color: #fff;
  padding: 5px 10px;
}
