/* Restored child stylesheet: keep overrides narrow so recovered DFD Native CSS remains in control. */
body.single-post #layout.single-post {
  background: #fff;
  padding: 54px 0 70px;
}

body.single-post #layout.single-post > .row.boxed {
  max-width: 1180px;
  width: auto;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

body.single-post #layout.single-post .blog-section.no-sidebars,
body.single-post #layout.single-post #main-content,
body.single-post #layout.single-post .dfd-content-wrap.dfd-post_single {
  float: none;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

body.single-post #layout.single-post article.post_single {
  max-width: 940px;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
}

body.single-post article.post_single > .entry-title {
  margin: 12px auto 16px;
  color: #313131;
  font-size: 38px;
  line-height: 1.18;
  letter-spacing: -1px;
  text-align: center;
}

body.single-post article.post_single > .entry-meta,
body.single-post article.post_single > .dfd-single-categories {
  text-align: center;
}

body.single-post article.post_single .cover,
body.single-post article.post_single .entry-thumb,
body.single-post article.post_single .entry-content {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

body.single-post article.post_single .entry-thumb {
  margin: 28px auto 34px;
  overflow: hidden;
  border-radius: 2px;
}

body.single-post article.post_single .entry-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

body.single-post article.post_single .entry-content {
  margin: 0 auto;
  padding: 0;
  color: #555;
  font-size: 16px;
  line-height: 1.8;
}

body.single-post article.post_single .entry-content .vc-row-wrapper,
body.single-post article.post_single .entry-content .wpb_row,
body.single-post article.post_single .entry-content .vc_row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}

body.single-post article.post_single .entry-content .row,
body.single-post article.post_single .entry-content .columns,
body.single-post article.post_single .entry-content .wpb_column,
body.single-post article.post_single .entry-content .vc_column_container {
  box-sizing: border-box;
}

body.single-post .dfd-single-pagination.top {
  max-width: 1180px;
  margin: 0 auto 36px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

body.single-post .dfd-single-pagination.top .page-inner-nav {
  flex: 1 1 0;
  min-width: 0;
  color: #313131;
}

body.single-post .dfd-blog-share-fixed-wrap {
  position: static;
  margin: 34px 0 0;
  text-align: center;
}

body.single-post .dfd-share-buttons {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.single-post .dfd-share-buttons li {
  list-style: none;
}

body.single-post .dfd-single-item-bottom {
  max-width: 940px;
  margin: 34px auto 0;
  text-align: center;
}

@media only screen and (max-width: 799px) {
  body.single-post #layout.single-post {
    padding: 34px 0 46px;
  }

  body.single-post article.post_single > .entry-title {
    font-size: 30px;
    line-height: 1.25;
  }

  body.single-post .dfd-single-pagination.top {
    display: none;
  }
}
