.pg-audio-player__header {
  position: sticky;
  top: -14px;
  z-index: 5;
  margin: -14px -14px 0;
  padding: 14px;
  background: rgba(10, 16, 12, .985);
}
.pg-audio-player__body,
.pg-audio-player__controls,
.pg-audio-eq,
.pg-audio-eq__bands { min-width: 0; }
@media (max-height: 760px) {
  .pg-audio-player { bottom: 8px; max-height: calc(100dvh - 16px); }
  .pg-audio-player__visual,
  .pg-audio-player__visual img,
  .pg-audio-player__visual video { max-height: 34dvh; }
  .pg-audio-player__controls button { min-height: 34px; padding-block: 6px; }
}
@media (max-width: 560px) {
  .pg-audio-player { max-width: calc(100vw - 16px); }
  .pg-audio-player__header { top: -11px; margin: -11px -11px 0; padding: 11px; }
  .pg-audio-player__visual,
  .pg-audio-player__visual img,
  .pg-audio-player__visual video { max-height: 32dvh; }
}
