.predictions-nav-list {
    display: flex;
    gap: 1.5rem;
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--pico-muted-border-color);
}

.predictions-nav-link {
    text-decoration: none;
    padding-bottom: 0.5rem;
}

.predictions-nav-link.active {
    border-bottom: 3px solid var(--pico-primary);
    color: var(--pico-primary-color);
}

/* Duel : Juste pour l'alignement VS et la mise en avant du gagnant */
.duel-vs-divider {
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.player-card.winner {
    outline: 2px solid var(--pico-ins-color);
}

.player-prob {
    font-size: 2.5rem;
    font-weight: bold;
}

.winner .player-prob {
    color: var(--pico-ins-color);
}

.duel-submit { grid-column: span 3; }

.article-subtle { background: rgba(var(--pico-primary-rgb), 0.05); }

.text-italic { font-style: italic; }

.large-text { font-size: 1.2rem; }

.text-right { text-align: right; }
.text-center { text-align: center; }
.margin-top { margin-top: 2rem; }

