.breadcup i {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    background-position: center;
    display: inline-block;
    background: rgb(255 255 255 / 0.7);
    width: 3px;
    height: 3px;
    margin: 0px 6px;
    vertical-align: middle;
}
.breadcup svg {
    display: inline-block !important;
    position: relative;
    top: -2px;
}
.detail-list a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.detail-list .current {
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(30 41 59 / var(--tw-text-opacity, 1));
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 0.875rem;
}