/* Hide SunPanel V2 development warning banner */
.sun-main > div[style*="position: fixed"][style*="bottom: 0px"][style*="z-index: 9999"] {
  display: none !important;
}

/* QIUER_MUSIC_BRIDGE_BEGIN */
#qiuer-music-top-lyrics {
  --qiuer-lyric-size: 24px;
  --qiuer-lyric-opacity: .94;
  --qiuer-lyric-top: 18px;
  position: fixed;
  z-index: 9000;
  top: var(--qiuer-lyric-top);
  left: 50%;
  width: min(72vw, 900px);
  transform: translateX(-50%);
  pointer-events: none;
  text-align: center;
  opacity: var(--qiuer-lyric-opacity);
  color: #f8fbff;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .75));
  font-family: Inter, "PingFang SC", "Microsoft YaHei", sans-serif;
  transition: opacity .2s ease;
}
#qiuer-music-top-lyrics[hidden], #qiuer-music-search-lyrics[hidden] { display: none !important; }
#qiuer-music-top-lyrics.is-paused, #qiuer-music-search-lyrics.is-paused { opacity: .55 !important; }
#qiuer-music-top-lyrics .qiuer-music-current {
  font-size: var(--qiuer-lyric-size);
  font-weight: 750;
  line-height: 1.28;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#qiuer-music-top-lyrics .qiuer-music-next {
  margin-top: 3px;
  font-size: calc(var(--qiuer-lyric-size) * .58);
  color: #bae6fd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#qiuer-music-search-lyrics {
  position: fixed;
  z-index: 8999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  color: rgba(240, 249, 255, .96);
  text-shadow: 0 1px 3px rgba(0, 0, 0, .75);
  font-size: 14px;
  font-weight: 650;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 46px;
  box-sizing: border-box;
}
@media (max-width: 720px) {
  #qiuer-music-top-lyrics { width: 88vw; top: max(var(--qiuer-lyric-top), 10px); }
  #qiuer-music-top-lyrics .qiuer-music-current { font-size: min(var(--qiuer-lyric-size), 22px); }
  #qiuer-music-search-lyrics { padding-inline: 38px; font-size: 12px; }
}
/* QIUER_MUSIC_BRIDGE_END */


