.post-body .lead {
  font-size: 1.2em;
  line-height: 1.6;
}
.post-body .figures {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 28px;
  margin: 2.5rem 0 0;
  padding-top: 18px;
  border-top: 3px solid #7c3aed;
}
@media (min-width: 560px) {
  .post-body .figures {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 900px) {
  .post-body .figures {
    grid-template-columns: repeat(4, 1fr); gap: 24px 22px;
  }
}
.post-body .fig-v {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.1;
  color: #5b21b6;
  margin: 0 0 6px;
}
.post-body .fig-l {
  font-size: 0.88em;
  line-height: 1.5;
  color: #374151;
  margin: 0;
}
.post-body .figures-src {
  margin: 16px 0 2.5rem;
  padding-top: 12px;
  border-top: 1px solid #f3f4f6;
  font-size: 0.8em;
  line-height: 1.5;
  color: #6b7280;
}
.post-body .chart {
  margin: 2.5rem 0;
}
.post-body .chart-shell {
  display: flex;
  justify-content: center;
  padding: 8px 0;
}
.post-body .chart-svg {
  width: 100%;
  max-width: 420px;
  height: auto;
}
.post-body .chart-svg.wide {
  max-width: 460px;
}
.post-body .chart figcaption {
  line-height: 1.5;
  margin-top: 10px;
}
.post-body .callout {
  border: 1px solid #ddd6fe;
  border-left: 4px solid #7c3aed;
  background: #f5f3ff;
  border-radius: 10px;
  padding: 16px 18px;
  margin: 2rem 0;
}
.post-body .callout p {
  margin: 0;
}
.post-body .callout p + p {
  margin-top: 10px;
}
.post-body .callout-warn {
  border-color: #fed7aa;
  border-left-color: #c2410c;
  background: #fff7ed;
}
.post-body .objs {
  margin: 1.6rem 0 2rem;
  padding-left: 1.25rem;
}
.post-body .objs li {
  font-size: 0.97em;
  color: #374151;
  padding-left: 4px;
}
.post-body .objs li + li {
  margin-top: 10px;
}
.post-body .objs li::marker {
  color: #7c3aed;
  font-weight: 700;
}
.post-body .errs {
  margin: 1.6rem 0 2rem;
  padding-left: 1.25rem;
}
.post-body .errs li {
  font-size: 0.95em;
  color: #374151;
  padding-left: 4px;
}
.post-body .errs li + li {
  margin-top: 12px;
}
.post-body .errs li::marker {
  color: #c2410c;
  font-weight: 700;
}
.post-body .errs strong {
  color: #9a3412;
}
.post-body .limits {
  border: 1px dashed #c4b5fd;
  border-radius: 12px;
  padding: 16px 18px;
  margin: 2rem 0;
  background: #fafafa;
}
.post-body .limits-head {
  margin: 0 0 10px;
  font-weight: 700;
  color: #5b21b6;
  font-size: 0.95em;
}
.post-body .limits ul {
  margin: 0;
}
.post-body .limits li {
  font-size: 0.95em;
  color: #374151;
}
.post-body .jobcard {
  border: 1px solid #e5e7eb;
  border-top: 4px solid #7c3aed;
  border-radius: 14px;
  padding: 20px;
  margin: 2.5rem 0;
  background: #ffffff;
}
.post-body .jc-kicker {
  margin: 0 0 4px;
  font-size: 0.74em;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7c3aed;
}
.post-body .jc-title {
  margin: 0 0 16px;
  font-size: 1.15em;
  font-weight: 700;
  line-height: 1.3;
  color: #1f2937;
}
.post-body .jc-grid {
  border-top: 1px solid #f3f4f6;
  padding-top: 14px;
}
.post-body .jc-row {
  margin: 0 0 14px;
  font-size: 0.93em;
  line-height: 1.55;
  color: #374151;
}
.post-body .jc-row:last-child {
  margin-bottom: 0;
}
.post-body .jc-key {
  display: block;
  margin-bottom: 3px;
  font-size: 0.76em;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5b21b6;
}
@media (min-width: 560px) {
  .post-body .jc-row {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 12px;
    align-items: baseline;
  }
  .post-body .jc-key {
    margin-bottom: 0;
  }
}
.post-body .jc-foot {
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 1px solid #f3f4f6;
  font-size: 0.88em;
  line-height: 1.55;
  color: #6b7280;
}
.post-body .cta {
  border: 1px solid #ddd6fe;
  border-radius: 14px;
  padding: 22px;
  margin: 2.5rem 0;
  background: #f5f3ff;
}
.post-body .cta-dark {
  border-radius: 14px;
  padding: 26px 22px;
  margin: 2.5rem 0;
  background: #1a1145;
}
.post-body .cta-kicker {
  margin: 0 0 6px;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7c3aed;
}
.post-body .cta-dark .cta-kicker {
  color: #c4b5fd;
}
.post-body .cta-title {
  margin: 0 0 10px;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.3;
  color: #1f2937;
}
.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 14px;
  font-size: 0.97em;
  line-height: 1.6;
}
.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;
  background: #c2410c;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95em;
  text-decoration: none;
  padding: 11px 24px;
  border-radius: 9999px;
}
.post-body .cta-btn:hover {
  background: #9a3412;
  color: #ffffff;
  text-decoration: none;
}
.post-body .post-scroller > table {
  min-width: 36rem;
}
.post-body .post-scroller > table.plan {
  min-width: 46rem;
}
.post-body .post-scroller > table th[scope="row"] {
  font-weight: 600;
  color: #1f2937;
}
.post-body .scroll-hint {
  margin-top: -1rem;
  font-size: 0.85em;
  color: #6b7280;
}
@media (min-width: 608px) {
  .post-body .scroll-hint {
    display: none;
  }
}
@media (min-width: 608px) and (max-width: 767.98px) {
  .post-body .scroll-hint.wide {
    display: block;
  }
}
.post-body .faq h3 {
  font-size: 1.08em;
}
.post-body .faq p {
  font-size: 0.97em;
}
.post-body .sources li {
  font-size: 0.88em;
  line-height: 1.55;
  color: #374151;
}
.post-body .nowrap {
  white-space: nowrap;
}
.post-body .sr-caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}