/* Single journal articles — one reading column, no shop sidebar */

html body.single-post,
html body.chb-journal-article {
  background: #fffcf8 !important;
}
html body.single-post .site-content,
html body.single-post .content-wrapper,
html body.single-post .homepage-content,
html body.chb-journal-article .site-content {
  background: #fffcf8 !important;
}

html body.single-post .site-content > .container {
  max-width: 880px !important;
  width: min(880px, calc(100% - 2rem)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

html body.single-post .content-wrapper,
html body.single-post .content-wrapper.row,
html body.single-post .klb-blog-single .content-wrapper {
  display: block !important;
  max-width: 840px !important;
  margin: 0 auto !important;
  padding: 1.5rem 0 3.2rem !important;
  width: 100% !important;
  float: none !important;
}

html body.single-post .content-primary,
html body.single-post .klb-blog-single .content-primary,
html body.single-post .col-lg-9.content-primary,
html body.single-post .col-12.content-primary {
  float: none !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  flex: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

html body.single-post .content-secondary,
html body.single-post .site-sidebar,
html body.single-post .klb-blog-single .content-secondary,
html body.single-post .klb-blog-single .site-sidebar,
html body.single-post aside.widget-area,
html body.single-post .widget_tag_cloud,
html body.single-post .widget_product_tag_cloud,
html body.single-post .tagcloud {
  display: none !important;
  width: 0 !important;
  max-width: 0 !important;
  flex: 0 0 0 !important;
  visibility: hidden !important;
  overflow: hidden !important;
  height: 0 !important;
}

html body.single-post article.post,
html body.single-post article.klb-article {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body.single-post .post-thumbnail,
html body.single-post figure.post-thumbnail {
  margin: 0 0 1.5rem;
  border-radius: 16px;
  overflow: hidden;
  background: #efe6d8;
}
html body.single-post .post-thumbnail img {
  width: 100% !important;
  height: min(420px, 48vh) !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 16px;
}

html body.single-post .entry-header {
  margin: 0 0 0.4rem;
}

html body.single-post .entry-title,
html body.single-post h1.entry-title,
html body.single-post h2.entry-title,
html body.single-post .klb-post-header .entry-title {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
  font-weight: 500 !important;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  letter-spacing: -.03em;
  line-height: 1.12 !important;
  color: #14100e !important;
  margin: 0 0 .75rem !important;
  text-transform: none !important;
}
html body.single-post .entry-title a {
  color: inherit !important;
  text-decoration: none !important;
}

html body.single-post .entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem .85rem;
  margin: 0 0 1.35rem;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #c9a84c;
}
html body.single-post .entry-meta a { color: #c9a84c !important; text-decoration: none !important; }
html body.single-post .entry-meta i,
html body.single-post .klbth-icon-clock,
html body.single-post .klbth-icon-bookmark-empty {
  display: none !important;
}
html body.single-post .entry-comments,
html body.single-post .entry-author { display: none !important; }

html body.single-post .entry-category,
html body.single-post .post-categories { font-size: 0 !important; }
html body.single-post .entry-category a,
html body.single-post .post-categories a { font-size: .72rem !important; }
html body.single-post .entry-category a:not(:first-of-type),
html body.single-post .post-categories a:not(:first-of-type) {
  display: none !important;
}

.chb-blog-back {
  margin: 0 0 1rem;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.chb-blog-back a {
  color: #c9a84c !important;
  text-decoration: none !important;
}
.chb-blog-back a::before {
  content: "← ";
  letter-spacing: 0;
}

html body.single-post .entry-content,
html body.single-post .klb-post,
html body.single-post .chb-prose {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  line-height: 1.8;
  color: #2c2320;
}
html body.single-post .entry-content p,
html body.single-post .chb-prose p {
  margin: 0 0 1.1rem;
}
html body.single-post .entry-content h2,
html body.single-post .chb-prose h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: 1.65rem;
  margin: 1.9rem 0 .55rem;
  color: #2f3d2a;
  letter-spacing: -.02em;
  scroll-margin-top: 6rem;
}
html body.single-post .entry-content h3,
html body.single-post .chb-prose h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: 1.28rem;
  margin: 1.3rem 0 .4rem;
  color: #2f3d2a;
  scroll-margin-top: 6rem;
}
html body.single-post .entry-content a,
html body.single-post .chb-prose a {
  color: #8a6d24;
  text-underline-offset: 3px;
}
html body.single-post .entry-content img,
html body.single-post .chb-prose img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
html body.single-post .entry-content ul,
html body.single-post .entry-content ol,
html body.single-post .chb-prose ul,
html body.single-post .chb-prose ol {
  margin: 0 0 1.15rem;
  padding-left: 1.2rem;
}
html body.single-post .entry-content li,
html body.single-post .chb-prose li {
  margin: 0 0 .35rem;
}
html body.single-post .entry-content blockquote,
html body.single-post .chb-prose blockquote {
  margin: 0 0 1.3rem;
  padding: .85rem 1.1rem;
  border-left: 3px solid #c9a84c;
  background: #f7f2eb;
  border-radius: 0 12px 12px 0;
  font-style: italic;
}

html body.single-post #ez-toc-container,
html body.single-post .ez-toc-container,
html body.single-post .ez-toc,
html body.single-post nav.ez-toc {
  background: #f7f2eb !important;
  border: 1px solid #e6ddd2 !important;
  border-radius: 16px !important;
  padding: .95rem 1.15rem 1.05rem !important;
  margin: 0 0 1.6rem !important;
  box-shadow: none !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  float: none !important;
}
html body.single-post .ez-toc-title,
html body.single-post .ez-toc-title-container {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 1.15rem !important;
  font-weight: 600 !important;
  color: #2f3d2a !important;
  margin: 0 0 .55rem !important;
}
html body.single-post .ez-toc-title-toggle,
html body.single-post .ez-toc-icon,
html body.single-post .ez-toc-cssicon,
html body.single-post .ez-toc-pull-right,
html body.single-post #ez-toc-container input,
html body.single-post #ez-toc-container .ez-toc-cssicon-toggle-label,
html body.single-post #ez-toc-container .ez-toc-icon-toggle-span,
html body.single-post #ez-toc-container label,
html body.single-post .ez-toc-js-icon-angle-down,
html body.single-post .ez-toc-js-icon-angle-up {
  display: none !important;
}
html body.single-post .ez-toc-list,
html body.single-post nav.ez-toc-container ul {
  columns: 2;
  column-gap: 1.4rem;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
html body.single-post .ez-toc-list li {
  break-inside: avoid;
  margin: 0 0 .28rem !important;
  padding: 0 !important;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: .82rem;
  line-height: 1.35;
}
html body.single-post .ez-toc-list a {
  color: #3d4038 !important;
  text-decoration: none !important;
}
html body.single-post .ez-toc-list a:hover {
  color: #c9a84c !important;
}
html body.single-post .chb-toc { display: none !important; }

html body.single-post .heateor_sss_sharing_title,
html body.single-post .heateor_sss_bottom_sharing,
html body.single-post .heateor_sss_mobile_footer,
html body.single-post .the_champ_bottom_sharing,
html body.single-post .sharedaddy,
html body.single-post .sd-sharing-enabled,
html body.single-post .post-footer,
html body.single-post .klb-post-bottom,
html body.single-post .entry-footer {
  display: none !important;
}

.chb-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  margin: 0 0 1.2rem;
}
.chb-chip {
  display: inline-flex;
  padding: .28rem .62rem;
  border-radius: 999px;
  background: #f7f2eb;
  border: 1px solid #ddd4c9;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: .78rem;
  font-weight: 650;
  color: #2f3d2a;
}

.chb-related {
  margin: 2.4rem 0 0;
  padding: 1.6rem 0 0;
  border-top: 1px solid #eee6dc;
}
.chb-related h2,
.chb-related .chb-related-label {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-weight: 500 !important;
  font-size: 1.7rem !important;
  color: #2f3d2a !important;
  margin: 0 0 1rem !important;
}
.chb-related-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: .9rem;
}
@media (min-width: 700px) {
  .chb-related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.chb-related-card {
  display: flex;
  flex-direction: column;
  background: #fffef8;
  border: 1px solid #eee6dc;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none !important;
  color: #2f3d2a !important;
  box-shadow: 0 8px 18px rgba(18, 10, 8, 0.04);
}
.chb-related-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
  background: #efe6d8;
}
.chb-related-card span {
  display: block;
  padding: .75rem .85rem .9rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.25;
  color: #2f3d2a;
}
.chb-related-card:hover span { color: #c9a84c; }

@media (max-width: 699px) {
  html body.single-post .ez-toc-list,
  html body.single-post nav.ez-toc-container ul {
    columns: 1;
  }
  html body.single-post .post-thumbnail img {
    height: min(240px, 42vh) !important;
  }
  html body.single-post .site-content > .container {
    width: calc(100% - 1.5rem) !important;
  }
}
