

.spotify-lite:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.spotify-lite-inner {
    display: flex;
    align-items: center;
    gap: 15px;
}

.spotify-lite img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.spotify-lite-title {
    font-weight: bold;
}

.spotify-lite-artist {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 8px;
}

.spotify-lite-play {
    background: #1DB954;
    border: none;
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    cursor: pointer;
}

