/* Navigation Favorites Badge */
.nav-favorites {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.favorites-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--color-error);
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 10px;
    min-width: 18px;
    text-align: center;
    line-height: 1;
}

.nav-link.nav-favorites-link {
    position: relative;
}
