/* MeowChip Cards Pro — Frontend CSS
   Les styles sont identiques aux plugins originaux pour garantir
   le rendu visuel de toutes les cards existantes. */

/* ── Card Affiliée / Review ── */
.meowchip-affiliate-card {
  max-width: 400px;
  padding: 16px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-family: Georgia, serif;
}

/* ── TopX Expert Choice ── */
.meow-topx-card {
  max-width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  font-family: inherit;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
}

/* ── Duel Arena ── */
.meow-duel-arena {
  max-width: 400px;
  border: 1px solid #d1d1d1;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  font-family: inherit;
  box-shadow: 0 10px 25px rgba(0,0,0,.1);
  margin: 20px 0;
}
