/**
 * Stylesheet for the standalone lead-magnet expired-link page rendered
 * by OTTS_Lead_Magnet::render_expired_page(). The page is a full HTML
 * document outside the normal WP front-end (no theme, no wp_head), so
 * the CSS is referenced via a plain <link rel="stylesheet"> rather than
 * wp_enqueue_style.
 */

body {
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	max-width: 560px;
	margin: 10vh auto;
	padding: 24px;
	color: #111;
	line-height: 1.6;
}

h1 {
	font-size: 28px;
	margin: 0 0 12px;
}

p {
	margin: 0 0 14px;
}
