/* Canada Create — blog post layout (2026-09-23, per Amir).
 * Loaded ONLY on single blog posts (CC Zone). The blog keeps its current
 * look because the right sidebar makes boxed, rounded CTAs and tables
 * sensible there; every other page follows cc-universal.css (square).
 * These values restate today's blog look so later changes to the shared
 * files never drift the blog. */
body.single-post .cc-table-wrap{border-radius:14px}
body.single-post .cc-table-wrap::before{display:block}
body.single-post .cc-svc-inline-cta{border-radius:14px;padding:24px 28px;margin:36px 0}
body.single-post .cc-table-cta{border-radius:0 0 14px 14px}
body.single-post .cc-block{border-radius:14px}
/* a blog carries the inline CTA twice: once after the intro, once before the last H2 (cc-content-components.php) */
