.summary-header {
	@extend .subheader;
}


.summary-list {
	color: $alex-text;
	background: $alex-light-blue;
	font-size: 1.375em;
	font-weight: 300;
	padding: 1em;

	&:last-child {
		margin-bottom: $outer-margin;
	}

	ul {
		margin-bottom: 0;
	}

	li {
		margin-bottom: 0.5em;
		list-style-type: disc;
		list-style-position: outside;
		margin-left: 1em;

		&:last-child {
			margin-bottom: 0;
		}
	}
}

.summary-list + .summary-list {
	padding-top: 0;
}
