/* ============================================================
   INTÉGRATION SPOTIFY
   ============================================================ */

.spotify-info {
  font-size: 0.9em;
  color: #666;
  margin-top: 10px;
  text-align: center;
}

.spotify-tracklist {
  margin-top: 15px;
  padding-left: 20px;
  list-style: none;
}

.spotify-tracklist li {
  margin-bottom: 8px;
}

.spotify-tracklist a {
  color: #1db954;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.2s ease;
}

.spotify-tracklist a:hover {
  color: #169c46;
}

/* Embed Spotify responsive */
.spotify-embed {
  width: 100%;
  border-radius: 12px;
  margin: 15px 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.spotify-embed:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(29, 185, 84, 0.15);
}

@media screen and (max-width: 950px) {
  .spotify-embed {
    height: 400px !important;
  }
}
