.classifica-card {
  background: #eaf4ff;
  border-left: 6px solid #0052A5;
  margin: 1rem 0;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: transform 0.2s ease;
}
.classifica-card:hover {
  transform: scale(1.02);
}
.classifica-card a {
  text-decoration: none;
  color: #0052A5;
  font-weight: 600;
  font-size: 1.1rem;
}
.classifica-card small {
  display: block;
  color: #555;
  margin-top: 0.3rem;
}