/**
 * breadcrumb.php. Ported verbatim from Version 1.0. Supports the
 * documented Social Security Disability exception (a shorter crumb
 * list, Home only) at the data level — see docs/CONTENT_MODEL.md §H —
 * not with any distinct CSS.
 */

.breadcrumb {
	max-width: var(--width-chrome);
	margin: 0 auto;
	padding: 20px 28px 0;
	font-size: 12.5px;
	color: var(--slate);
}

.breadcrumb a {
	color: var(--slate);
	text-decoration: none;
}

.breadcrumb a:hover {
	color: var(--oxblood);
}
