Swap player and playlist (embed layout)

Add this code to the Custom CSS field on the Style tab of your Background Music widget’s settings:

[class*="Playlist__Component-sc"] {
  order: 0;
}

[class*="Background__Component-sc"] {
  order: 1;
}