.joe_bread {
    padding-top: 15px;
}
.joe_bread__bread {
    display: flex;
    align-items: center;
}
.joe_bread__bread .item:first-child {
    display: flex;
    align-items: center;
}
.joe_bread__bread .item {
    color: var(--minor);
    white-space: nowrap;
}
.joe_bread__bread .item .icon {
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
    fill: var(--routine);
    margin-right: 2px;
}
.joe_bread__bread .item .link {
    color: var(--routine);
    transition: color 0.35s;
}
.joe_bread__bread .line {
    color: var(--seat);
    padding: 0 8px;
}