/**
 * News page (page-news.html) — the featured + grid post-card layout
 * itself lives in patterns.css (shared with Stories, per §3). This
 * file only holds what's unique to News: the closing newsletter copy.
 *
 * Per §2d/§5, the email input + "Subscribe" button are dropped —
 * no newsletter-sending service is wired up for this build — so only
 * the heading + pitch remain, as static closing copy.
 */

.chennai-world-news-newsletter {
	margin-top: var(--wp--preset--spacing--40);
	padding: var(--wp--preset--spacing--40);
	border-radius: 1rem;
	background-color: var(--wp--preset--color--background-secondary);
	text-align: center;
}

.chennai-world-news-newsletter h3 {
	margin: 0 0 0.5rem;
	font-family: var(--wp--preset--font-family--display);
	font-size: var(--wp--preset--font-size--x-large);
	font-weight: 600;
	color: var(--wp--preset--color--text-primary);
}

.chennai-world-news-newsletter p {
	margin: 0 auto;
	max-width: 44ch;
	color: var(--wp--preset--color--text-secondary);
}
