/* AE Email Signup – footer form */
.ae-email-signup-wrap {
	margin-top: 24px;
	padding: 20px 0;
	border-top: 1px solid var(--color-border, #e0e0e0);
	max-width: 360px;
}

.ae-email-signup-title {
	margin: 0 0 12px;
	font-size: 1rem;
	font-weight: 600;
	color: #171717;
}

.ae-email-signup-message {
	margin: 0 0 12px;
	padding: 8px 12px;
	border-radius: 4px;
	font-size: 14px;
}

.ae-email-signup-success {
	background: #d4edda;
	color: #155724;
}

.ae-email-signup-notice {
	background: #fff3cd;
	color: #856404;
}

.ae-email-signup-error {
	background: #f8d7da;
	color: #721c24;
}

.ae-email-signup-form label {
	display: block;
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: 500;
}

.ae-email-signup-field {
	margin: 0 0 12px;
}

.ae-email-signup-field input[type="text"],
.ae-email-signup-field input[type="email"],
.ae-email-signup-field input[type="number"],
.ae-email-signup-field select {
	width: 100%;
	max-width: 280px;
	padding: 8px 10px;
	font-size: 14px;
	border: 1px solid var(--color-border, #ccc);
	border-radius: 4px;
}

.ae-email-signup-submit {
	margin: 16px 0 0;
}

.ae-email-signup-button {
	padding: 10px 20px;
	font-size: 14px;
	font-family: "Brandon Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 700;
	color: #fff;
	background: #5333ee;
	border: none;
	border-radius: 17px;
	cursor: pointer;
	transition: background-color 0.15s ease, opacity 0.15s ease;
}

.ae-email-signup-button:hover {
	background: #4528d4;
	color: #fff;
}

.ae-email-signup-button:focus-visible {
	outline: 2px solid #5333ee;
	outline-offset: 2px;
}
