.e101-guidance-banner {
	border: 1px solid #edf2f7;
	background: #fcfdff;
	border-radius: 8px;
	box-shadow: inset 1px 0 0 #e3eaf2;
	padding: 8px 11px 8px 12px;
	margin: 8px 0;
}

.e101-guidance-banner > * {
	margin: 0;
}

.e101-guidance-banner > * + * {
	margin-top: 2px;
}

.e101-guidance-label {
	font-size: 10.5px;
	line-height: 1.25;
	font-weight: 500;
	color: #69788a;
}

.e101-guidance-message {
	font-size: 12px;
	line-height: 1.45;
	color: #3d4a5c;
}

.e101-guidance-footer {
	background: #fcfdff;
	border-color: #f3f6fa;
	box-shadow: inset 1px 0 0 #edf2f7;
	opacity: 0.78;
	padding: 6px 10px;
	margin-top: 14px;
	margin-bottom: 0;
}

.e101-guidance-footer > * + * {
	margin-top: 1px;
}

.e101-guidance-footer .e101-guidance-label {
	font-size: 9.75px;
	color: #7a8898;
}

.e101-guidance-footer .e101-guidance-message {
	font-size: 10.75px;
	line-height: 1.4;
	color: #69788a;
}

.e101-guidance-default,
.e101-guidance-subtle {
	background: #fbfcfe;
	border-color: #edf2f7;
	box-shadow: inset 1px 0 0 #e3eaf2;
}

.e101-guidance-important {
	background: #fffdf7;
	border-color: #eee3c6;
	box-shadow: inset 1px 0 0 #e6d8b0;
}

.e101-guidance-intensity-quiet {
	background: #fdfefe;
	border-color: #f3f6fa;
	box-shadow: inset 1px 0 0 #edf2f7;
}

.e101-guidance-intensity-quiet .e101-guidance-label {
	color: #7a8898;
}

.e101-guidance-intensity-quiet .e101-guidance-message {
	color: #607084;
}

.e101-guidance-intensity-standard {
	background: #fbfcfe;
	border-color: #edf2f7;
	box-shadow: inset 1px 0 0 #e3eaf2;
}

.e101-guidance-intensity-elevated {
	background: #f9fbfd;
	border-color: #e3ebf3;
	box-shadow: inset 2px 0 0 #d4dee9;
	padding: 9px 12px;
}

.e101-guidance-intensity-elevated .e101-guidance-label {
	color: #5f7084;
}

.e101-guidance-intensity-elevated .e101-guidance-message {
	color: #344256;
}
