/* Dunham & Jones Custom CSS for CPT */
/* Tighten UL/OL spacing — Attorneys CPT */

/* List items */
body.single-attorneys li {
	margin: 0 0 0.2em 0 !important;
	padding: 0 !important;
	line-height: 1.35 !important;
}

/* Kill spacing on anything nested inside a list item */
body.single-attorneys li > * {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/* Space around the whole list */
body.single-attorneys ul,
body.single-attorneys ol {
	margin: 0.4em 0 0.8em 0 !important;
	padding-left: 1.4em !important;
}

/* Headings: tighten gap above/below each section */
body.single-attorneys h1,
body.single-attorneys h2,
body.single-attorneys h3 {
	margin-top: 0.8em !important;
	margin-bottom: 0.3em !important;
}
