/**
 * 80/20 AI Writing - Post-Specific Styles
 *
 * Custom styles unique to this thought leadership blog post.
 * Reuses component styles from your-first-draft-is-not-precious.css
 * (comparison-block, insight-block, identity-comparison, callout-block,
 * key-takeaways, post-quote) via extra CSS dependencies.
 *
 * Components included:
 * - Summary section closing override
 *
 * @package AgenticWP
 */

/* ==========================================================================
   Post Closing (Override for left-aligned version in summary)
   ========================================================================== */

.post-section--summary .post-closing {
	text-align: left;
}

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

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