/**
 * RDS Newsletter - Public Pages
 * Styles for standalone confirmation/unsubscribe pages and shortcode forms.
 */

/* Standalone page layout */
.rdsnl-standalone-page {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	max-width: 600px;
	margin: 60px auto;
	padding: 20px;
	color: #333;
	line-height: 1.6;
}

.rdsnl-standalone-page h2 {
	color: #1a1a1a;
}

.rdsnl-standalone-page a {
	color: #1976d2;
}

/* Shared form styles */
.rdsnl-form-input {
	padding: 8px;
	width: 250px;
	max-width: 100%;
	font-size: 16px;
}

.rdsnl-form-input-wide {
	padding: 8px;
	width: 300px;
	max-width: 100%;
	font-size: 16px;
}

.rdsnl-btn-subscribe {
	padding: 10px 24px;
	background: #1976d2;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 16px;
	border-radius: 4px;
}

.rdsnl-btn-unsubscribe {
	padding: 10px 24px;
	background: #d32f2f;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 16px;
	border-radius: 4px;
}
