.song-item-link {
  color: #000000; 
  text-decoration: none;
  transition: all 0.3s ease; 
}

.song-item-link:hover {
  color: #165DFF;
  transform: translateY(-2px);
}

.song-item-link .song-title,
.song-item-link .song-quality,
.song-item-link .song-date {
  color: inherit;
}

.song-item-link:hover .hover-float-item {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}