.rastro_miga-listado {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.rastro_miga-listado .rastro_miga-elemento:first-of-type {
    font-size: 0;
    padding-top: 0;
}
.rastro_miga-listado .rastro_miga-elemento {
    position: relative;
    line-height: normal;
    padding-top: 0;
}
.rastro_miga-listado .rastro_miga-elemento:first-of-type:before {
    content: "\f015";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    margin-right: 7px;
    color: #D12B2E;
    position: absolute;
    top: -2px;
}
.rastro_miga-listado .rastro_miga-elemento:first-of-type:after {
    font-size: 14px;
    margin-left: 23px;
}
.rastro_miga-listado .rastro_miga-elemento:after {
    content: "/";
    color: #000;
    margin-right: 5px;
    margin-left: 5px;
}