.cf-post-detail-hero {
  background: linear-gradient(90deg, rgba(33, 37, 41, 0.96), rgba(65, 105, 0, 0.72)), url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1600&q=80") center/cover;
  color: #ffffff;
  padding: 3.5rem 0;
}

.cf-post-detail-kicker,
.cf-post-detail-meta,
.cf-post-detail-signal,
.cf-post-detail-tag,
.cf-post-comment-meta,
.cf-post-detail-facts {
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
}

.cf-post-detail-kicker {
  background: #8cc63f;
  border-radius: 0.25rem;
  color: #212529;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.85rem;
  padding: 0.35rem 0.65rem;
  text-transform: uppercase;
}

.cf-post-detail-hero h1 {
  font-size: clamp(2rem, 3.6vw, 3.4rem);
  font-weight: 700;
  line-height: 1.08;
  margin: 0;
}

.cf-post-detail-meta {
  color: rgba(255, 255, 255, 0.78);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.cf-post-detail-meta a {
  color: #8cc63f;
  font-weight: 700;
}

.cf-post-detail-signal {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.5rem;
  padding: 1.25rem;
}

.cf-post-detail-signal span,
.cf-post-detail-signal small {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-weight: 700;
}

.cf-post-detail-signal span {
  font-size: 0.78rem;
  text-transform: uppercase;
}

.cf-post-detail-signal strong {
  color: #8cc63f;
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0.45rem 0;
}

.cf-post-detail-page {
  background: #f8f9fa;
  padding: 2rem 0 3rem;
}

.cf-post-detail-card,
.cf-post-comments,
.cf-post-detail-side-card {
  background: #ffffff;
  border: 1px solid #e1e5de;
  border-radius: 0.5rem;
  box-shadow: 0 10px 24px rgba(33, 37, 41, 0.05);
  overflow: hidden;
}

.cf-post-detail-gallery {
  background: #f3f4f5;
  border-bottom: 1px solid #e9ecef;
  padding: 1rem;
}

.cf-post-detail-content {
  padding: 1.35rem;
}

.cf-post-detail-notice {
  border-radius: 0.4rem;
  margin-bottom: 1.25rem;
}

.cf-post-detail-copy {
  color: #424938;
  font-size: 1rem;
  line-height: 1.75;
}

.cf-post-detail-copy p,
.cf-post-detail-copy div,
.cf-post-detail-copy ul,
.cf-post-detail-copy ol {
  margin-bottom: 0.75rem;
}

.cf-post-detail-actions,
.cf-post-detail-tags {
  border-top: 1px solid #e9ecef;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
}

.cf-post-detail-tag {
  background: #f3f4f5;
  border: 1px solid #dfe5d7;
  border-radius: 999px;
  color: #424938;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.35rem 0.65rem;
}

.cf-post-detail-tag:hover {
  background: #8cc63f;
  color: #212529;
}

.cf-post-comments {
  margin-top: 1rem;
  padding: 1.25rem;
}

.cf-post-comments-head {
  align-items: center;
  border-bottom: 1px solid #e9ecef;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin: -1.25rem -1.25rem 1rem;
  padding: 1.25rem;
}

.cf-post-comments-head h2 {
  color: #191c1d;
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0;
}

.cf-post-comment-list {
  display: grid;
  gap: 0.85rem;
}

.cf-post-comment {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  padding: 1rem;
}

.cf-post-comment-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.cf-post-comment-author {
  color: #416900;
  font-weight: 700;
}

.cf-post-comment-time {
  color: #737a66;
  font-size: 0.82rem;
  font-weight: 700;
}

.cf-post-comment-body {
  color: #424938;
  line-height: 1.55;
  margin-top: 0.55rem;
}

.cf-post-comment-empty {
  color: #737a66;
  margin: 0;
}

.cf-post-detail-sidebar {
  display: grid;
  gap: 1rem;
  position: sticky;
  top: 1rem;
}

.cf-post-detail-side-card {
  padding: 1.15rem;
}

.cf-post-detail-side-card h3 {
  color: #191c1d;
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0;
}

.cf-post-detail-side-card p {
  color: #737a66;
  margin: 0.5rem 0 1rem;
}

.cf-post-detail-facts {
  display: grid;
  gap: 0.75rem;
  margin: 0;
}

.cf-post-detail-facts div {
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 0.75rem;
}

.cf-post-detail-facts div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.cf-post-detail-facts dt {
  color: #737a66;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.cf-post-detail-facts dd {
  color: #191c1d;
  font-weight: 700;
  margin: 0.15rem 0 0;
}

/* Fresh visual pass */
.cf-post-detail-hero {
  background: radial-gradient(circle at 12% 18%, rgba(140, 198, 63, 0.16), transparent 32%), linear-gradient(135deg, #f8fbf4 0%, #ffffff 58%, #eef7e4 100%);
  border-bottom: 1px solid #e0e8d9;
  color: #191c1d;
}

.cf-post-detail-kicker {
  background: #edf7e1;
  border: 1px solid #cde8ad;
  color: #416900;
}

.cf-post-detail-meta {
  color: #5f6859;
}

.cf-post-detail-meta a {
  color: #416900;
}

.cf-post-detail-signal {
  background: #ffffff;
  border-color: #d9e5cf;
  box-shadow: 0 8px 24px rgba(33, 37, 41, 0.035);
}

.cf-post-detail-signal span,
.cf-post-detail-signal small {
  color: #5f6859;
}

.cf-post-detail-signal strong {
  color: #416900;
}

.cf-post-detail-card,
.cf-post-comments,
.cf-post-detail-side-card {
  border-color: #dde7d4;
  box-shadow: 0 8px 24px rgba(33, 37, 41, 0.035);
}

/* Weight refinement: keep the original color system, soften visual heaviness. */
.cf-post-detail-hero {
  background: linear-gradient(90deg, rgba(33, 37, 41, 0.96), rgba(65, 105, 0, 0.72)), url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1600&q=80") center/cover;
  border-bottom-color: #dfe5d8;
  color: #ffffff;
}

.cf-post-detail-kicker {
  background: #8cc63f;
  border-color: transparent;
  color: #212529;
  font-weight: 600;
}

.cf-post-detail-hero h1,
.cf-post-comments-head h2,
.cf-post-detail-side-card h3 {
  font-weight: 600;
}

.cf-post-detail-meta {
  color: rgba(255, 255, 255, 0.78);
}

.cf-post-detail-meta a {
  color: #8cc63f;
}

.cf-post-detail-signal {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 6px 18px rgba(33, 37, 41, 0.045);
}

.cf-post-detail-signal span,
.cf-post-detail-signal small {
  color: rgba(255, 255, 255, 0.72);
}

.cf-post-detail-signal strong {
  color: #8cc63f;
  font-weight: 700;
}

.cf-post-detail-card,
.cf-post-comments,
.cf-post-detail-side-card {
  border-color: #e6ebe1;
  box-shadow: 0 6px 18px rgba(33, 37, 41, 0.045);
}

@media (max-width: 991px) {
  .cf-post-detail-sidebar {
    position: static;
  }
}
@media (max-width: 767px) {
  .cf-post-detail-hero {
    padding: 2.25rem 0;
  }
  .cf-post-comments-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .cf-post-detail-content,
  .cf-post-comments {
    padding: 1rem;
  }
  .cf-post-comments-head {
    margin: -1rem -1rem 1rem;
    padding: 1rem;
  }
}

/*# sourceMappingURL=post-detail.min.css.map */
