/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .nos-breadcrumbs {
    margin-block: clamp(0.25em, 0.0026em + 1.2371vw, 1em);
    font-size: 0.85rem;
    display: flex;
    align-items: flex-end;
    gap: 0.25rem;
}

.nos-breadcrumbs a {
    color: inherit;
}

.nos-breadcrumbs a.breadcrumb-icon {
    text-decoration: none;
}