.nmt-translation-notice {
	box-sizing: border-box;
	margin: 0 0 1.75rem;
	padding: 0.7rem 0.9rem;
	border: 1px solid #d8dee6;
	border-left: 3px solid #7f8fa3;
	border-radius: 2px;
	background: #f4f6f8;
	color: #4b5563;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.88em;
	font-style: italic;
	line-height: 1.5;
}

.nmt-translation-notice__label {
	font-style: normal;
	font-weight: 600;
}

.nmt-stale-translation-notice {
	border-left-color: #a66b12;
	background: #fff9eb;
	color: #57420f;
}
