<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.dotdigital-signup-form .ddg-form-group {
	margin-bottom: 0.5em;
}

.dotdigital-signup-form label, .dotdigital-signup-form input {
	display: block;
}

.dotdigital-signup-form .ddg-radio-group input,
.dotdigital-signup-form .ddg-checkbox-group input
{
	display: inline-block;
}

.dotdigital-signup-form .ddg-radio-group label,
.dotdigital-signup-form .ddg-checkbox-group label
{
	display: inline;
}

.dd-wordpress-success-msg {
	color: #4F8A10;
}

.dd-wordpress-error-msg {
	color: #D8000C;
}

/**
 * @deprecated Please use .dd-wordpress-success-msg
 */
.success {
	color: #4F8A10;
}

/**
 * @deprecated Please use .dd-wordpress-error-msg
 */
.error {
	color: #D8000C;
}
</pre></body></html>