<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rer-review-reminder-unsubscribe-form {
	border: 1px solid #ccc;
	box-shadow: 0 0 3px #000;
	padding: 15px;
	margin: 10px 0;
	width: 400px;
	display: block;
	clear: both;
	border-radius: 5px;
}

.rer-review-reminder-unsubscribe-form p {
	color: #000;
	font-size: 18px;
	margin-bottom: 15px;
}

.rer-review-reminder-unsubscribe-form .rer-review-reminder-unsubscribe-content {
	display: block;
	width: 100%;
}

.rer-review-reminder-unsubscribe-content span.required {
	color: #f00;
	margin-right: 5px;
}

.rer-review-reminder-unsubscribe-content input[type="email"]{
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 300px;
	height: 40px;
}

.rer-review-reminder-unsubscribe-content input[type="submit"] {
	margin: 15px 0 0 0;
	background: #eeeeee;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	color: #333333;
	cursor: pointer;
	padding: 0.6180469716em 1.41575em;
	text-decoration: none;
	font-weight: 600;
	text-shadow: none;
	display: inline-block;
	-webkit-appearance: none;
}

/* Checkout page design */

.rer_rerview_reminder_option_wrapper {
	float:left;
	display: flex;
	margin: 10px 0;
	
}
.rer_rerview_reminder_option_wrapper label {
	color: #666;
	font-size: 18px;
	margin-right: 10px;
}

</pre></body></html>