.see-all {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--primary);
    text-decoration: none;
    transition: color 0.2s ease;
}

.see-all:hover {
    color: var(--primary-hover);
}

.text-muted {
    color: var(--muted);
}