/* auteur : Z3S_2 */

.vote-btn:hover {
  background-color: #2563eb;
  transform: scale(1.05);
}

.vote-btn.disabled {
  background-color: #9ca3af;
  transform: scale(0.95);
  cursor: not-allowed;
  opacity: 0.7;
}

.vote-content {
  font-weight: 600;
}

.vote-timer {
  font-size: 0.85rem;
  margin-top: 4px;
  color: #e5e7eb;
}

.vote-btn .vote-timer {
  display: block;
  font-size: 0.8em;
  color: #f1f1f1;
}

.vote-btn {
  position: relative;
  overflow: hidden;
}

.vote-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  font-weight: 500;
  pointer-events: none;
  z-index: 2;
}

.vote-overlay .vote-timer {
  text-align: center;
}
.vote-btn.disabled {
  opacity: 0.4;
}

.vote-overlay {
  background: rgba(0, 0, 0, 0.7);
}
.vote-overlay .vote-timer {
  color: #f7f0ec;
  font-weight: 600;
  font-size: 1rem;

  text-shadow: 6px 1px 10px #e98a4f;
}
