.asb-breadcrumb-wrapper{
  padding:1.25rem 2.5rem;
  margin:0 auto;
  max-width:1280px
}

@media(max-width:1024px){
	.asb-breadcrumb-wrapper{
  padding:1.25rem;
}
}

.asb-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    font-family: "Neutraface Text", sans-serif;
    font-size: 1.0625rem;
    line-height: 1.375rem;
}

.asb-breadcrumbs a {
    color: var(--Black, #4A4A4A);
    font-weight: 400;
    text-decoration: none;
}

.asb-sep {
    margin: 0 0.25rem;
    color: var(--Black, #4A4A4A);
}

.asb-current {
    color: var(--Vivid-Red, #C8102E);
    font-weight: 600;
}
