.breadcrumbs-wrapper-83a9b17a {
    width: 100%;
}

.breadcrumbs-container-83a9b17a {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.breadcrumbs-list-83a9b17a {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    
    /* Prevent wrapping and allow sleek touch scrolling on mobile */
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
}

/* Hide scrollbar for Chrome, Safari, and Opera to maintain pill beauty */
.breadcrumbs-list-83a9b17a::-webkit-scrollbar {
    display: none;
}

.breadcrumbs-item-83a9b17a {
    display: flex;
    align-items: center;
    flex-shrink: 0; /* Keep items fully readable without collapsing */
}

.breadcrumbs-link-83a9b17a {
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.breadcrumbs-separator-83a9b17a {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.breadcrumbs-current-83a9b17a {
    font-weight: 500;
    white-space: nowrap;
}
