/**
 * Topic Clusters Beat Pillar Posts - Post-Specific Styles
 *
 * Thought leadership piece arguing distributed cluster architectures beat
 * the pillar-first model in 2025. All major component styles are inherited
 * from the extra CSS dependencies declared in inc/enqueue.php:
 *
 * - your-first-draft-is-not-precious.css: insight-block, comparison-block,
 *   identity-comparison, callout-block, key-takeaways, post-quote
 * - from-seo-to-geo.css: tldr-block, paradigm-shift, key-insight,
 *   comparison-table, strategy-example, checklist-block, action-block
 * - zero-click-seo.css: stats-grid, stat-card, stat-number, stat-label
 * - product-led-seo.css: forecast-timeline, forecast-item, forecast-year
 *
 * This file exists as the required post-slug CSS marker in the enqueue
 * dependency chain. Add post-specific overrides here if needed.
 *
 * @package AgenticWP
 */

/* ==========================================================================
   Post-specific tweaks
   ========================================================================== */

/* Ensure the final closing note sits flush-left like the rest of the article
   when it lives inside the CTA section rather than the summary section. */
/* Remove checkmark icons from pillar-failures numbered list — items
   already carry manual numbering (1., 2., 3., etc.). */
.post-section--insight .key-takeaways li {
	padding-left: 24px;
}

.post-section--insight .key-takeaways li::before {
	display: none;
}

.post-section--cta .post-closing {
	text-align: left;
	margin-top: 48px;
}

.post-section--cta .post-closing p {
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}

.post-section--cta .post-closing-signature {
	margin-top: 24px;
	font-size: 18px;
	font-style: italic;
	color: var(--muted);
}
