.breadcrumb {
    margin: 0 0 1.25rem;
    padding: 0.75rem 1rem;
    background: #f8f9fa;
    border-radius: 4px;
    font-size: 0.875rem;
}

.breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
}

.breadcrumb li {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.breadcrumb li:not(:last-child)::after {
    content: "›";
    color: #888;
}

.breadcrumb span[aria-current="page"] {
    color: #333;
    font-weight: 600;
}

.breadcrumb a {
    color: #0066cc;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}
