/**
 * ConversionWax Admin Styles
 *
 * Minimal styling for the settings page.
 *
 * @package ConversionWax
 */

.conversionwax-settings {
	max-width: 800px;
}

.conversionwax-settings h1 {
	margin-bottom: 20px;
}

.conversionwax-settings .form-table th {
	width: 200px;
}

.conversionwax-settings fieldset label {
	display: block;
	margin-bottom: 8px;
}

.conversionwax-settings code {
	display: inline-block;
	padding: 8px 12px;
	background: #f0f0f1;
	font-size: 13px;
}

.conversionwax-settings hr {
	margin: 30px 0;
	border: none;
	border-top: 1px solid #c3c4c7;
}

.conversionwax-promo {
	background: #1F2A44;
	border-radius: 8px;
	padding: 32px;
	margin-top: 10px;
}

.conversionwax-promo h2 {
	color: #F4F1EA;
	font-size: 20px;
	margin-top: 0;
}

.conversionwax-promo__subtitle {
	color: rgba(244, 241, 234, 0.85);
	margin-bottom: 20px;
}

.conversionwax-promo__features {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

.conversionwax-promo__features li {
	color: #F4F1EA;
	padding: 6px 0 6px 28px;
	position: relative;
}

.conversionwax-promo__features li::before {
	content: "\2713";
	color: #00A6A6;
	font-weight: bold;
	position: absolute;
	left: 0;
}

.conversionwax-promo__cta {
	display: inline-block;
	background: #FF6B00;
	color: #F4F1EA;
	text-decoration: none;
	padding: 12px 24px;
	border-radius: 4px;
	font-weight: 600;
	font-size: 14px;
}

.conversionwax-promo__cta:hover {
	color: #F4F1EA;
	opacity: 0.9;
}

.conversionwax-settings .conversionwax-promo .conversionwax-promo__note {
	color: #ffffff;
	font-size: 13px;
	margin-top: 12px;
	margin-bottom: 0;
}

.conversionwax-login {
	margin-bottom: 16px;
	font-size: 14px;
}
