/* Newsletter Tracker — poll landing page (success/duplicate/expired). No
   theme CSS ships with this repo, so this is a small self-contained card
   rather than an attempt to match the live Elementor theme. */

.nt-poll-status {
	--nt-accent: #2271b1;
	max-width: 30em;
	margin: 4em auto;
	padding: 2.5em 2em;
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	border: 1px solid #e2e4e7;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.nt-poll-status .dashicons {
	width: 1em;
	height: 1em;
	font-size: 2.5em;
	color: var(--nt-accent);
	margin-bottom: 0.3em;
}

.nt-poll-status.nt-status-expired .dashicons {
	color: #d63638;
}

.nt-poll-status h2 {
	margin: 0.3em 0;
}

.nt-poll-status p {
	color: #50575e;
	margin: 0;
}
