.theme-jukebox .visual-jukebox { display: block; }
.theme-jukebox .jukebox { width: 320px; height: 285px; margin: 8px auto 0; position: relative; background: #24172f; border: 5px solid #ff4fd8; border-radius: 150px 150px 24px 24px; box-shadow: inset 0 0 0 7px #090812, 0 0 22px rgba(255,79,216,.35), 0 14px 26px rgba(0,0,0,.45); }
.theme-jukebox .jukebox-arch { position: absolute; left: 42px; top: 28px; width: 226px; height: 128px; border-radius: 120px 120px 18px 18px; border: 8px solid #42d9ff; box-shadow: 0 0 16px rgba(66,217,255,.55); }
.theme-jukebox .jukebox-title { position: absolute; left: 75px; top: 84px; width: 170px; height: 42px; line-height: 42px; background: #080914; color: #ffd84a; border: 3px solid #ffd84a; text-align: center; font-size: 24px; letter-spacing: 3px; }
.theme-jukebox .jukebox-strips { position: absolute; left: 58px; bottom: 34px; }
.theme-jukebox .jukebox-strips span { display: block; width: 204px; height: 18px; margin-top: 8px; background: #ff4fd8; border: 2px solid #ffd84a; }
.theme-jukebox.playing .jukebox { box-shadow: inset 0 0 0 7px #090812, 0 0 32px rgba(255,79,216,.8), 0 14px 26px rgba(0,0,0,.45); }
