body.single-post {
  background: #fff;
}

body.single-post .site-main > .ct-container-full[data-vertical-spacing*="top"] {
  padding-top: 0 !important;
}

body.single-post .hero-section[data-type="type-1"] {
  width: 100vw;
  max-width: 100vw;
  margin: 0 0 0 calc(50% - 50vw);
  padding: 0;
  background: #f5f6f3;
  border-bottom: 1px solid #d9ddd8;
  box-shadow: none;
}

body.single-post .hero-section[data-type="type-1"] .entry-header {
  display: flex;
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  padding: 48px 0 44px;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

body.single-post .hero-section[data-type="type-1"] .entry-meta {
  display: contents;
}

body.single-post .hero-section[data-type="type-1"] .meta-categories {
  order: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: #526b57;
}

body.single-post .hero-section[data-type="type-1"] .meta-categories::before {
  content: "";
  display: block;
  flex: 0 0 34px;
  width: 34px;
  height: 2px;
  background: #d0a84f;
}

body.single-post .hero-section[data-type="type-1"] .meta-categories a {
  color: #526b57;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
}

body.single-post .hero-section[data-type="type-1"] .page-title {
  order: 2;
  max-width: 940px;
  margin: 0 0 16px;
  color: #202622;
  font-size: 44px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
}

body.single-post .hero-section[data-type="type-1"] .page-description {
  order: 3;
  max-width: 740px;
  color: #59625c;
  font-size: 16px;
  line-height: 1.65;
}

body.single-post .hero-section[data-type="type-1"] .page-description p {
  margin: 0;
}

body.single-post .hero-section[data-type="type-1"] .meta-date {
  order: 4;
  margin: 15px 0 0;
  color: #7a847d;
}

body.single-post .hero-section[data-type="type-1"] .entry-meta li::before {
  display: none !important;
}

body.single-post .entry-content > .ilx-auto-intro {
  width: auto;
  max-width: 820px;
  margin: 36px auto 46px;
  padding: 20px 24px;
  color: #4f5b53;
  border: 1px solid #d1d8d2;
  border-left: 4px solid #526b57;
  border-radius: 4px;
  background: #f5f6f3;
}

@media (max-width: 781px) {
  body.single-post .hero-section[data-type="type-1"] .entry-header {
    width: min(100% - 40px, 1160px);
    padding: 42px 0 38px;
  }

  body.single-post .hero-section[data-type="type-1"] .page-title {
    font-size: 38px;
  }

  body.single-post .entry-content > .ilx-auto-intro {
    width: auto;
    max-width: 820px;
    margin: 28px auto 38px;
    padding: 18px 20px;
  }
}
