.breadcrumbs-container {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;


    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;

    /* 157.895% */

    padding: 0px 10px;
}

.breadcrumbs-container .divider {
    width: 6px;
    height: 12px;
    background: transparent url('/assets/icons/breadcrumbs-divider.svg') no-repeat center center;
    background-size: 100;
    border: none;
    margin: 0;
    padding: 0;
}

.breadcrumb {
    text-decoration: none;
    color: #46494F;
}

.breadcrumb.current {
    font-weight: 600;
    color: #000000;
}

@media (max-width: 768px) {
    .breadcrumbs-container {
        display: none;
    }
}
