.single-post .atomion-post-category {
  display: none;
}

.single-post #meta-footer table {
  display: none;
}

.webfluence-template__long-form-small.entry-content,
.wfa-content-container__long-form-small {
  max-width: 800px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.6;
}

@media (min-width: 1500px) {
  .webfluence-template__long-form-small.entry-content,
  .wfa-content-container__long-form-small {
    font-size: 20px;
  }
}

.entry-content.webfluence-template__long-form-small a {
  color: inherit;
  text-decoration: underline;
}

.entry-content.webfluence-template__long-form-small a:hover {
  text-decoration: none;
}

:where(body.post-template-long-form-small) .wp-block-list {
  line-height: 1.5;
}

.webfluence-article__post-thumbnail-wrap .post-thumbnail img {
  display: block;
}

.webfluence-article__post-thumbnail-wrap.--has-caption .post-thumbnail {
  margin-bottom: 0;
}

.webfluence-article__post-thumbnail-caption {
  text-align: right;
  margin-top: 4px;
  font-size: 13px;
  color: #757575;
  margin-bottom: 8px;
}

body.single-post main .wp-block-image figcaption.wp-element-caption {
  margin-top: 4px;
  font-size: 13px;
  color: #757575;
  margin-bottom: 8px;
  font-weight: normal;
  background: none;
  text-align: left;
  padding: 0 0 0 0;
  caption-side: unset;
  display: block;
}
