.easy-count-widget-container {
  width: 265px;
  margin: 0 auto;
  text-align: center;
  color: white; /* texte en blanc */
}

.easy-count-roller {
  display: flex;
  justify-content: center;
  gap: 4px;
  background: #9ca89a;
  padding: 10px 20px;
  border-radius: 10px;
  width: max-content;
  margin-top: 10px;
  box-shadow: inset 0 0 20px #9ca89a;
}

.roller-digit {
  background: #444;
  color: white;
  font-family: 'Courier New', monospace;
  font-weight: bold;
  font-size: 32px;
  width: 30px;
  height: 45px;
  border-radius: 6px;
  box-shadow: inset 0 3px 6px #000, 0 2px 4px #555, inset 0 0 5px #ccc;
  display: flex;
  flex-direction: column; /* 🔁 AJOUT ICI */
  justify-content: flex-start; /* haut du rouleau */
  align-items: center;
  position: relative;
  overflow: hidden;
}

.roller-digit span {
  font-size: 24px;
  line-height: 45px; /* correspond à la hauteur du rouleau */
  height: 45px;
  display: block;
  width: 100%;
  transition: transform 0.5s ease-in-out;
  text-align: center;
  color: white; /* assure que le texte est blanc */
}

/* Tableaux stats admin */
.easy-count-chart {
    width: 100% !important;
    height: 100% !important;
    display: block;
}
