/* Styles pour le widget des heures de vérification - Thème sombre */
.check-times {
  background: #001716;
  text-align: center;
}

.check-times p {
  margin: 0;
  font-size: 13px;
  color: #ffffff;
}

.check-times strong {
  color: #ffffff;
  font-weight: 600;
}

/* Animation pour le chargement */
.check-times span {
  transition: color 0.3s ease;
  color: #ffffff;
}

.check-times span:contains("Calcul en cours...") {
  color: #c7c7c7;
  font-style: italic;
}