.rando-newsletter-form {
	max-width: 420px;
	padding: 20px;
	background: #f5f5f0;
	border-radius: 8px;
	font-family: inherit;
}

.rando-newsletter-form label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	color: #2c2c2c;
}

.rando-newsletter-title {
	margin: 0 0 12px;
	font-size: 17px;
	color: #2c2c2c;
}

.rando-newsletter-unsub-btn {
	display: inline-block;
	background: #b5651d;
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 4px;
	font-size: 14px;
}

.rando-newsletter-unsub-btn:hover {
	background: #9a5218;
	color: #fff;
}

.rando-newsletter-unsub-link {
	color: #b5651d;
	font-size: 14px;
}

.rando-newsletter-form input[type="email"] {
	width: 100%;
	padding: 10px 12px;
	margin-bottom: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	box-sizing: border-box;
}

.rando-newsletter-form button {
	background: #3a5a40;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
}

.rando-newsletter-form button:hover {
	background: #2e4832;
}

.rando-newsletter-message {
	background: #e8f0e3;
	border-left: 3px solid #3a5a40;
	padding: 10px 14px;
	margin-bottom: 16px;
	font-size: 14px;
}
