/* Vitanica Product Warnings — frontend styles */

.vpw-notices {
	margin: 16px 0;
}
.vpw-notice {
	background: #fff8e1;
	border: 1px solid #f0c36d;
	border-left: 4px solid #d39e00;
	color: #5d4200;
	padding: 14px 18px;
	border-radius: 4px;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 1.5;
}
.vpw-notice p { margin: 0 0 8px; }
.vpw-notice p:last-child { margin-bottom: 0; }
.vpw-notice strong { color: #4a3500; }
.vpw-notice a { color: #5d4200; text-decoration: underline; }
.vpw-notice-products { font-size: 13px; opacity: 0.85; }
.vpw-notice-applies {
	font-size: 13px;
	color: #4a3500;
	margin: 0 0 6px;
	padding-bottom: 6px;
	border-bottom: 1px dashed #f0c36d;
}

/* Email-friendly variant inline-styles itself; this class is only for body wrapping */
.vpw-notice-email { padding: 12px 16px; }
