/* Post body inside the Elementor single-post template — mirrors the template's text-editor styling via kit tokens. */
.cg-post-content {
	font-family: var(--e-global-typography-text-font-family, "Public Sans"), sans-serif;
	font-size: var(--e-global-typography-text-font-size, 16px);
	font-weight: var(--e-global-typography-text-font-weight, 400);
	line-height: var(--e-global-typography-text-line-height, 1.5em);
	color: var(--e-global-color-accent);
}
.cg-post-content p { margin: 0 0 1.25em; }
.cg-post-content p:last-child { margin-bottom: 0; }
.cg-post-content strong { color: var(--e-global-color-text); }
.cg-post-content a { color: var(--e-global-color-870ef80); text-decoration: underline; text-underline-offset: 3px; }
.cg-post-content h2, .cg-post-content h3, .cg-post-content h4 {
	font-family: var(--e-global-typography-primary-font-family, "Instrument Sans"), sans-serif;
	color: var(--e-global-color-text); margin: 1.8em 0 .5em; line-height: 1.2;
}
.cg-post-content img { max-width: 100%; height: auto; border-radius: 1px; }
.cg-post-content blockquote { border-left: 2px solid var(--e-global-color-870ef80); margin: 1.6em 0; padding: .1em 0 .1em 1.2em; color: var(--e-global-color-text); }
.cg-post-content ul, .cg-post-content ol { padding-left: 1.3em; }
.cg-post-content .photo-credit { margin-top: 2.5em; padding-top: 1em; border-top: 1px solid var(--e-global-color-f184fe1); font-size: 13px; }
.cg-post-content .photo-credit a { color: inherit; }

.cg-post-nav {
	display: flex; flex-wrap: wrap; gap: 12px 32px; justify-content: space-between; align-items: center; width: 100%;
	font-family: var(--e-global-typography-secondary-font-family, "Sono"), monospace;
	font-size: var(--e-global-typography-secondary-font-size, 13px); text-transform: uppercase; letter-spacing: .2px;
}
.cg-post-nav a { color: var(--e-global-color-text); text-decoration: none; }
.cg-post-nav a:hover { color: var(--e-global-color-870ef80); }
.cg-post-nav__adjacent { display: flex; gap: 24px; flex-wrap: wrap; }
.cg-post-nav__adjacent a { max-width: 300px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* comments are not part of this site's design */
#comments, .comments-area { display: none; }

/* Posts render the Elementor template edge-to-edge like every other page (Hello Elementor caps .site-main at 1140px). */
.cg-single { width: 100%; max-width: none; margin: 0; background: var(--e-global-color-primary); }
body.single-post { background-color: var(--e-global-color-primary); }
