/**
 * Legal Eagle - front-end styles for the Atty Info Sidebar widgets.
 * Fonts are inherited from the theme so the sidebar stays consistent;
 * only weight, size, and spacing are adjusted here.
 */

.atty-info-sidebar .atty-honors-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.atty-info-sidebar .atty-honors-list li {
	margin: 0 0 16px;
	padding: 0;
	background: none;
}

.atty-info-sidebar .atty-honors-list li:last-child {
	margin-bottom: 0;
}

.atty-info-sidebar .atty-honor-award {
	display: block;
	font-weight: 700;
	line-height: 1.35;
}

.atty-info-sidebar .atty-honor-presenter {
	display: block;
	margin-top: 2px;
	font-size: 0.85em;
	font-style: italic;
	line-height: 1.35;
	opacity: 0.75;
}
