.post-single-page .post-title {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1.2;
}
.post-single-page .entry-header {
  position: relative;
}
.post-single-page .entry-header img {
  border-radius: var(--wd-brd-radius);
}
.post-single-page .meta-post-categories {
  margin-top: 0;
  margin-bottom: 15px;
}
.post-single-page .wd-entry-meta {
  margin-bottom: 20px;
  margin-right: 0;
}
.post-single-page .article-body-container {
  text-align: left;
}
.post-single-page .entry-content {
  margin-bottom: 60px;
}
.post-single-page.has-post-thumbnail .article-inner > .entry-header {
  margin-bottom: 30px;
}
.post-single-page:not(.has-post-thumbnail) .wd-post-date,
.post-single-page.format-quote .wd-post-date {
  display: none;
}
.related-posts-slider {
  margin-bottom: 50px;
}
.post-password-form label {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: bottom;
  text-align: left;
  font-weight: 600;
}
.post-password-form input[type="submit"] {
  margin-bottom: 10px;
  vertical-align: bottom;
  border-radius: var(--btn-accented-brd-radius);
  color: var(--btn-accented-color);
  box-shadow: var(--btn-accented-box-shadow);
  background-color: var(--btn-accented-bgcolor);
  text-transform: var(--btn-accented-transform, var(--btn-transform));
  font-weight: var(--btn-accented-font-weight, var(--btn-font-weight));
  font-family: var(--btn-accented-font-family, var(--btn-font-family));
  font-style: var(--btn-accented-font-style, var(--btn-font-style));
}
.post-password-form input[type="submit"]:hover {
  color: var(--btn-accented-color-hover);
  box-shadow: var(--btn-accented-box-shadow-hover);
  background-color: var(--btn-accented-bgcolor-hover);
}
.post-password-form input[type="submit"]:active {
  box-shadow: var(--btn-accented-box-shadow-active);
  bottom: var(--btn-accented-bottom-active, 0);
}
.post-title-large-image > .container {
  position: relative;
  z-index: 2;
}
.post-title-large-image:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.post-title-large-image .meta-post-categories > a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.post-title-large-image .wd-entry-meta {
  margin-right: 0;
}
.post-title-large-image.color-scheme-light:after {
  background: linear-gradient(
    transparent 5%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.post-single-large-image:not(.format-gallery) .article-inner > .entry-header {
  display: none;
}
.wd-single-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid var(--brdcolor-gray-300);
}
.wd-single-footer .single-post-social {
  flex: 1 0 auto;
  max-width: 100%;
}
.wd-single-footer .single-meta-tags {
  flex: 0 1 100%;
  max-width: 100%;
}
.wd-single-footer .tags-title {
  display: none;
}
.wd-single-footer .tags-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 0;
}
.wd-single-footer .tags-list a {
  position: relative;
  display: inline-flex;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 15px;
  padding-right: 15px;
  padding-left: 25px;
  min-width: 70px;
  border: 1px solid var(--brdcolor-gray-300);
  border-radius: calc(var(--wd-brd-radius) / 1.5);
  color: var(--color-gray-900);
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
}
.wd-single-footer .tags-list a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--brdcolor-gray-300);
  transition: background 0.25s ease;
}
.wd-single-footer .tags-list a:hover {
  border-color: var(--wd-primary-color);
  color: var(--color-gray-900);
}
.wd-single-footer .tags-list a:hover:after {
  background-color: var(--wd-primary-color);
}
.wd-single-footer:empty {
  padding: 0;
}
@media (min-width: 1025px) {
  .post-title-large-image .meta-post-categories {
    padding-right: 15px;
    padding-left: 15px;
    height: 30px;
    line-height: 30px;
  }
  .post-title-large-image.title-size-small .title {
    font-size: 36px;
  }
  .post-title-large-image.title-size-default .title {
    font-size: 44px;
  }
  .post-title-large-image.title-size-large .title {
    font-size: 52px;
  }
}
@media (max-width: 1024px) {
  .post-single-page .post-title {
    font-size: 28px;
  }
  .post-single-page .entry-content {
    margin-bottom: 40px;
    font-size: inherit;
  }
}
@media (max-width: 768.98px) {
  .post-single-page .post-title {
    font-size: 24px;
    line-height: 1.4;
  }
  .post-title-large-image .title {
    font-size: 26px;
  }
  .wd-single-footer {
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
  }
  .wd-single-footer :is(.single-meta-tags, .single-post-social) {
    flex: 1 1 100%;
    margin-bottom: 15px;
    max-width: 100%;
    width: 100%;
  }
  .wd-single-footer .tags-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .post-single-page .post-title {
    font-size: 20px;
  }
}
