/**
 * Bonbons et méga-énergies : icône asset + quantité ×N (réglages Sources).
 */

.pokehub-pokemon-candy {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    line-height: 1;
}

.pokehub-pokemon-candy-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
}

.pokehub-pokemon-candy-qty {
    font-size: 0.8rem;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.02em;
}

.pokehub-pokemon-candy--text {
    font-size: 0.75rem;
    font-weight: 600;
    color: #334155;
    text-align: center;
    line-height: 1.35;
    max-width: 10rem;
}
