/* ==========================================================================
   COMPONENTE · Migas de pan (Blog Detalle · Sección 1)
   ========================================================================== */

.crumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.45px;
}

.crumbs-link {
    color: #6C7981;
    text-decoration: none;
    transition: color 0.2s ease;
}

.crumbs-link:hover {
    color: #006491;
}

.crumbs-sep {
    display: inline-flex;
    align-items: center;
    line-height: 0;
}

.crumbs-current {
    color: #27292B;
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
