/**
 * Medical Update Letters callout (shortcode [donor_medical_update_list])
 */
.ssb-mul {
	background: #e8f4fc;
	border-left: 4px solid #7eb8d8;
	padding: 14px 18px 16px;
	margin: 1em 0;
	box-sizing: border-box;
}

.ssb-mul__heading {
	color: #333;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 8px;
}

.ssb-mul__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ssb-mul__item {
	margin: 0 0 6px;
	padding: 0;
	line-height: 1.4;
}

.ssb-mul__item:last-child {
	margin-bottom: 0;
}

.ssb-mul__link {
	color: #2b8fd6;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	word-break: break-word;
}

.ssb-mul__link:hover,
.ssb-mul__link:focus {
	color: #1a6fad;
	text-decoration: underline;
}
