.breadcrumbs { width: 100%; margin: 0; padding: 0; border-top: 1px solid rgb(13 53 43 / 5%); border-bottom: 1px solid rgb(13 53 43 / 9%); background: #f6f8f5; }
.breadcrumbs + .standard-page-content, .breadcrumbs + #content { margin-top: 0; padding-top: 0; }
.breadcrumbs__inner { min-height: 52px; display: flex; align-items: center; }
.breadcrumbs ol { display: flex; align-items: center; flex-wrap: wrap; gap: 0; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li { display: inline-flex; align-items: center; color: var(--muted); font-size: .78rem; font-weight: 600; }
.breadcrumbs li:not(:last-child)::after { content: ''; width: 6px; height: 6px; margin: 0 13px; border-top: 1.5px solid #8b9692; border-right: 1.5px solid #8b9692; transform: rotate(45deg); }
.breadcrumbs a { color: #477067; text-decoration: none; transition: color .18s ease; }
.breadcrumbs a:hover { color: var(--green-900); }
.breadcrumbs li[aria-current='page'] { color: var(--green-900); }

@media (max-width: 620px) {
	.breadcrumbs__inner { min-height: 46px; }
	.breadcrumbs li { font-size: .72rem; }
	.breadcrumbs li:not(:last-child)::after { margin: 0 9px; }
}
