/* ============================================================
   ICÔNES DE DEVISE / JETON À CÔTÉ DES SÉLECTEURS (<select>)
   Fichier additif : n'affecte que les éléments ajoutés par
   token-icon.js (.mp-token-select-wrap, .mp-token-icon).
   Ne modifie aucune règle existante de style.css.
   ============================================================ */

.mp-token-select-wrap {
  position: relative;
}

.mp-token-select-wrap select {
  padding-left: 44px;
}

.mp-token-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  overflow: hidden;
  background: #fff;
  flex-shrink: 0;
}

.mp-token-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mp-token-icon.mp-token-icon-symbol {
  background: var(--green, #00d97e);
  color: #04120c;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 12px;
}
