/* Shared page breadcrumbs */

.page-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
    font-size: 0.875rem;
    line-height: 1.4;
}

.page-breadcrumbs a {
    color: var(--ho-ho_lightgreen);
    text-decoration: none;
    transition: color 0.2s ease;
}

.page-breadcrumbs a:hover {
    color: var(--ho-ho_darkgreen);
}

.page-breadcrumbs .separator {
    color: #b0b0b0;
}

.page-breadcrumbs .current {
    color: #8a8a8a;
}
