.song-detail { row-gap: 0; }
.song-detail .song-title-panel { margin-bottom: 16px; }
.song-detail .song-artwork-player + .social-bar { margin-top: 16px; }
.song-detail .song-cover:has(+ .song-artwork-player .audio-box) { border-radius: 12px 12px 0 0 !important; margin-bottom: 0; }
.song-detail .song-cover:has(+ .song-artwork-player .audio-box) img { border-radius: inherit; }
.song-detail .song-artwork-player.song-action-panel {
  width: 100%;
  max-width: 560px;
  margin: 0 auto !important;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.song-detail .song-cover.is-wide + .song-artwork-player { max-width: 860px; }
.song-artwork-player .audio-box { border-radius: 0 0 12px 12px; }
.audio-box:not(.is-enhanced) > :not(audio) { display: none; }
.audio-box:not(.is-enhanced) > audio { display: block !important; width: 100%; grid-column: 1 / -1; }
.audio-box.is-enhanced > audio { display: none; }
.audio-box .audio-meta { min-width: 0; overflow-wrap: anywhere; }
.audio-box .audio-seek { min-width: 0; }
.audio-box .audio-seek input { width: 100%; min-width: 0; }
.post-body iframe[src*="youtube.com/"],
.post-body iframe[src*="youtube-nocookie.com/"],
.post-body iframe[src*="youtu.be/"] {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}
.post-body .wp-block-embed-youtube .wp-block-embed__wrapper::before { display: none !important; }
.post-body .wp-block-embed-youtube .wp-block-embed__wrapper iframe { position: static; }
.video-frame { position: relative; width: 100%; height: auto !important; aspect-ratio: 16 / 9; }
.post-body .video-frame iframe,
.video-frame video { position: absolute; inset: 0; width: 100% !important; height: 100% !important; border: 0; }
