/**
 * Shared breadcrumb strip for Resources landing + single (theme crumbs).
 */

.liwg-crumbs {
	width: 100%;
	background-color: #f4f7fc;
	padding: 21px 20px 0;
}

.liwg-crumbs__inner {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
}

/* Don't fight theme top padding here — .liwg-crumbs owns it. Leave min-height alone for singles. */
.liwg-crumbs .td-crumb-container {
	margin: 0;
	padding: 0;
}

.liwg-crumbs .entry-crumbs {
	margin: 0;
}

/* Landing only: tight crumb → heading (do not apply this to singles). */
.liwg-wrapper--resources-landing .liwg-crumbs .td-crumb-container {
	min-height: 0;
}
