body.single-post {
  --global-palette1: #2f5f50;
  --global-palette2: #21463b;
  --global-palette3: #252b28;
  --global-palette4: #38453e;
  --global-palette5: #68716d;
  --global-palette8: #f4f2ed;
  background: #f4f2ed;
  color: #252b28;
}
body.single-post .content-area {
  margin: clamp(24px, 4vw, 56px) 0;
}
body.single-post .content-container.site-container {
  max-width: 1440px;
}
body.single-post .site-main,
body.single-post .primary-sidebar {
  min-width: 0;
}
body.single-post article.single-entry {
  background: #fff;
  border: 1px solid #e4e7e1;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(38, 70, 60, 0.04);
}
body.single-post .single-entry > .entry-content-wrap {
  padding: clamp(22px, 4vw, 56px);
}
body.single-post .single-entry .entry-title {
  color: #252b28;
  font-family: var(--global-body-font-family, sans-serif);
  font-size: clamp(28px, 3.3vw, 46px);
  line-height: 1.15;
  letter-spacing: -0.025em;
  text-transform: none;
}
body.single-post .entry-taxonomies a {
  color: #2f5f50;
  font-weight: 700;
}
body.single-post .single-entry .entry-content {
  font-size: 17px;
  line-height: 1.8;
  overflow-wrap: anywhere;
}
body.single-post .single-entry .entry-content h2,
body.single-post .single-entry .entry-content h3,
body.single-post .single-entry .entry-content h4 {
  color: #21463b;
  font-family: var(--global-body-font-family, sans-serif);
  line-height: 1.3;
  text-transform: none;
  margin-top: 1.7em;
}
body.single-post .single-entry .entry-content h2 {
  font-size: clamp(23px, 2.2vw, 30px);
}
body.single-post .single-entry .entry-content h3,
body.single-post .single-entry .entry-content h4 {
  font-size: 21px;
}
body.single-post .single-entry .entry-content a:not(.button):not(.wp-element-button) {
  color: #2f5f50;
  text-underline-offset: 0.2em;
}
body.single-post .single-entry .entry-content hr {
  border: 0;
  height: 1px;
  background: #e4e7e1;
  margin: 30px 0;
}
body.single-post .single-entry .entry-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
body.single-post .single-entry .entry-content th {
  background: #edf3ef;
  color: #21463b;
  text-align: left;
}
body.single-post .single-entry .entry-content th,
body.single-post .single-entry .entry-content td {
  padding: 12px 14px;
  border: 1px solid #e4e7e1;
}
body.single-post .single-entry .entry-content .wp-block-table {
  overflow-x: auto;
}
body.single-post .single-entry .entry-content iframe,
body.single-post .single-entry .entry-content img {
  max-width: 100%;
}
body.single-post .single-entry .entry-content .affsync-article-recommendations {
  padding: 24px;
  border: 1px solid #e4e7e1;
  border-radius: 14px;
  background: #f7f8f5;
  box-shadow: none;
}
body.single-post .primary-sidebar.widget-area .widget {
  padding: 22px;
  margin-bottom: 20px;
  border: 1px solid #e4e7e1;
  border-radius: 16px;
  background: #fff;
  box-shadow: none;
}
body.single-post .primary-sidebar.widget-area .widget-title {
  color: #21463b;
  font-family: var(--global-body-font-family, sans-serif);
  font-size: 20px;
}
body.single-post .primary-sidebar.widget-area a {
  color: #2f5f50;
}
body.single-post .primary-sidebar.widget-area iframe,
body.single-post .primary-sidebar.widget-area img {
  max-width: 100%;
}
body.single-post .entry-related {
  background: transparent;
}
body.single-post .entry-related .loop-entry {
  background: #fff;
  border: 1px solid #e4e7e1;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: none;
}
body.single-post .entry-related .entry-title {
  font-family: var(--global-body-font-family, sans-serif);
  font-size: 21px;
}
body.single-post .comment-respond {
  background: #fff;
  border: 1px solid #e4e7e1;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1025px) {
  body.single-post.has-sidebar .content-container {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  body.single-post .single-entry .entry-content {
    font-size: 16px;
  }
  body.single-post .single-entry .entry-content th,
  body.single-post .single-entry .entry-content td {
    padding: 8px;
  }
  body.single-post .primary-sidebar.widget-area .widget {
    padding: 18px;
  }
}
