.post-body .lead {
  font-size: 1.2em;
  line-height: 1.6;
  color: #1f2937;
}
.post-body .echo {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 1.75rem 0 0.75rem;
}
.post-body .echo-item {
  padding: 16px 18px 14px;
  background: #f9fafb;
  border-left: 4px solid #9ca3af;
  border-radius: 0 12px 12px 0;
}
.post-body .echo-item--now {
  background: #f5f3ff;
  border-left-color: #7c3aed;
}
.post-body .echo-tag {
  margin: 0 0 8px;
  font-size: 0.76em;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b7280;
}
.post-body .echo-item--now .echo-tag {
  color: #6d28d9;
}
.post-body .echo-line {
  margin: 0 0 8px;
  font-size: 1.05em;
  line-height: 1.5;
  font-style: italic;
  color: #111827;
}
.post-body .echo-note {
  margin: 0;
  font-size: 0.88em;
  line-height: 1.55;
  color: #374151;
}
.post-body .echo-foot {
  margin: 0.5rem 0 1.5rem;
  font-size: 0.85em;
  line-height: 1.55;
  color: #6b7280;
}
.post-body .fbmock {
  margin: 1.5rem 0 0.5rem;
  padding: 18px 20px 16px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
}
.post-body .fbmock-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f3f4f6;
}
.post-body .fbmock-kind {
  display: inline-block;
  padding: 3px 11px;
  font-size: 0.78em;
  font-weight: 700;
  color: #ffffff;
  background: #7c3aed;
  border-radius: 9999px;
}
.post-body .fbmock-to {
  font-size: 0.9em;
  color: #6b7280;
}
.post-body .fbmock-to strong {
  color: #374151;
}
.post-body .fbmock-tpl {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 0 10px;
}
.post-body .fbmock-tpl-label {
  font-size: 0.76em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6b7280;
}
.post-body .fbmock-tpl-chip {
  display: inline-block;
  padding: 3px 10px;
  font-size: 0.84em;
  font-weight: 600;
  color: #4c1d95;
  background: #ede9fe;
  border-radius: 9999px;
}
.post-body .fbmock-body {
  margin: 0 0 14px;
  padding: 12px 14px;
  font-size: 0.94em;
  line-height: 1.6;
  color: #374151;
  background: #f9fafb;
  border-radius: 10px;
}
.post-body .fbmock-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88em;
  color: #6b7280;
}
.post-body .fbmock-check input {
  accent-color: #7c3aed;
}
.post-body .fbmock-note {
  display: block;
  margin: 0.6rem 0 1.5rem;
  font-size: 0.82em;
  line-height: 1.5;
  color: #6b7280;
}
.post-body .chart {
  margin: 2rem 0;
}
.post-body .chart figcaption {
  margin-top: 0.85rem;
  font-size: 0.87em;
  line-height: 1.55;
  color: #6b7280;
  text-align: center;
}
.post-body .cadence {
  padding: 20px 18px 14px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
}
.post-body .cadence-row {
  display: grid;
  grid-template-columns: 6.5rem 1fr;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.post-body .cadence-label {
  font-size: 0.82em;
  font-weight: 700;
  color: #374151;
}
.post-body .cadence-track {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  height: 28px;
  background: #f9fafb;
  border-radius: 8px;
}
.post-body .cadence-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-body .cadence-dot {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: #a78bfa;
}
.post-body .cadence-dot--big {
  width: 16px;
  height: 16px;
  background: #c2410c;
}
.post-body .cadence-axis {
  display: grid;
  grid-template-columns: 6.5rem repeat(12, 1fr);
  font-size: 0.68em;
  color: #6b7280;
  text-align: center;
}
.post-body .cadence-axis-spacer {
  visibility: hidden;
}
@media (max-width: 480px) {
  .post-body .cadence-row {
    grid-template-columns: 4.5rem 1fr;
  }
  .post-body .cadence-axis {
    grid-template-columns: 4.5rem repeat(12, 1fr); font-size: 0.6em;
  }
  .post-body .cadence-label {
    font-size: 0.74em;
  }
}
.post-body .msg {
  margin: 1.25rem 0;
  padding: 16px 18px 14px;
  border-radius: 0 12px 12px 0;
}
.post-body .msg-fill {
  background: #f9fafb;
  border-left: 4px solid #a78bfa;
}
.post-body .msg-done {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #7c3aed;
}
.post-body .msg-line {
  margin: 0 0 10px;
  font-size: 0.96em;
  line-height: 1.6;
  color: #374151;
}
.post-body .msg-line:last-child {
  margin-bottom: 0;
}
.post-body .msg-tag {
  display: block;
  margin-bottom: 2px;
  font-size: 0.74em;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #6d28d9;
}
.post-body .callout {
  margin: 2rem 0;
  padding: 18px 20px;
  background: #f5f3ff;
  border-left: 4px solid #7c3aed;
  border-radius: 0 12px 12px 0;
}
.post-body .callout p {
  margin: 0; font-size: 0.96em;
}
.post-body .callout p + p {
  margin-top: 0.75rem;
}
.post-body .limits {
  margin: 2rem 0;
  padding: 18px 20px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #ffffff;
}
.post-body .limits-head {
  margin: 0 0 10px;
  font-size: 0.76em;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #6b7280;
}
.post-body .limits ul {
  margin: 0; padding-left: 1.15rem;
}
.post-body .limits li {
  font-size: 0.94em;
}
.post-body .post-scroller > table {
  min-width: 38rem;
}
.post-body .triggers {
  margin: 1.75rem 0;
}
.post-body .trig {
  padding: 16px 0 14px;
  border-top: 1px solid #e5e7eb;
}
.post-body .trig:last-child {
  border-bottom: 1px solid #e5e7eb;
}
.post-body .trig-when {
  margin: 0 0 8px;
  font-size: 1.05em;
  line-height: 1.35;
  font-weight: 700;
  color: #111827;
}
.post-body .trig-n {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.4em;
  height: 1.4em;
  margin-right: 8px;
  font-size: 0.72em;
  font-weight: 700;
  color: #ffffff;
  background: #7c3aed;
  border-radius: 9999px;
  vertical-align: middle;
}
.post-body .trig-ask {
  margin: 0 0 8px;
  padding: 10px 13px;
  font-size: 0.93em;
  line-height: 1.55;
  color: #374151;
  background: #f5f3ff;
  border-radius: 10px;
}
.post-body .trig-cost {
  margin: 0;
  font-size: 0.9em;
  line-height: 1.55;
  color: #6b7280;
}
.post-body .cta {
  margin: 2.5rem 0;
  padding: 24px 24px 22px;
  background: #f5f3ff;
  border: 1px solid #ddd6fe;
  border-radius: 16px;
}
.post-body .cta-dark {
  margin: 2.5rem 0;
  padding: 28px 26px 26px;
  background: #1a1145;
  border-radius: 16px;
}
.post-body .cta-kicker,
.post-body .cta-dark .cta-kicker {
  margin: 0 0 6px;
  font-size: 0.76em;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.post-body .cta .cta-kicker {
  color: #6d28d9;
}
.post-body .cta-dark .cta-kicker {
  color: #c4b5fd;
}
.post-body .cta-title {
  margin: 0 0 10px;
  font-size: 1.35em;
  line-height: 1.25;
  font-weight: 800;
  color: #111827;
}
.post-body .cta-dark .cta-title {
  color: #ffffff;
}
.post-body .cta p:not(.cta-kicker):not(.cta-title),
.post-body .cta-dark p:not(.cta-kicker):not(.cta-title) {
  margin: 0 0 16px;
  font-size: 0.97em;
  line-height: 1.65;
}
.post-body .cta p:not(.cta-kicker):not(.cta-title) {
  color: #374151;
}
.post-body .cta-dark p:not(.cta-kicker):not(.cta-title) {
  color: #ddd6fe;
}
.post-body .cta p:last-child,
.post-body .cta-dark p:last-child {
  margin-bottom: 0;
}
.post-body .cta-btn {
  display: inline-block;
  padding: 12px 26px;
  font-size: 0.98em;
  font-weight: 700;
  color: #ffffff;
  background: #c2410c;
  border-radius: 9999px;
  text-decoration: none;
}
.post-body .cta-btn:hover {
  background: #9a3412; color: #ffffff;
}
.post-body .faq h3 {
  color: #1f2937;
}
.post-body .sources {
  padding-left: 1.15rem;
}
.post-body .sources li {
  font-size: 0.92em;
  line-height: 1.6;
  color: #374151;
}
.post-body .closing {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e5e7eb;
  font-size: 0.88em;
  color: #6b7280;
}