.coolmo-wl-form{border:1px solid #ddd;padding:16px;margin:12px 0;border-radius:6px;} .coolmo-wl-form h3{margin-top:0;} .coolmo-wl-form input{width:100%;max-width:420px;}

.coolmo-waitlist-box {
	border: 1px solid #ddd;
	padding: 20px;
	margin-top: 25px;
	background: #fafafa;
	border-radius: 8px;
}

.coolmo-waitlist-box h3 {
	margin-top: 0;
}

.coolmo-waitlist-box input[type="text"],
.coolmo-waitlist-box input[type="email"] {
	width: 100%;
	padding: 8px;
	margin-top: 4px;
}

.coolmo-waitlist-box .button.alt {
	background: #0073aa;
	color: #fff;
}

.coolmo-wl-message {
	margin-top: 10px;
	font-weight: 600;
}

.coolmo-wl-message.success {
	color: #007300;
}

.coolmo-wl-message.error {
	color: #cc0000;
}

.coolmo-waitlist-restricted {
	background: #fff3cd;
	border: 1px solid #ffeeba;
	padding: 15px;
	border-radius: 5px;
}

.coolmo-waitlist-box {
	border: 2px solid #ccc;
	padding: 1.5em;
	margin-top: 1em;
	background: #fafafa;
}
.coolmo-waitlist-box h3 {
	margin-top: 0;
}
.coolmo-waitlist-box input {
	width: 100%;
	max-width: 400px;
	padding: 6px;
}
.coolmo-wl-message {
	margin-top: .5em;
	font-weight: 600;
}

.coolmo-waitlist-box {
	background: #f8f8f7;
	border: 1px solid #d1d1d1;
	border-radius: 6px;
	padding: 20px 25px;
	margin: 25px 0;
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.coolmo-waitlist-box h3 {
	font-family: "EB Garamond", serif;
	color: #0f3c3b;
	font-size: 1.6em;
	margin-bottom: 15px;
}

.coolmo-waitlist-box label {
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 0.95em;
	color: #333;
	margin-bottom: 4px;
}

.coolmo-waitlist-box input[type="text"],
.coolmo-waitlist-box input[type="email"] {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 12px;
	font-size: 0.95em;
}

.coolmo-waitlist-box .button.alt {
	display: inline-block;
	background-color: #63807c;
	color: #fff;
	border: none;
	padding: 10px 25px;
	font-weight: 600;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 1px;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.coolmo-waitlist-box .button.alt:hover {
	background-color: #4e6763;
}

.coolmo-waitlist-restricted {
	background: #fff3f3;
	color: #9b2020;
	padding: 12px 15px;
	border-left: 3px solid #9b2020;
	border-radius: 4px;
}
