
.notes-jeu {
  max-width: 520px;
  margin: 2.5rem auto;
  padding: 1.75rem 1.5rem;
  text-align: center;
  background: none;
  border: none;
  border-top: 1px solid var(--line);
  border-radius: 0;
}

.notes-jeu-titre {
  font-family: var(--font-display);
  margin: 0 0 1rem;
  font-size: 1.15rem;
  font-weight: 700;
}

.notes-jeu-etoiles {
  display: inline-flex;
  gap: 0.25rem;
}

.notes-jeu-etoile {
  background: none;
  border: none;
  padding: 0 0.1rem;
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer;
  color: var(--line-forte);
  transition: color 0.12s ease;
}


.notes-jeu-etoile.is-active, .notes-jeu-etoile.is-hover {
  color: var(--theme-mid, #fb7185);
}

.notes-jeu-etoile.is-hover {
  color: var(--theme-light, #fda4af);
}

.notes-jeu-etoile:focus-visible {
  outline: 2px solid var(--theme-light, #fda4af);
  outline-offset: 2px;
  border-radius: 4px;
}

.notes-jeu[data-connecte="0"] .notes-jeu-etoile {
  cursor: default;
}

.notes-jeu-resume {
  margin: 0.85rem 0 0.35rem;
  font-size: 1rem;
}

.notes-jeu-moyenne {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--theme-light, #fda4af);
}

.notes-jeu-sur5 {
  font-weight: 700;
  opacity: 0.7;
}

.notes-jeu-compte {
  margin-left: 0.4rem;
  opacity: 0.7;
  font-size: 0.9rem;
}

.notes-jeu-message {
  margin: 0.35rem 0 0;
  font-size: 0.9rem;
  opacity: 0.85;
  min-height: 1.2em;
}

.notes-jeu-message a {
  color: var(--theme-light, #fda4af);
  font-weight: 600;
}

.notes-jeu-message.is-erreur {
  color: #fca5a5;
  opacity: 1;
}

@media (max-width: 480px) {

  .notes-jeu-etoile {
    font-size: 2rem;
  }
}
