/* Email Marketing Suite - stile front-end (pagine con shortcode) */
.ems-front {
	max-width: 460px;
	margin: 1.5em 0;
	font-size: 15px;
	line-height: 1.5;
}
.ems-front-title { margin: 0 0 .6em; font-size: 1.3em; }
.ems-front .ems-form p { margin: 0 0 14px; }
.ems-front label { font-weight: 600; display: block; }
.ems-front input[type="text"],
.ems-front input[type="email"] {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ccd0d4;
	border-radius: 6px;
	font-size: 15px;
	box-sizing: border-box;
	margin-top: 4px;
	font-weight: 400;
}
.ems-front input:focus {
	border-color: #2271b1;
	outline: 2px solid rgba(34,113,177,.15);
}
.ems-btn {
	background: #2271b1;
	color: #fff;
	border: none;
	border-radius: 6px;
	padding: 11px 22px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
}
.ems-btn:hover { background: #135e96; }
.ems-btn-danger { background: #b32d2e; }
.ems-btn-danger:hover { background: #8a2424; }
.ems-alert {
	padding: 12px 16px;
	border-radius: 6px;
	margin-bottom: 16px;
	border-left: 4px solid;
}
.ems-alert-success { background: #edf7ed; border-color: #2e7d32; color: #1e4620; }
.ems-alert-error   { background: #fdecea; border-color: #c62828; color: #611a15; }
.ems-alert-info    { background: #e8f0fe; border-color: #1a73e8; color: #174ea6; }
.ems-muted { color: #666; font-size: 14px; }
.ems-front label input[type="radio"] { font-weight: 400; }
.ems-front p label input[type="radio"] { display: inline; width: auto; }
