.ash-breadcrumb-wrapper {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-top: 1px solid rgba(15, 23, 42, 0.06);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    margin-bottom: 1rem;
    margin-top: 3rem;
}

.ash-breadcrumb-list {
    list-style: none;
    margin: 0;
    padding: 0.875rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    overflow-x: auto;
    white-space: nowrap;
}

.ash-breadcrumb-item {
    display: inline-flex;
    align-items: center;
    font-size: 0.93rem;
    color: #334155;
}

.ash-breadcrumb-item + .ash-breadcrumb-item::before {
    content: "‹";
    display: inline-block;
    margin: 0 0.5rem;
    color: #94a3b8;
    transform: scaleX(-1);
}

.ash-breadcrumb-item a {
    color: #0f766e;
    text-decoration: none;
    transition: color 0.2s ease;
}

.ash-breadcrumb-item a:hover {
    color: #115e59;
}

.ash-breadcrumb-item.is-current span {
    color: #0f172a;
    font-weight: 600;
}
