.pgt-breadcrumbs {
	/* margin: 0 0 1rem; */
  padding: 0 30px;
	font-size: 0.88rem;
	color: #7d7367;
}

@media (max-width:768px) {
  .pgt-breadcrumbs {
    padding: 0 20px;
  }
}

.pgt-breadcrumbs-list {
	display: flex;
	flex-wrap: nowrap;
	gap: 0 0.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	white-space: nowrap;
}

.pgt-breadcrumbs-item {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	flex: 0 0 auto;
}

.pgt-breadcrumbs-item:last-child {
	flex: 1 1 auto;
	overflow: hidden;
}

.pgt-breadcrumbs-item + .pgt-breadcrumbs-item::before {
	content: ">";
	margin-right: 0.5rem;
	color: rgba(182, 96, 40, 0.55);
}

.pgt-breadcrumbs a {
	color: #7c5933;
	text-decoration: none;
}

.pgt-breadcrumbs a:hover,
.pgt-breadcrumbs a:focus {
	text-decoration: underline;
}

.pgt-breadcrumbs-current {
	color: #7d7367;
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
