/**
 * Programme de fidélité — habillage côté boutique.
 *
 * Le thème classic pose ses pages client sur un fond gris et attend que chaque
 * bloc porte son propre fond blanc : sans cela le contenu flotte sur la page,
 * sans limite visible. Les valeurs reprennent celles du thème plutôt que d'en
 * inventer — même rayon, même ombre, même gris de texte secondaire.
 *
 * @author    23 Juin
 * @copyright Since 2026 23 Juin
 * @license   Proprietary
 */

.vtj-loyalty-card {
  background: #fff;
  padding: 1.25rem;
  margin-bottom: 1rem;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .1);
}

.vtj-loyalty-card > *:last-child {
  margin-bottom: 0;
}

.vtj-loyalty-balance {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: .25rem;
}

.vtj-loyalty-value {
  margin-bottom: 1rem;
}

.vtj-loyalty-pending,
.vtj-loyalty-hint,
.vtj-loyalty-note {
  color: #7a7a7a;
  font-size: .875rem;
}

.vtj-loyalty-pending {
  margin-bottom: 1rem;
}

.vtj-loyalty-convert {
  margin-bottom: 0;
}


.vtj-loyalty-convert .vtj-loyalty-hint {
  margin: .5rem 0 0;
}

.vtj-loyalty-subtitle {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.vtj-loyalty-history {
  margin-bottom: 0;
}

.vtj-loyalty-note {
  display: block;
}


.vtj-loyalty-upcoming td {
  color: #7a7a7a;
}

.vtj-loyalty-debit {
  color: #b94a48;
}


.vtj-loyalty-tile-balance {
  display: block;
  font-size: .8125rem;
  color: #7a7a7a;
  text-transform: none;
  margin-top: .25rem;
}


.vtj-loyalty-earning {
  color: #7a7a7a;
  font-size: .875rem;
  margin: .5rem 0 0;
}
