@import url("../tokens.css");

.breadcrumb a:hover {
    opacity: 0.5;
}

.breadcrumb {
    padding: 16px 4rem;
    color: #4d4d4d;
}

.crumb-list {
    display: flex;
    font-size: 1em;
    flex-wrap: wrap;
}

.crumb-list-item {
    position: relative;
}


.crumb-list-item:not(:first-child) {
    margin-left: 3em;
}

.crumb-list-item:not(:first-child):before {
    bottom: 0;
    content: "/";
    left: -1.41667em;
    position: absolute;
    top: 0;
    color: #4d4d4d;
}

.current-page {
    color: var(--c-primary);
}


/* SP
================================================*/
@media screen and (max-width: 767px) {
    .breadcrumb {
        padding: 16px 1rem;
    }
}