.nlphotos-breadcrumbs {
	width: min(1280px, calc(100% - 2rem));
	margin: 0 auto;
	padding: clamp(1rem, 2.2vw, 1.5rem) 0 0;
	color: #65723f;
	font-size: clamp(1.56rem, 2vw, 1.8rem);
	font-weight: 700;
	line-height: 1.4;
}

.nlphotos-breadcrumbs__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0;
	margin: 0;
	padding: 0 0 clamp(0.75rem, 1.6vw, 1rem);
	border-bottom: 1px solid rgba(101, 114, 63, 0.18);
	list-style: none;
}

.nlphotos-breadcrumbs__item {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	color: inherit;
}

.nlphotos-breadcrumbs__item:not(:last-child)::after {
	content: "›";
	margin: 0 0.62rem;
	color: rgba(101, 114, 63, 0.45);
	font-weight: 500;
}

.nlphotos-breadcrumbs a {
	color: #556134;
	text-decoration: none;
	text-underline-offset: 0.22em;
	transition: color 160ms ease, text-decoration-color 160ms ease;
}

.nlphotos-breadcrumbs a:hover,
.nlphotos-breadcrumbs a:focus-visible {
	color: #2f3a1d;
	text-decoration: underline;
	text-decoration-thickness: 1px;
}

.nlphotos-breadcrumbs__item.is-current {
	max-width: min(46rem, 100%);
	min-width: 0;
	color: #30331f;
	font-weight: 800;
}

.nlphotos-breadcrumbs__item.is-current span {
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (max-width: 640px) {
	.nlphotos-breadcrumbs {
		width: calc(100% - 32px);
		padding-top: 0.85rem;
		font-size: 1.56rem;
	}

	.nlphotos-breadcrumbs__list {
		padding-bottom: 0.75rem;
	}

	.nlphotos-breadcrumbs__item.is-current {
		flex-basis: 100%;
		width: 100%;
	}
}
