/* mega-gigamax.css - Page Formes Mega & Gigamax */

/* Masquer les éléments non utilisés sur cette page */
.pokedex-stats {
  display: none !important;
}

/* Sections Mega et Gigamax séparées */
.page-mega-gigamax .mega-section,
.page-mega-gigamax .gigamax-section {
  margin-bottom: 2rem;
}

.page-mega-gigamax .gigamax-section {
  margin-top: 1.5rem;
}

/* Toutes les cartes sont en couleur (pas de grisé) */
.page-mega-gigamax .pokemon-card {
  opacity: 1 !important;
  filter: none !important;
}

.page-mega-gigamax .pokemon-card .pokemon-image {
  opacity: 1 !important;
  filter: none !important;
}

/* Pas de Pokéball sur les cartes Mega/Gigamax */
.page-mega-gigamax .pokeball-container {
  display: none !important;
}
