/* Stili per le card delle lingue */
.level-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #e2e8f0;
  transition: background-color 0.3s ease;
}
