.email-typo-notification {
	background-color: #fff3cd;
	border: 1px solid #ffc107;
	border-radius: 4px;
	padding: 12px 15px;
	margin-top: 8px;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.5;
	color: #856404;
}

.email-warning-icon {
	font-size: 16px;
	margin-right: 5px;
}

.suggested-email {
	color: #0073aa;
	font-weight: 600;
}

.email-typo-notification a {
	color: #0073aa;
	text-decoration: underline;
	cursor: pointer;
	font-weight: 500;
}

.email-typo-notification a:hover {
  color: #005177;
}

.use-suggestion {
  margin-left: 5px;
}

.dismiss-suggestion {
  margin-left: 5px;
}
